alpaqa 1.0.0a10
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Classes | Namespaces
steihaugcg.hpp File Reference
#include <alpaqa/config/config.hpp>
#include <alpaqa/util/alloc-check.hpp>
+ Include dependency graph for steihaugcg.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SteihaugCGParams< Conf >
 
struct  SteihaugCG< Conf >
 Steihaug conjugate gradients procedure based on https://github.com/scipy/scipy/blob/583e70a50573169fc352b5dc6d94588a97c7389a/scipy/optimize/_trustregion_ncg.py#L44. More...
 

Namespaces

namespace  alpaqa
 

Class Documentation

◆ alpaqa::SteihaugCGParams

struct alpaqa::SteihaugCGParams
+ Collaboration diagram for SteihaugCGParams< Conf >:
Class Members
real_t tol_scale = 1
real_t tol_scale_root = real_t(0.5)
real_t tol_max = inf<config_t>
real_t max_iter_factor = 1