OENewtonOpt

Attention

This API is currently available in C++ and Python.

class OENewtonOpt : public OEOptimizer2

The OENewtonOpt implements the Newton-Raphson optimization method using analytical Hessian and its Cholesky decomposition for determination of current search direction.

The following methods are publicly inherited from OEOptimizer2:

Constructors

OENewtonOpt() -> OENewtonOpt
OENewtonOpt(arg2: OENewtonOpt) -> OENewtonOpt

Default and copy constructors.

See also

Assignment operator.