v0.1.2
Changes:
- Fixed critical bug regarding gradient updates (use MEAN reduction, instead of SUM reduction)
- Now, GA yields identical results compared to regular batch training
- Added unit tests with pytest to yield AssertionError if results are different
- Added compatibility with
sample_weight
- now GAModelWrapper should be fully compatible with model.compile/fit
Full Changelog: v0.1.1...v0.1.2