OEFletcherReevesOpt

Attention

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

class OEFletcherReevesOpt : public OEOptimizer1

The OEFletcherReevesOpt class implements the Fletcher-Reeves optimization method belonging to the family of conjugate gradient methods. The convergence criteria in based on \(\sum_i {g_ig_i}\).

The following methods are publicly inherited from OEOptimizer1:

Constructors

OEFletcherReevesOpt()
OEFletcherReevesOpt(const OEFletcherReevesOpt &)

Default and copy constructors.

operator=

OEFletcherReevesOpt &operator=(const OEFletcherReevesOpt &)