-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added the new pyomo fundamental tutorial #9
base: main
Are you sure you want to change the base?
Conversation
Please adjust it according to this style guide before review: |
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.
There are a number of changes that need to be made here and propagated to all other notebooks herein.
- Add internal links to sections in notebooks. There is an example in the QUBONotebooks for the installations instructions and also discussed here https://stackoverflow.com/questions/28080066/how-to-reference-a-ipython-notebook-cell-in-markdown and here https://sebastianraschka.com/Articles/2014_ipython_internal_links.html
- Split the problem definition, from the solver definition. Also, we only need to import the packages once.
- There is some instance where solvent instead of solver is used
- The mixed-integer case is missing the objective function and constraints gradients
- The MINLP is missing the grid
- The lattice to color the figures is too sparse when plotting the constraints
- In general, this is not a content of the summer school. Let's have this become the first chapter of another JupyterBook (maybe the one with Ben) and leave the Pyomo tutorial as it is.
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.
There are a number of changes that need to be made here and propagated to all other notebooks herein.
- Add internal links to sections in notebooks. There is an example in the QUBONotebooks for the installations instructions and also discussed here https://stackoverflow.com/questions/28080066/how-to-reference-a-ipython-notebook-cell-in-markdown and here https://sebastianraschka.com/Articles/2014_ipython_internal_links.html
- Split the problem definition, from the solver definition. Also, we only need to import the packages once.
- There is some instance where solvent instead of solver is used
- The mixed-integer case is missing the objective function and constraints gradients
- The MINLP is missing the grid
- The lattice to color the figures is too sparse when plotting the constraints
- In general, this is not a content of the summer school. Let's have this become the first chapter of another JupyterBook (maybe the one with Ben) and leave the Pyomo tutorial as it is.
I made the new turtorial to better understand the pyomo. Here are my commits: