Add all Class07 lecture materials#63
Add all Class07 lecture materials#63andrewrosemberg merged 8 commits intoLearningToOptimize:mainfrom
Conversation
|
Thank you for submitting the code and slides.
There is no way to review the Julia code as you have submitted, since it is too big for GitHub. The reason this happened was the lack of use of a central project.toml file. Have a look how the other students are doing: https://github.com/LearningToOptimize/LearningToControlClass/tree/main/class05 |
|
Python code looks reasonable, but without better descriptive comments, it is hard to review. |
|
Thank you for the presentation today. I think we can rm the python files already as you have presented the julia pluto notebooks. Once you can, have a look at how to activate the environment in your pluto notebooks so that they don't have the manifest included in them. |
9bf1276 to
32a0e33
Compare
|
there should be no modifications to the class 01 folder. just your folder. Please specify how to read your chapter in the main markdown in your folder: https://github.com/LearningToOptimize/LearningToControlClass/blob/main/class07/class07.md |
Add a Pluto.jl notebook covering math basics including calculus, linear algebra, and interpolation techniques.
79d0bdc to
98f6c60
Compare
his PR adds all background materials for Class 07:
Python files were the original code, which I translated to julia for class examples.