OEDFPOpt
Attention
This API is currently available in C++ and Python.
class OEDFPOpt : public OEOptimizer1
The OEDFPOpt implements the quasi-Newton optimization according to the Davidon-Fletcher-Powell method. The convergence criteria in based on \(\sum_i {g_ig_i}\).
- The following methods are publicly inherited from OEOptimizer1:
Constructors
OEDFPOpt() -> OEDFPOpt
OEDFPOpt(arg2: OEDFPOpt) -> OEDFPOpt
Default and copy constructors.