-
Notifications
You must be signed in to change notification settings - Fork 7
Class 2 - Numerical optimization for control #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Fix/remove the |
|
It was a great class @ArnaudDeza, thanks for putting it together! Next task is publishing it 😄 Thanks for including the source for your slides/notebooks in this PR. We absolutely want to include that in the repo. In addition to that, we also want to provide HTML previews of all the materials. To that end, can you please look into including HTML versions of the jupyter notebooks (make sure to pre-run and save the notebooks to include final results/figures). You can try nbconvert. That way we can add links to them from the main class docs. Please also make a class page on the website. You can do that by making a markdown overview file and adding an entry to this part of the docs pointing to it (e.g. LearningToControlClass/docs/make.jl Lines 34 to 40 in d294ddd
You can see a preview of the docs with this PR's changes at https://learningtooptimize.github.io/LearningToControlClass/previews/PR27/ (currently unmodified). It will update every time you push so we can preview changes before merging. Feel free to reach out with any questions. Andrew and I (and copilot 🤖 #35!) are happy to help. |
|
@ArnaudDeza we should aim at addressing the requests in this PR (fixes, making the html available for the notebooks and writing an overview of the class topics pointing to the present material ("Class 2" => "class02/overview.md") before the next class. While you only have to write your full chapter in the next weeks, the students need the reference material and any in-depth material (homeworks, further reading, ...) to review before the next lectures. |
- Convert Jupyter notebooks to HTML with pre-run cells - Create comprehensive class02/overview.md with learning objectives - Update class02/class02.md with detailed content and links - Integrate Class 2 into documentation structure (docs/make.jl) - Add supporting materials: images, demo script, Project.toml - All materials now accessible through course documentation website
- Fix definitions.tex path to be relative to docs/ directory - Always create symlinks instead of conditional creation - Ensure class01 and class02 directories are properly linked
|
@ArnaudDeza did you address?
|
andrewrosemberg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as the lecture placeholder before the written chapter. So merging.
This PR has the beamer slides for lecture 2 and the tex files.
will be updated before lecture with new slides and figures (with julia notebooks)
Closes
Presentationtask in #26