|
smooth
A C++ library for Lie theory
|

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. | |
Definition at line 11 of file tr_strategy.hpp.
|
pure virtual |
Get trust region size.
Implemented in CeresStrategy, and DisneyStrategy.
|
pure virtual |
Update trust region and determine if step is taken.
Implemented in CeresStrategy, and DisneyStrategy.