#include <cl_Genome.hpp>
Public Member Functions | |
| Genome (const Vector< real > &aMinVals, const Vector< real > &aMaxVals, const Bitset< N > &aTypes) | |
| void | set_values (const Vector< real > &aValues) |
| void | get_values (Vector< real > &aValues) const |
| void | randomize () |
| void | inherit (const Genome *aMom, const Genome *aDad) |
| real | fitness () const |
| void | set_fitness (const real aFitness) |
| void | kill () |
| bool | is_alive () const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |