OptimizationState
Optimization.OptimizationState
— Typestruct OptimizationState{X, O, G, H, S}
Stores the optimization run's state at the current iteration and is passed to the callback function as the first argument.
Fields
iter
: current iterationu
: current solutionobjective
: current objective valuegradient
: current gradienthessian
: current hessianoriginal
: if the solver has its own state object then it is stored here