|
Monte Carlo Integration Library 1.0
High-performance Monte Carlo methods for numerical integration and optimization
|
Abstract optimizer interface for PSO, GA, and future algorithms. More...
#include "types.hpp"Go to the source code of this file.
Classes | |
| class | mc::optim::Optimizer |
| Abstract base class for all optimization algorithms. More... | |
Namespaces | |
| namespace | mc |
| namespace | mc::optim |
Abstract optimizer interface for PSO, GA, and future algorithms.
Defines the common lifecycle (configure, optimize, step, inspect) and callback semantics used by all optimizers in this package.
Definition in file optimizer.hpp.