OptimizationStats
SciMLBase.OptimizationStats
— Typestruct OptimizationStats
Stores the optimization run's statistics that is returned in the stats
field of the OptimizationResult
.
Fields
iterations
: number of iterationstime
: time taken to run the solverfevals
: number of function evaluationsgevals
: number of gradient evaluationshevals
: number of hessian evaluations
Default values for all the field are set to 0 and hence even when you might expect non-zero values due to unavilability of the information from the solver it would be 0.