LSLOpt  1.0
Public Attributes | List of all members
LSLOpt::OptimizationResult< Scalar > Struct Template Reference

The optimization result. More...

#include <OptimizationResult.hpp>

Public Attributes

Scalar function_value = Scalar{0}
 final function value
 
Vector< Scalar > x
 final set of parameters
 
Vector< Scalar > g
 final gradient
 
Scalar gradient_norm = Scalar{0}
 final gradient norm
 
Status status = Status::GeneralFailure
 status of the optimization, see Status
 
unsigned iterations = 0
 number of iterations performed
 
unsigned nof_restarts = 0
 number of restarts
 

Detailed Description

template<typename Scalar>
struct LSLOpt::OptimizationResult< Scalar >

The optimization result.


The documentation for this struct was generated from the following file: