Closed deanrp2 closed 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.
self.verbose=verbosity
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.