SortedGroup.h File Reference

This file declares GaSortedGroup class. More...

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


Detailed Description

This file declares GaSortedGroup class.


Genetic Algorithm Library
Coolsoft Software Development