Optimist  0.0.0
A C++ library for optimization
Loading...
Searching...
No Matches
Optimist::Optimizer Namespace Reference

Namespace for multi-dimensional optimization algorithms.

Classes

class  Optimizer
 Class container for the multi-dimensional optimizer. More...
class  NelderMead
 Class container for the Nelder-Mead's method. More...
class  ConstantWeight
 Inertia weight functor, which returns a constant weight. More...
class  LinearDecrease
 Inertia weight functor, which decreases linearly over time. More...
class  ExponentialDecrease1
 Inertia weight functor, which decreases exponentially over time. More...
class  ExponentialDecrease2
 Inertia weight functor, which decreases exponentially over time. More...
class  ExponentialDecrease3
 Inertia weight functor, which decreases exponentially over time. More...
class  ParticleSwarm
 Class container for the particle swarm optimizer. More...
class  PatternSearch
 Class container for the Hooke and Jeeves Pattern Search algorithm. More...