IncrementalAlgorithm.h File Reference

This file declares classes of incremental genetic algorithm with overlapping population and its parameters. More...

#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...


Detailed Description

This file declares classes of incremental genetic algorithm with overlapping population and its parameters.


Genetic Algorithm Library
Coolsoft Software Development