DiSMEC++
|
Result of a Line Search operation. More...
#include <line_search.h>
Public Attributes | |
double | Value |
The function value at the accepted position. More... | |
double | StepSize |
The step size used to reach that position. More... | |
int | NumIters |
Result of a Line Search operation.
Definition at line 17 of file line_search.h.
int dismec::solvers::sLineSearchResult::NumIters |
Definition at line 20 of file line_search.h.
Referenced by dismec::solvers::NewtonWithLineSearch::record_iteration().
double dismec::solvers::sLineSearchResult::StepSize |
The step size used to reach that position.
Definition at line 19 of file line_search.h.
Referenced by dismec::solvers::NewtonWithLineSearch::record_iteration().
double dismec::solvers::sLineSearchResult::Value |
The function value at the accepted position.
Definition at line 18 of file line_search.h.