You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've got a create_segmented_sequence() initializer, but it takes one initializer as an argument and applies it repeatedly to general several segments.
Just like coevolution needs to handle different-sized sub-genomes (see #179), segmented genomes also need to support differently-initialized segments.
The text was updated successfully, but these errors were encountered:
…rcise it by evolving images, with a new cgp_images.py example to exercise them. As part of this, I generalized the create_segmented_sequence() initializer to take multiple initializers for each segment, resolving #185, and added a similar segmented_mutate() operator.
We've got a
create_segmented_sequence()
initializer, but it takes one initializer as an argument and applies it repeatedly to general several segments.Just like coevolution needs to handle different-sized sub-genomes (see #179), segmented genomes also need to support differently-initialized segments.
The text was updated successfully, but these errors were encountered: