Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

fl::AnnealingAdaptive< T > Class Template Reference

#include <search.h>

Inheritance diagram for fl::AnnealingAdaptive< T >:

fl::Search< T > List of all members.

Public Methods

 AnnealingAdaptive (bool minimize=true, int levels=10, int patience=-1)
 minimize == true means do least squares; minimize == false means find largest values

virtual void search (Searchable< T > &searchable, Vector< T > &point)
 Finds the point that optimizes the search crierion. "point" must be initialized to a reasonable starting point.


Public Attributes

bool minimize
int levels
int patience

template<class T>
class fl::AnnealingAdaptive< T >


Constructor & Destructor Documentation

template<class T>
fl::AnnealingAdaptive< T >::AnnealingAdaptive bool    minimize = true,
int    levels = 10,
int    patience = -1
 

minimize == true means do least squares; minimize == false means find largest values


Member Function Documentation

template<class T>
void fl::AnnealingAdaptive< T >::search Searchable< T > &    searchable,
Vector< T > &    point
[virtual]
 

Finds the point that optimizes the search crierion. "point" must be initialized to a reasonable starting point.

Implements fl::Search< T >.


Member Data Documentation

template<class T>
int fl::AnnealingAdaptive< T >::levels
 

template<class T>
bool fl::AnnealingAdaptive< T >::minimize
 

template<class T>
int fl::AnnealingAdaptive< T >::patience
 


The documentation for this class was generated from the following files:
Generated on Thu Dec 9 17:13:25 2004 for fl by doxygen1.2.18