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

Keep up to date #287

Merged
merged 6 commits into from
Apr 14, 2024
Merged

Keep up to date #287

merged 6 commits into from
Apr 14, 2024

Conversation

ahmedfgad
Copy link
Owner

No description provided.

ahmedfgad and others added 6 commits February 17, 2024 16:03
Merge pull request #277 from ahmedfgad/master
Improvement on memory usage
In the crossover function, the split point is chosen in the range of the
offspring size, instead of the solution size.

An out-of-range split point is silently ignored by the range selection:
it selects all genes from parent1, and none from parent2.
However, the error can be demonstrated by throwing an exception if the
split point is out of range.
@ahmedfgad ahmedfgad merged commit c16cdcc into github-actions Apr 14, 2024
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.

3 participants