OEConjGradOpt

Attention

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

class OEConjGradOpt : public OEOptimizer1

The OEConjGradOpt implements the conjugate gradient optimization method. The convergence criteria in based on \(\sum_i {g_ig_i}\).

The following methods are publicly inherited from OEOptimizer1:

Constructors

OEConjGradOpt()
OEConjGradOpt(const OEConjGradOpt &)

Default and copy constructors.

operator=

OEConjGradOpt &operator=(const OEConjGradOpt &)