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
The paper indicates that the crossover and mutation probabilities are 0.9 and 0.02 respectively. Pymoo, instead of using these probabilities, performs crossover and mutation on all offsprings. Moreover, the crossover and mutation that are performed in the code do not correspond to what is indicated in the article.
Thank you,
best regards.
The text was updated successfully, but these errors were encountered:
The paper indicates that the crossover and mutation probabilities are 0.9 and 0.02 respectively. Pymoo, instead of using these probabilities, performs crossover and mutation on all offsprings. Moreover, the crossover and mutation that are performed in the code do not correspond to what is indicated in the article.
Thank you,
best regards.
The text was updated successfully, but these errors were encountered: