|
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 | |
| T | region_size {1.0} |
Public Attributes inherited from minitensor::TrustRegionSubproblemBase< T, N > | |
| PreconditionerType | preconditioner_type {PreconditionerType::IDENTITY} |
Trust region subproblem with a given objective function. Dog leg algorithm.
Definition at line 634 of file MiniTensor_Solvers.h.