Skip to content

Implementation of CMA optimizer

Compare
Choose a tag to compare
@scarlehoff scarlehoff released this 26 May 11:03
· 23 commits to master since this release
b31d4e5

This release of evolutionary_keras implements the CMA optimizer from pycma to be used alongside with keras and tensorflow.

The code has been updated for compatibility with Tensorflow 2.2

Just like keras this release moves from using the higher level module keras to use tensorflow.keras instead.