You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
The text was updated successfully, but these errors were encountered: