-
Notifications
You must be signed in to change notification settings - Fork 6
WIP: Prototyping Pyomo.DoE lite using symbolic differentiation to assemble sensitivity matrix #8
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
jacobian example updates
|
@michaelbynum Thank you for your help. @djlaky Check this out. I got a proof-of-concept "lite" Pyomo.DoE using that uses symbolic differentiation instead of finite difference. See |
|
I successfully prototyped A- and D-optimality on a toy problem. The next step is to try it with the TCLab. |
Can execute using a python main call.
…ing a lot of line searching...
|
Updates:
Here are the first 10 iterations for A-optimality: Here are some key results from the diagnostics toolbox: Ideas:
|
|
More ideas:
|
This is inspired by Pyomo/pyomo#3564