Turned bonary_value into the onemax (not pow that exploded for even only

moderately small size of genome!)
Turned it into a double (it was a float) as floats are dead and should dissappear
This commit is contained in:
evomarc 2001-11-17 07:54:12 +00:00
commit d686b37c1f
4 changed files with 11 additions and 19 deletions

View file

@ -32,7 +32,7 @@
//-----------------------------------------------------------------------------
typedef eoBit<float> Chrom;
typedef eoBit<double> Chrom;
//-----------------------------------------------------------------------------