OERibierePolakOpt¶
Attention
This API is currently available in C++ and Python.
class OERibierePolakOpt : public OEOptimizer1
The OERibierePolakOpt class implements the Polak-Ribière 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¶
OERibierePolakOpt()
OERibierePolakOpt(const OERibierePolakOpt &rhs)
Default and copy constructors.
operator=¶
OERibierePolakOpt &operator=(const OERibierePolakOpt &rhs)