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
OERibierePolakOpt(rhs: OERibierePolakOpt) -> OERibierePolakOpt
Default and copy constructors.