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

multi objective optimization - metric of quality #252

Open
MichaelRara opened this issue Nov 20, 2023 · 1 comment
Open

multi objective optimization - metric of quality #252

MichaelRara opened this issue Nov 20, 2023 · 1 comment
Labels
question Further information is requested

Comments

@MichaelRara
Copy link

Hi,
what metric is used to decide what solution in multi objective optimization is better?
How do you compare them?
https://pygad.readthedocs.io/en/latest/pygad_more.html#multi-objective-optimization

@ahmedfgad ahmedfgad added the question Further information is requested label Jan 27, 2024
@ahmedfgad
Copy link
Owner

Hi @MichaelRara,

For multi-objective optimization, there are 2 special parent selectors:

  1. nsga2: This selects the parents based on non-dominated sorting and crowding distance.
  2. tournament_nsga2: This selects the parents using tournament selection which uses non-dominated sorting and crowding distance to rank the solutions.

So, simply the metrics are non-dominated sorting and crowding distance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants