Abstract class for constrained optimization method. More...
#include <qle/math/method_mt.hpp>
Public Member Functions | |
virtual | ~OptimizationMethod_MT () |
virtual EndCriteria::Type | minimize (Problem_MT &P, const EndCriteria &endCriteria)=0 |
minimize the optimization problem P More... | |
EndCriteria::Type | minimize (Problem &, const EndCriteria &) override |
Abstract class for constrained optimization method.
Definition at line 64 of file method_mt.hpp.
|
virtual |
Definition at line 66 of file method_mt.hpp.
|
pure virtual |
minimize the optimization problem P
Implemented in DifferentialEvolution_MT.
|
override |
Definition at line 72 of file method_mt.hpp.