Interface of a population individual for population-based optimization algorithms. More...
#include <string>#include <iostream>#include <vector>#include <memory>#include <random>Go to the source code of this file.
Classes | |
| class | Individual |
| Base class for the individuals in a Pareto optimization population. More... | |
| class | IndividualReader |
| Abstract base class for creating a completely new instance from a stream representation. More... | |
Interface of a population individual for population-based optimization algorithms.
This is based on an older project used in the MSc thesis project of A. Kornilov. Heavily modified from original.
1.6.1