-
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
Pyomo TCLab v6: optimization proof of concept #3
base: tclab-notebook-v5
Are you sure you want to change the base?
Conversation
TCLab modeling v4 and v5
I confirmed the training for FoKL worked. I am going to not worry about the numeric integration error for now. I am also going to temporarily remove the lag for |
@jakekrell A few updates:
My next steps:
|
@adowling2 Upgrade FoKL to latest release (v3.3.0) and error should resolve. pip install FoKL --upgrade |
@adowling2 On second thought the lag was effectively yielding |
update branch with v6
v5c complete
@jakekrell What version of Python are you using? |
@jakekrell |
v5 updates
Adding results from validation experiment
…o_pyomo scenarios has bug
GP of Residual
Adding new files from Jacob to test
Additional validation experiments
…Pyomo solution using refined GP
Updated optimization solutions; ready for testing with TCLab hardware
Added two more validation experiments
Added another test with multiple steps.
Getting most recent TCLab notebooks and results from Jacob
This pull request tracks the development of a proof-of-concept for optimizing the GP model for the TCLab in Pyomo.
Branch
tclab-notebook-v5
contains v5 of the modeling notebook developed by @jakekrell. In other words, this branch is a "checkpoint" for the state of the repo when v6 development started.Branch
pyomo-tclab2
contains v6 development. My apologies for the confusing branch names.