OEHestenesStiefelOpt

Attention

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

class OEHestenesStiefelOpt : public OEOptimizer1

The OEHestenesStiefelOpt class implements the Hestenes-Stiefel 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

OEHestenesStiefelOpt() -> OEHestenesStiefelOpt
OEHestenesStiefelOpt(rhs: OEHestenesStiefelOpt) -> OEHestenesStiefelOpt

Default and copy constructors.