You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use a callback to record the progress of the optimizer. However, once I want to do multistart optimization (https://docs.sciml.ai/Optimization/stable/tutorials/ensemble/) this gets messy. here, each runs simply add things to the same record vector.
Is there a way to pass alternative callbacks to each run in the multistart? Alternatively, can I record the trace in the solution object somehow?
The text was updated successfully, but these errors were encountered:
I would like to use a callback to record the progress of the optimizer. However, once I want to do multistart optimization (https://docs.sciml.ai/Optimization/stable/tutorials/ensemble/) this gets messy. here, each runs simply add things to the same record vector.
Is there a way to pass alternative callbacks to each run in the multistart? Alternatively, can I record the trace in the solution object somehow?
The text was updated successfully, but these errors were encountered: