|
MiniTensor Version of the Day
|
#include <MiniTensor_Solvers.h>
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} |
| T | region_size {1.0} |
Public Attributes inherited from minitensor::TrustRegionSubproblemBase< T, N > | |
| PreconditionerType | preconditioner_type {PreconditionerType::IDENTITY} |
Trust region subproblem with a given gradient/residual. Exact algorithm, Nocedal 2nd Ed 4.3
Definition at line 607 of file MiniTensor_Solvers.h.