diff --git a/EasyGA/attributes.py b/EasyGA/attributes.py index a9fc443..973bd7a 100644 --- a/EasyGA/attributes.py +++ b/EasyGA/attributes.py @@ -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)))