Optimization.jl icon indicating copy to clipboard operation
Optimization.jl copied to clipboard

Implement callback support for optimizer backends that don't support logging callbacks

Open Vaibhavdixit02 opened this issue 1 year ago • 0 comments

We should be able to work around it by using a closure. This will be done only after the derivatives have been defined in the instantiate_function such that only the objective function call bears the overhead of this.

Vaibhavdixit02 avatar Nov 27 '22 06:11 Vaibhavdixit02