Skip to content

v0.2.0

Compare
Choose a tag to compare
@nmichlo nmichlo released this 25 Sep 13:43
· 26 commits to main since this release

Changes

  • Ray remote function support was broken because of algorithm design decisions and use of nested functions and decorators. Updated to remove these limitations. API changes slightly.
  • R.mate_crossover_nd added to compliment R.mate_crossover_1d
  • Training checks that all the values in a population maintain the same type, this can help avoid ray multithreading errors when object refs are required instead of values.