NOX
Development
|
Container for trust region statistics. More...
#include <NOX_SolverStats.hpp>
Public Member Functions | |
void | reset () |
Public Attributes | |
int | num_cauchy_steps |
int | num_newton_steps |
Number of pure Cauchy steps taken. | |
int | num_dogleg_steps |
Number of pure Newton steps taken. | |
int | num_trust_region_inner_iterations |
Number of dogleg steps taken. | |
double | dogleg_fraction_cauchy_to_newton |
double | dogleg_fraction_newton_length |
Container for trust region statistics.