Skip to content

Keep up to date#287

Merged
ahmedfgad merged 6 commits intogithub-actionsfrom
master
Apr 14, 2024
Merged

Keep up to date#287
ahmedfgad merged 6 commits intogithub-actionsfrom
master

Conversation

@ahmedfgad
Copy link
Copy Markdown
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