From ec.Individual:
In addition to serialization for checkpointing, Individuals may read and write themselves to streams in three ways.
In general, the various readers and writers do three things: they tell the Fitness to read/write itself, they read/write the evaluated flag, and they read/write the gene array. If you add instance variables to a VectorIndividual or subclass, you'll need to read/write those variables as well. Default Base
vector.double-vect-ind
@author Liviu Panait
@author Sean Luke and Liviu Panait
@version 2.0
|
|
|
|
|
|