Classes | |
class | paradocks::OptimizerError |
Optimizer error class. This class should be thrown by all implemented Optimizer classes in case of an error. More... | |
class | paradocks::PSO |
Particle Swarm Optimization class. This class implements particle swarm optimization from: J. Kennedy and R. Eberhart Particle swarm optimization Proc. of the IEEE Int. Conf. on Neural Networks, Piscataway, NJ, pp. 1942-1948, 1995. an example input section looks like this:. More... |