[Depends on #3991] Adding method for multistart initialization of nonlinear models. - #3994
Draft
stephenscini wants to merge 59 commits into
Draft
[Depends on #3991] Adding method for multistart initialization of nonlinear models.#3994stephenscini wants to merge 59 commits into
stephenscini wants to merge 59 commits into
Conversation
Member
Author
|
Opening PR, but still in active development. Dependent on #3991 first as it includes those changes. |
stephenscini
commented
Jul 23, 2026
stephenscini
left a comment
Member
Author
There was a problem hiding this comment.
Went through and added some questions in the code for design meeting.
Member
Author
|
Had discussion with Bethany and Michael. Main takeaway points:
|
stephenscini
commented
Aug 12, 2026
| method=config.sampling_method, rng=config.rng, seed=config.seed | ||
| ) | ||
|
|
||
| # Set sub-solver options |
Member
Author
There was a problem hiding this comment.
Note: Michael made case that all arguments should be independent for solver and subsolver. Fix before converting from draft
stephenscini
commented
Aug 12, 2026
| ) | ||
|
|
||
| eligible_vars.append(var) | ||
|
|
Member
Author
There was a problem hiding this comment.
Originally I made new method "rand_vector" to distinguish a method for sampling using stratified methods to retain original methods. Now all methods support stratified sampling. Is there a need/value for a vectorized form?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes # .
Summary/Motivation:
Additional method in devel/initialization to use multistart optimization as a way for initializing nonliner models.
Changes proposed in this PR:
AI-Use Disclosure
AI tools contributed to the development of this PR
Review process (select ONE):
Notes for reviewers (optional):
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: