LukeWood / keras-genetic

18 stars 1 forks source link

Implement a ProgBarLogger #8

Closed LukeWood closed 2 years ago

LukeWood commented 2 years ago

this logger should do things like print fitness scores per the evaluator, print the current generation, what individual we are currently evaluating, what step of the generation we are in, etc.

All of this should be nicely printed line similar to Keras ProgBarLogger.