augustjune / alleles

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

Local caching fitness evaluation #15

Closed augustjune closed 5 years ago

augustjune commented 5 years ago

Removing computation overhead associated with evaluating fitness value for identical individuals in population; closes #13