Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: jssp example panics during population evaluation #379

Merged
merged 3 commits into from
May 26, 2023

Conversation

kkafar
Copy link
Collaborator

@kkafar kkafar commented May 26, 2023

Description

There were two issues:

  1. machines were not reset after first fitness evalutaion,
  2. current ecrs crossover implementatinos use IndividualTrait::from<Chromosome> to create new individuals. This method has no context and can not copy all the state from parent individuals --> operations were not copied and it led to crashes.

Linked issues

Important implementation details

@kkafar kkafar changed the title fix: jssp example crashes on None.unwrap() fix: jssp example panics during population evaluation May 26, 2023
@kkafar kkafar merged commit b8fba49 into main May 26, 2023
@kkafar kkafar deleted the @kkafar/debug-jssp branch May 26, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[GA][JSSP] Current JSSP example is crashing - make it run [GA][JSSP] Integrate JSSP run-loop with ECRS
1 participant