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

fix: mismatched optimization target #94

Merged
merged 4 commits into from
Nov 13, 2022
Merged

Conversation

kkafar
Copy link
Collaborator

@kkafar kkafar commented Nov 13, 2022

Description

See description of

#88

for explanation why the changes are needed.

Linked issues

Resolves #88

Important implementation details

I went with approach that the higher fitness value the better given individual is.

This raises certain problems especially when we want to minimize function as we need to map objective function to fitness, but we can achieve it by using e^(-x) for example.

@kkafar kkafar self-assigned this Nov 13, 2022
@kkafar kkafar merged commit 90570d3 into master Nov 13, 2022
@kkafar kkafar deleted the @kkafar/mismatched-opt-target branch November 13, 2022 14:29
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] Mismatched optimization target
1 participant