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

Fitness Comparation using a aggregated variable instead of lexicographic comparation #745

Open
echenique98 opened this issue Apr 4, 2024 · 0 comments

Comments

@echenique98
Copy link

Functions that select individuals among a population use the Fitness of each individual to compare them.
In the documentation it's stated that this fitness comparation is made lexicographically. So when a multi-objective optimization is set up fitness of objective values will be evaluated following index as an order.
What's the reason to not aggregate weights and values into one single variable, so that all objective variables are taken into account?

$FitnessValue = \sum |weights| * values^{sign(weights)}$

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

No branches or pull requests

1 participant