Open
Description
Question❓
Hi,
I really like the quality of the documentation, however I struggle to find a functionality I am pretty sure that it exists:
If I get this correct, Optimization.jl always returns the minimizer u
for the best (minimum/maximum) f
evaluation - this is nice and often what I want.
However in some cases one is more interested in the latest u
- so the last try to find a new optimum (think e.g. of having some stochastic effects in your f
). Is there a keyword or similar?
I would assume to find this on this page of the docu:
Common-Solver-Options-(Solve-Keyword-Arguments)
Thanks in advance!