augustjune / alleles

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

Evolution engine inheritance to composition #16

Closed augustjune closed 5 years ago

augustjune commented 5 years ago

Evolution engine based on inheritance of fitness evaluation and evolution strategy functionalities is not the best concept of mixing logic. Composition based design is more elegant and flexible way of describing ga.