Skip to content

Releases: N3PDF/evolutionary_keras

Evolutionary Keras 2.1

04 Jan 10:24
a73bf3f
Compare
Choose a tag to compare

Bugfix release (#34), updated code to be compatible with newer versions of TensorFlow.

Evolutionary Keras 2.0

17 Aug 13:33
4858205
Compare
Choose a tag to compare

This release of evolutionary_keras is compatible with TF 2.2.

  • Added callback compatibility on the fit function: on_train_begin, on_epoch_begin, on_epoch_end, on_train_end.
  • NGA: Added checks for model architecture. If a model is found to have an architecture not compatible with the NGA-structure, it will immediately fail.

Implementation of CMA optimizer

26 May 11:03
b31d4e5
Compare
Choose a tag to compare

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.

First release of evolutionary_keras

10 Feb 10:24
Compare
Choose a tag to compare

This is the first public release of the evolutionary_keras library.

The documentation for this release can be found at https://evolutionary-keras.readthedocs.io/

First release of evolutionary_keras

29 Jan 14:23
0cb50fe
Compare
Choose a tag to compare

This is the first public release of the evolutionary_keras library.

The documentation for this release can be found at https://evolutionary-keras.readthedocs.io/