OpenMD 3.1
Molecular Dynamics in the Open
|
Abstract class for constrained optimization method. More...
#include <Method.hpp>
Public Member Functions | |
virtual EndCriteria::Type | minimize (Problem &P, const EndCriteria &endCriteria, RealType initialStepSize)=0 |
minimize the optimization problem P | |
Abstract class for constrained optimization method.
Definition at line 36 of file Method.hpp.
|
inlinevirtual |
Definition at line 38 of file Method.hpp.
|
pure virtual |
minimize the optimization problem P
Implemented in QuantLib::LineSearchBasedMethod.