Storing value of loss #491
swilliamson7
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
Thanks @swilliamson7 for the suggestion. One possibility is to take a user callback function and call function my_callback(solver)
push!(result, solver.obj)
endAny idea @amontoison @frapac? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello! Small idea for a new feature, but it could be nice to add an option to store the value of the objective every n iterations during the optimization. This is something I tend to look at later for figures to discuss the performance of the optimization over time. Maybe it wouldn't be too much work to add?
All reactions