smooth
A C++ library for Lie theory
Loading...
Searching...
No Matches
Public Member Functions | List of all members
DisneyStrategy Class Reference

Trust region strategy used in: More...

#include <tr_strategy.hpp>

Inheritance diagram for DisneyStrategy:
Inheritance graph
[legend]

Public Member Functions

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

Detailed Description

Trust region strategy used in:

Fast Nonlinear Least Squares Optimization of Large-Scale Semi-Sparse Problems

Definition at line 54 of file tr_strategy.hpp.

Member Function Documentation

◆ get_delta()

double DisneyStrategy::get_delta ( ) const
inlineoverridevirtual

Get trust region size.

Implements TrustRegionStrategy.

Definition at line 57 of file tr_strategy.hpp.

◆ step_and_update()

bool DisneyStrategy::step_and_update ( const double  rho)
inlineoverridevirtual

Update trust region and determine if step is taken.

Implements TrustRegionStrategy.

Definition at line 59 of file tr_strategy.hpp.


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