Skip to content

v0.2.4

Latest
Compare
Choose a tag to compare
@nmichlo nmichlo released this 20 Oct 02:28
· 2 commits to main since this release

Additions

  • Functionally equivalent version of NSGA-ii implemented at ruck.functional.select_nsga2
    • if numba is installed then the function will be JIT compiled for up to 65x faster performance
    • minor differences exist compared to ruck.external.deap.select_nsga2, but overall results should be similar.

Deprecations

  • ruck.external.deap.select_nsga2 has been deprecated and will be removed in v0.3.0