Skip to content

BUG: GA Added configuration id to offspring automatically

This change fixes errors when using add_unrelaxed_step. The confid is now added to the initialize_candidate function in offspring_creator. It will be overwritten if add_unrelaxed_candidate is used but carried through if add_unrelaxed_step is used.

Merge request reports