Skip to content

WIP: Allow multiple points from opt.ask() as long as we are below n_initial points#256

Closed
dk-teknologisk-mon wants to merge 4 commits into
developfrom
254-constraint-initial-points
Closed

WIP: Allow multiple points from opt.ask() as long as we are below n_initial points#256
dk-teknologisk-mon wants to merge 4 commits into
developfrom
254-constraint-initial-points

Conversation

@dk-teknologisk-mon

Copy link
Copy Markdown
Collaborator

Implemented a fix that allows constrained optimization problems to return more than one next point in opt.ask(), as long as we have not exhausted the initial list of points defined when building the optimizer.

closes #254

…long as we are operating on the initial points
… than n_initial_points of data in a constrained space
Comment thread ProcessOptimizer/optimizer/optimizer.py
Comment thread ProcessOptimizer/optimizer/optimizer.py
@dk-teknologisk-mon dk-teknologisk-mon changed the title Allow multiple points from opt.ask() as long as we are below n_initial points WIP: Allow multiple points from opt.ask() as long as we are below n_initial points May 2, 2024
@dk-teknologisk-mon

Copy link
Copy Markdown
Collaborator Author

Closing this pull request since #367 fixed this issue.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Constraint optimizers can't ask for the full list of initial points

2 participants