smooth
A C++ library for Lie theory
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TrustRegionStrategy Class Referenceabstract
Inheritance diagram for TrustRegionStrategy:
Inheritance graph
[legend]

Public Member Functions

virtual double get_delta () const =0
 Get trust region size.
 
virtual bool step_and_update (const double rho)=0
 Update trust region and determine if step is taken.
 

Detailed Description

Definition at line 11 of file tr_strategy.hpp.

Member Function Documentation

◆ get_delta()

virtual double TrustRegionStrategy::get_delta ( ) const
pure virtual

Get trust region size.

Implemented in CeresStrategy, and DisneyStrategy.

◆ step_and_update()

virtual bool TrustRegionStrategy::step_and_update ( const double  rho)
pure virtual

Update trust region and determine if step is taken.

Implemented in CeresStrategy, and DisneyStrategy.


The documentation for this class was generated from the following file: