#include <search.h>
Inheritance diagram for fl::AnnealingAdaptive< T >:

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 |
|
||||||||||||||||||||
|
minimize == true means do least squares; minimize == false means find largest values
|
|
||||||||||||||||
|
Finds the point that optimizes the search crierion. "point" must be initialized to a reasonable starting point.
Implements fl::Search< T >. |
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.2.18