![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Base/OptimizationStudy.h>
Structure for a single optimization study record. More...
Structure for a single optimization study record.
Public Attributes | |
std::vector< double > | pInit |
Initial parameters. | |
std::vector< double > | pOpt |
Optimized parameters. | |
int | eval |
Number of evaluations. | |
double | time |
Computation time. | |
double | costInit |
Initial cost function value. | |
double | costOpt |
Optimized cost function value. | |
std::vector< double > | errorInit |
Initial errors, if available. | |
std::vector< double > | errorOpt |
Optimized errors, if available. | |