Deme class - inherits a vector of Individuals. More...
#include <Deme.h>
Public Member Functions | |
| bool | initialize (StateP state) |
| initialize deme | |
| bool | replace (uint index, IndividualP newInd) |
| replace ind. at index with newInd | |
| void | write (XMLNode &) |
| void | read (XMLNode &) |
| uint & | getSize () |
Public Attributes | |
| HallOfFameP | hof_ |
| StatCalcP | stats_ |
Protected Attributes | |
| uint | nIndividuals_ |
Deme class - inherits a vector of Individuals.
A deme is a set of individuals that may interact during an Algorithm execution.
Definition at line 16 of file Deme.h.
| void Deme::read | ( | XMLNode & | xDeme | ) |
Read deme from XMLNode. Population must be initialize()-d beforehand!
1.7.1