v0.2.0
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 complimentR.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.