Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
icl::math::StochasticOptimizerResult< T > Struct Template Reference

Utility structure for the stochastic optimizer class. More...

#include <StochasticOptimizer.h>

List of all members.

Public Member Functions

 StochasticOptimizerResult (const T *data=0, T error=0, T startError=0, int steps=0)
 creates a new result structure (internally used only)

Public Attributes

const T * data
 resulting optimized data vector
error
 reached minimum error
startError
 first error measurement (reached with initial data vector)
int steps
 steps iterated!

Detailed Description

template<class T>
struct icl::math::StochasticOptimizerResult< T >

Utility structure for the stochastic optimizer class.


Constructor & Destructor Documentation

template<class T >
icl::math::StochasticOptimizerResult< T >::StochasticOptimizerResult ( const T *  data = 0,
error = 0,
startError = 0,
int  steps = 0 
)

creates a new result structure (internally used only)


Member Data Documentation

template<class T >
const T* icl::math::StochasticOptimizerResult< T >::data

resulting optimized data vector

template<class T >
T icl::math::StochasticOptimizerResult< T >::error

reached minimum error

first error measurement (reached with initial data vector)

template<class T >
int icl::math::StochasticOptimizerResult< T >::steps

steps iterated!


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines