EvolvingObjects
|
Sharing is a perf2worth class that implements Goldberg and Richardson's basic sharing see eoSharingSelect for how to use it and test/t-eoSharing.cpp for a sample use of both. More...
#include <eoSharing.h>
Public Member Functions | |
eoSharing (double _nicheSize, eoDistance< EOT > &_dist) | |
void | operator() (const eoPop< EOT > &_pop) |
Computes shared fitnesses. | |
Private Attributes | |
double | nicheSize |
eoDistance< EOT > & | dist |
Sharing is a perf2worth class that implements Goldberg and Richardson's basic sharing see eoSharingSelect for how to use it and test/t-eoSharing.cpp for a sample use of both.
Definition at line 83 of file eoSharing.h.