#include <GeneticCode.h>
Data Fields | |
unsigned | size: NB_BITS_SIZE |
unsigned | aggressiveness: NB_BITS_AGGRESSIVENESS |
unsigned | greedy: NB_BITS_GREEDY |
unsigned | reasonable: NB_BITS_REASONABLE |
Definition at line 70 of file GeneticCode.h.
unsigned GeneticCode::__code::_bitfield::size |
His size
Definition at line 71 of file GeneticCode.h.
Referenced by GeneticCode::GeneticCode(), and GeneticCode::getSize().
His tendancy to fight
Definition at line 72 of file GeneticCode.h.
Referenced by GeneticCode::getAggressiveness().
His tendancy to eat
Definition at line 73 of file GeneticCode.h.
Referenced by GeneticCode::getGreedy().
How clever he is
Definition at line 74 of file GeneticCode.h.
Referenced by GeneticCode::getReasonable().