Fixed bug with population_impl
This commit is contained in:
@ -274,6 +274,7 @@ for name in (
|
|||||||
"weighted_random",
|
"weighted_random",
|
||||||
"gene_impl",
|
"gene_impl",
|
||||||
"chromosome_impl",
|
"chromosome_impl",
|
||||||
|
"population_impl",
|
||||||
):
|
):
|
||||||
setattr(Attributes, name, property(get_method(name), set_method(name)))
|
setattr(Attributes, name, property(get_method(name), set_method(name)))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user