Fixed bug with population_impl

This commit is contained in:
SimpleArt
2021-05-06 18:04:38 -04:00
parent 71d2658501
commit 6a922e4e6e

View File

@ -274,6 +274,7 @@ for name in (
"weighted_random",
"gene_impl",
"chromosome_impl",
"population_impl",
):
setattr(Attributes, name, property(get_method(name), set_method(name)))