Skip to content
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

add high-level ability to configure and run staged optimizations #190

Open
mmckerns opened this issue Dec 21, 2022 · 0 comments
Open

add high-level ability to configure and run staged optimizations #190

mmckerns opened this issue Dec 21, 2022 · 0 comments

Comments

@mmckerns
Copy link
Member

Currently, if one wanted to perform a staged optimization it's a bit of a manual process. One can, for example, start with a four-parameter optimization, which runs until termination... then, if the class interface was used, one can change the termination conditions, constraints, or other parts of the optimizer state, and restart the optimization, now using ten parameters. This may require the latter six parameters to be initially pinned with the bounds, a constraint, or a penalty, as opposed to directly expanding the optimizer from four to ten parameters.

It's be beneficial to create a function or class that contains a plan for easily automating a staged optimization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant