-
Notifications
You must be signed in to change notification settings - Fork 47
Replace Problem.x_guesses? #1678
Copy link
Copy link
Open
Description
There is pypesto.problem.base.Problem.x_guesses which is used to pre-select startpoints for optimization. By default, Problem.startpoint_method will return points from x_guesses if that's set. Repeated calls will always return the same points. While this may be convenient in a few situations, it's a bit of a footgun elsewhere.
Are there any uses cases for x_guesses outside multi-start optimization (pypesto.optimize.optimize.minimize)? If not, I would propose removing Problem.x_guesses and instead adding an x0 argument to minimize().
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels