| 
    libMesh
    
   | 
 
Abstract base class to be used to calculate the objective function for optimization. More...
#include <optimization_system.h>
Public Member Functions | |
| virtual | ~ComputeObjective () | 
| 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 74 of file optimization_system.h.
      
  | 
  inlinevirtual | 
Definition at line 77 of file optimization_system.h.
      
  | 
  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.16