augustjune / alleles

Experimental Scala library for genetic algorithms
1 stars 0 forks source link

Add local caching fitness evaluator #13

Closed augustjune closed 5 years ago

augustjune commented 5 years ago

Implement FitnessEvaluator trait which computes fitness value only for unique individuals of a population, copying the result to the identical instances.