smooth
A C++ library for Lie theory
Loading...
Searching...
No Matches
Public Attributes | List of all members
MinimizeOptions Struct Reference

Public Attributes

std::shared_ptr< TrustRegionStrategystrat {std::make_shared<CeresStrategy>()}
 strategy
 
double ptol {1e-6}
 relative parameter tolerance for convergence
 
double ftol {1e-6}
 relative function tolerance for convergence
 
std::size_t max_iter {1000}
 maximum number of iterations
 
bool verbose {false}
 print solver status to stdout
 

Detailed Description

Definition at line 26 of file optim.hpp.

Member Data Documentation

◆ ftol

double MinimizeOptions::ftol {1e-6}

relative function tolerance for convergence

Definition at line 33 of file optim.hpp.

◆ max_iter

std::size_t MinimizeOptions::max_iter {1000}

maximum number of iterations

Definition at line 35 of file optim.hpp.

◆ ptol

double MinimizeOptions::ptol {1e-6}

relative parameter tolerance for convergence

Definition at line 31 of file optim.hpp.

◆ strat

std::shared_ptr<TrustRegionStrategy> MinimizeOptions::strat {std::make_shared<CeresStrategy>()}

strategy

Definition at line 29 of file optim.hpp.

◆ verbose

bool MinimizeOptions::verbose {false}

print solver status to stdout

Definition at line 37 of file optim.hpp.


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