MiniTensor Version of the Day
Loading...
Searching...
No Matches
minitensor::TrustRegionExactGradient< T, N > Struct Template Reference

#include <MiniTensor_Solvers.h>

Inheritance diagram for minitensor::TrustRegionExactGradient< T, N >:
minitensor::TrustRegionSubproblemBase< T, N >

Public Member Functions

Vector< T, N > step (Tensor< T, N > const &Hessian, Vector< T, N > const &gradient)
 
- Public Member Functions inherited from minitensor::TrustRegionSubproblemBase< T, N >
Vector< T, N > lin_solve (Tensor< T, N > const &A, Vector< T, N > const &b)
 

Public Attributes

Index max_num_iter {4}
 
region_size {1.0}
 
- Public Attributes inherited from minitensor::TrustRegionSubproblemBase< T, N >
PreconditionerType preconditioner_type {PreconditionerType::IDENTITY}
 

Detailed Description

template<typename T, Index N>
struct minitensor::TrustRegionExactGradient< T, N >

Trust region subproblem with a given gradient/residual. Exact algorithm, Nocedal 2nd Ed 4.3

Definition at line 607 of file MiniTensor_Solvers.h.


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