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

implement the tournament selection method #27

Merged
merged 3 commits into from
May 27, 2024

Conversation

dleidreiter
Copy link
Collaborator

@dleidreiter dleidreiter commented Apr 29, 2024

the tournament selection applies a more stable selection pressure and handles diffiicult fitness values, like mixes of negative and positive fitness values more naturally. Closes #25

@dleidreiter dleidreiter linked an issue Apr 29, 2024 that may be closed by this pull request
@dleidreiter dleidreiter self-assigned this Apr 29, 2024
@dleidreiter dleidreiter requested a review from svenpruefer April 29, 2024 14:25
Copy link
Member

@svenpruefer svenpruefer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, looking good!

@dleidreiter dleidreiter merged commit a9e8b00 into main May 27, 2024
6 checks passed
@dleidreiter dleidreiter deleted the 25-add-tournament-selection-as-an-option-for-evqe branch May 27, 2024 09:17
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.

Add tournament selection as an option for EVQE
2 participants