Monte Carlo Integration Library 1.0
High-performance Monte Carlo methods for numerical integration and optimization
Classes | Namespaces
optimizer.hpp File Reference

Abstract optimizer interface for PSO, GA, and future algorithms. More...

#include "types.hpp"
Include dependency graph for optimizer.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.