Skip to content

NSGA-II: Why some solution variables don't change over many iterations? #528

Answered by blankjul
dinohsu1019 asked this question in Q&A
Discussion options

You must be logged in to vote

Keep in mind that evolutionary algorithms are probabilistic algorithms. Not in every run the same solution will be found. In some runs, you might get stuck in a local optima and when the diversity in the population is lost it will be hard to get out of it.

For some applications, implementing a restart strategy might make sense too!

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dinohsu1019
Comment options

@blankjul
Comment options

Answer selected by dinohsu1019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants