TMinTrace Struct Reference

Detailed Description

Trace followed during minimization on the atlas.

Definition at line 32 of file atlas.c.

Data Fields

unsigned int st
 
unsigned int nc
 
unsigned int ns
 
unsigned int ms
 
double ** path
 

Field Documentation

unsigned int TMinTrace::st

Steps taken in the minimization of this branch

Definition at line 33 of file atlas.c.

Referenced by MinimizeOnAtlas().

unsigned int TMinTrace::nc

The current chart. Chart from where the minimization must continue.

Definition at line 34 of file atlas.c.

Referenced by MinimizeOnAtlas().

unsigned int TMinTrace::ns

The number of samples along the minimization path.

Definition at line 36 of file atlas.c.

Referenced by MinimizeOnAtlas().

unsigned int TMinTrace::ms

The maximum number of samples in the path.

Definition at line 37 of file atlas.c.

double** TMinTrace::path

The minimization path so far.

Definition at line 38 of file atlas.c.