Skip to content

v0.6.0

Compare
Choose a tag to compare
@blakeaw blakeaw released this 22 Jun 02:57
· 70 commits to master since this release
  • core GA now returns an array with fitness value of the fittest individual from each generation which can be accessed from the GAO property GAO.best_fitness_per_generation.
  • Bug fix in core GA for sorting the population before selection and mating.