You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -78,15 +78,15 @@ One will need these frameworks to use see the project.
78
78
79
79
### Notebooks
80
80
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.
82
82
83
-
-Laboratoty 1: Introductory example;
83
+
-Laboratory 1: Introductory example;
84
84
- Laboratory 2: Mold and fungicide;
85
85
- Laboratory 3: Bacteria;
86
86
- Laboratory 4: Limited case;
87
87
- Laboratory 5: Cancer and treatment;
88
88
- Laboratory 6: Fish harvesting;
89
-
- Laboratory 7: Epidemy model;
89
+
- Laboratory 7: Epidemic model;
90
90
- Laboratory 8: HIV treatment;
91
91
- Laboratory 9: Bear population;
92
92
- Laboratory 10: Glucose model;
@@ -108,7 +108,7 @@ If one have a optimal control problem, it can be used the Python class developed
108
108
109
109
After one calculate the Hamiltonian and the necessary conditions, it's necessary:
110
110
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`);
112
112
- Differential equations for the adjoint functions;
113
113
- A characterization of the control: it can handle simple Bang-Bang problems (chapter 11) and problems with bounds;
0 commit comments