#include "Platform.h"
#include "Threading.h"
#include "ChromosomeOperations.h"
Namespaces | |
namespace | Population |
Classes | |
class | Population::GaSortedGroup |
Sorted group stores indices of chromosomes in sorted order, chromosomes must be from same population. For sorting, group use provided fitness comparator. Direction depends on type of group. It group type is GASGT_BEST or GASGT_OTHER chromosomes are sorted in descending order by their fitness value, if group type is GASGT_WORST chromosomes are sorted in ascending order by their fitness value. Sorted group can only accept fixed number of chromosomes. More... |