nasa / bingo

Apache License 2.0
48 stars 28 forks source link

Age fitness and RandomIndividualVariation #9

Closed tylertownsend closed 5 years ago

tylertownsend commented 5 years ago

This request contains the implementations of the the RandomIndividualVariation wrapper, the Age-Fitness Selection class, and the Age-Fitness EA algorithm. Tests were written for Age-Fitness in one test file located in EA. The other is written for the wrapper class.