Struct OptiStats¶
Defined in File fkin_types.idl
Struct Documentation¶
- 
struct fkin::OptiStats¶
 Optimization statistics as reported by solver function.
Public Members
- 
string id¶
 Key identifier.
- 
unsigned long iterations¶
 Number of iterations nlp.
- 
boolean status¶
 Return status of nlp solve.
- 
string status_text¶
 Status text description.
- 
NlpFuncStat n_call¶
 Number of calls.
- 
NlpFuncStat t_proc¶
 Time spent (multi-threaded).
- 
NlpFuncStat t_wall¶
 Wall clock time spent.
- 
double obj¶
 Objective function.
- 
sequence_<double> p¶
 Parameters.
- 
sequence_<double> x0¶
 Initial condition (of ODE).
- 
string id¶