augustjune / alleles

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

Extracting fitness evaluation and evolution logic #9

Closed augustjune closed 5 years ago

augustjune commented 5 years ago

Every combination of fitness evaluation technique for a population with an evolution method should be easily creatable and work properly. Separating both of them into different abstractions and using their intersections as concrete derivatives provides foregoing traits, unlike former implementation.