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
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Would it be possible to combine the evaluation of the gradient and the functional in a single function? It seems that currently, the OptimizationFunction is designed to evaluate f and grad separately. What I'm looking for is basically Optim.only_fg!, for all backends.