DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
Loading...
Searching...
No Matches
ParameterOptimizer Class Reference

Public Member Functions

void update_parameters (const std::vector< double > &params, double objective_value)
 
std::vector< double > get_best_parameters () const
 
double get_best_objective () const
 

Detailed Description

Definition at line 90 of file std_async_integration_demo.cpp.

Member Function Documentation

◆ get_best_objective()

double ParameterOptimizer::get_best_objective ( ) const
inline

Definition at line 118 of file std_async_integration_demo.cpp.

◆ get_best_parameters()

std::vector< double > ParameterOptimizer::get_best_parameters ( ) const
inline

Definition at line 113 of file std_async_integration_demo.cpp.

◆ update_parameters()

void ParameterOptimizer::update_parameters ( const std::vector< double > &  params,
double  objective_value 
)
inline

Definition at line 97 of file std_async_integration_demo.cpp.


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