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

feat(jssp): refact JsspPopProvider & infer population size for given instance automaticaly #392

Merged
merged 5 commits into from
May 28, 2023

Conversation

kkafar
Copy link
Collaborator

@kkafar kkafar commented May 28, 2023

Description

  1. Refactored JsspPopProvider so that it is now created from JsspInstance and not from file path.
  2. Implemented TryFrom<PathBuf> for JsspPopProvider so that loading directly from path file is still possible.
  3. Moved all JsspInstance adapting logic from generate method to new method so that repeated generation is much cheaper.
  4. Added simple mechanism to infer population size for the solver automaticaly for the given problem instance (due to rules described in the paper).

Linked issues

Closes #389

@kkafar kkafar merged commit b728dfd into main May 28, 2023
@kkafar kkafar deleted the @kkafar/infer-pop-size-from-loaded-problem-instance branch May 28, 2023 12:42
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] Infer population size from loaded problem instance
1 participant