-
Notifications
You must be signed in to change notification settings - Fork 557
Restructure and Add Tutorial to Online PyROS Documentation #3733
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
base: main
Are you sure you want to change the base?
Conversation
And finally, a function to build the model and | ||
and initialize the variable values: |
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.
And finally, a function to build the model and | |
and initialize the variable values: | |
And finally, a function to build the model and | |
initialize the variable values: |
|
||
|
||
For convenience, we also write a function to initialize the model's | ||
variables values: |
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.
variables values: | |
variable values: |
the nominal uncertain parameter realization | ||
* If ``objective_focus`` is set to | ||
:attr:`~pyomo.contrib.pyros.util.ObjectiveType.worst_case`, | ||
then the objective is evaluated subject |
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.
then the objective is evaluated subject | |
then the objective is evaluated subject to |
the progress and final result are reported through a highly | ||
configurable logging system. | ||
See the :ref:`Solver Output Log documentation <pyros_solver_log>` | ||
documentation for more information. |
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.
documentation for more information. | |
for more information. |
@shermanjasonaf - Please resolve the merge conflicts. |
Summary/Motivation:
This PR restructures the PyROS online documentation and adds a new tutorial to the documentation.
Changes proposed in this PR:
UncertaintySet
class to the class's docstringTODO (after #3732 merged)
"pyros"
(to preserve original PyROS docs URL)Legal Acknowledgement
By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution: