Skip to content

Commit 642a12b

Browse files
committed
add readme updates
1 parent 170818d commit 642a12b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ One will need these frameworks to use see the project.
7878

7979
### Notebooks
8080

81-
After having the frameworks and python packages, it's necessary to open `jupyter lab` or `jupyter notebook`. In the `notebooks` folder, one can look at the Laboratories. Each laboratory is self contained, if the theory is well kwown. The first notebook explains the algorithm forward-backward sweep.
81+
After having the frameworks and python packages, it's necessary to open `jupyter lab` or `jupyter notebook`. In the `notebooks` folder, one can look at the Laboratories. Each laboratory is self contained, if the theory is well known. The first notebook explains the algorithm forward-backward sweep.
8282

83-
- Laboratoty 1: Introductory example;
83+
- Laboratory 1: Introductory example;
8484
- Laboratory 2: Mold and fungicide;
8585
- Laboratory 3: Bacteria;
8686
- Laboratory 4: Limited case;
8787
- Laboratory 5: Cancer and treatment;
8888
- Laboratory 6: Fish harvesting;
89-
- Laboratory 7: Epidemy model;
89+
- Laboratory 7: Epidemic model;
9090
- Laboratory 8: HIV treatment;
9191
- Laboratory 9: Bear population;
9292
- Laboratory 10: Glucose model;
@@ -108,7 +108,7 @@ If one have a optimal control problem, it can be used the Python class developed
108108

109109
After one calculate the Hamiltonian and the necessary conditions, it's necessary:
110110

111-
- Differential equations for the states (if more than one state or control, the fucntions must return an object `numpy.array`);
111+
- Differential equations for the states (if more than one state or control, the functions must return an object `numpy.array`);
112112
- Differential equations for the adjoint functions;
113113
- A characterization of the control: it can handle simple Bang-Bang problems (chapter 11) and problems with bounds;
114114
- Number of states and controls (optional);

0 commit comments

Comments
 (0)