Skip to content

EC-KitY 0.3.2

Latest
Compare
Choose a tag to compare
@itaitzruia4 itaitzruia4 released this 04 Jul 16:06
· 3 commits to main since this release
238555d

Several improvements:

  • Termination Checker can now also be a list. In that case, early termination is performed if any of the termination conditions apply.
  • Generations now range from 1 to max_generation, instead of 0 to max_generation - 1.
    Individual now contains informative fields - id, gen, cloned_from, selected_by and applied_operators.
  • Vector and its subtypes can now receive a list of the genome (vector cells) as constructor argument.