#include <vector>
#include "Platform.h"
#include "Threading.h"
#include "MultithreadingAlgorithm.h"
Namespaces | |
namespace | Population |
namespace | Algorithm |
namespace | Algorithm::SimpleAlgorithms |
Classes | |
class | Algorithm::SimpleAlgorithms::GaIncrementalAlgorithm |
Incremental algorithm replaces only specified number of chromosomes at the end of each generation, thus allowing majority of chromosomes to survive. More... |