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.