DiSMEC++
dismec::solvers::sLineSearchResult Struct Reference

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
 

Detailed Description

Result of a Line Search operation.

Definition at line 17 of file line_search.h.

Member Data Documentation

◆ NumIters

int dismec::solvers::sLineSearchResult::NumIters

◆ StepSize

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().

◆ Value

double dismec::solvers::sLineSearchResult::Value

The function value at the accepted position.

Definition at line 18 of file line_search.h.


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