aims-umich / neorl

NeuroEvolution Optimization with Reinforcement Learning
MIT License
51 stars 18 forks source link

Verbose change #14

Closed deanrp2 closed 3 years ago

deanrp2 commented 3 years ago

I ended up needing to pass the verbose arg into the population initialization methods because verbosity should not be set as an attribute with self.verbose=verbosity because verbosity could be different for initialization and evolution.