Nonconvex.jl
Nonconvex.jl copied to clipboard
Callback Option
Is there an option in Nonconvex.jl to output the results every 20 iterations? Kind of like a callback function?
You can put that in the objective function. Make it a callable struct, add a counter field and then define the callback behaviour you want.