Evolutionary Keras 2.0
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.