|
libMesh
|
Abstract base class to be used to calculate the objective function for optimization. More...
#include <optimization_system.h>
Public Member Functions | |
| virtual | ~ComputeObjective ()=default |
| virtual Number | objective (const NumericVector< Number > &X, sys_type &S)=0 |
| This function will be called to compute the objective function to be minimized, and must be implemented by the user in a derived class. More... | |
Abstract base class to be used to calculate the objective function for optimization.
Definition at line 79 of file optimization_system.h.
|
virtualdefault |
|
pure virtual |
This function will be called to compute the objective function to be minimized, and must be implemented by the user in a derived class.
X. Referenced by libMesh::__libmesh_nlopt_objective(), and libMesh::__libmesh_tao_objective().
1.8.14