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: add tournament selection operator #72

Merged
merged 5 commits into from
Nov 11, 2022

Conversation

kkafar
Copy link
Collaborator

@kkafar kkafar commented Nov 11, 2022

Description

Should be merged only after

is merged.

Added tournament selection operator.

Due to restrictions coming from construction of our API, it cannot be parameterized. However this is to be changed when idea mentioned in description of #71 is implemented.

Linked issues

Resolves #38

Important implementation details

@kkafar kkafar self-assigned this Nov 11, 2022
@kkafar kkafar changed the base branch from master to @kkafar/implement-rank-selection November 11, 2022 11:15
Base automatically changed from @kkafar/implement-rank-selection to master November 11, 2022 23:27
@kkafar kkafar merged commit ef00c3c into master Nov 11, 2022
@kkafar kkafar deleted the @kkafar/implement-tournament-selection branch November 11, 2022 23:28
kkafar added a commit that referenced this pull request Nov 11, 2022
## Description

Should be merged only after

* #72 

is merged.

Added SUS selection operator for GA. 

## Linked issues

Closes #40

## Important implementation details

This implementation allows for multiple addition of single individual to
the selected pool in case it spans over multiple pointer positions.
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] Implement tournament selection operator
1 participant