Template Struct PrimalDualDerivativeResult

Struct Documentation

template<typename T>
struct PrimalDualDerivativeResult

This class stores the results of the primal-dual line-search.

Stores results of the line-search.

Param a:

second order polynomial coefficient of the merit function used in the linesearch.

Param b:

first order polynomial coefficient of the merit function used in the linesearch.

Param grad:

derivative of the merit function used in the linesearch.

Public Functions

VEG_REFLECT(PrimalDualDerivativeResult, a, b, grad)

Public Members

T a
T b
T grad