Public Attributes | List of all members
mirtk::LineSearchStep Struct Reference

Data of AcceptedStepEvent and RejectedStepEvent. More...

#include <Event.h>

Collaboration diagram for mirtk::LineSearchStep:
Collaboration graph

Public Attributes

double _Current
 Current objective function value.
 
double _Delta
 Maximum change of parameters (DoFs)
 
double * _Direction
 Step direction (i.e., function gradient)
 
const char * _Info
 Adjective detailing step for log output.
 
double _Length
 Accepted/rejected step length.
 
double _MaxLength
 Maximum allowed step length.
 
double _MinLength
 Minimum allowed step length.
 
double _TotalDelta
 Accumulated change of parameters (DoFs)
 
double _TotalLength
 Accumulated length of accepted steps.
 
double _Unit
 Step length unit.
 
double _Value
 Accepted/rejected function value.
 

Detailed Description

Data of AcceptedStepEvent and RejectedStepEvent.

Definition at line 144 of file Event.h.


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