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
Hi ! Thanks for the package, it is really helpful and easy to use.
I have a problem with 19 variables and 3 objectives, NSGA3 works perfectly, and I wanted to compare with MOEAD. However, the parallelization doesn't work when replacing the algorithm by MOEAD (and adding some arguments such as n_neighbors and prob_neighbor_mating). Is it specific to MOEAD ?
Here is the code for NSGA3. I tried MOEAD and ParallelMOEAD instead of NSGA3, but parallelization doesn't work for both.
Hi ! Thanks for the package, it is really helpful and easy to use.
I have a problem with 19 variables and 3 objectives, NSGA3 works perfectly, and I wanted to compare with MOEAD. However, the parallelization doesn't work when replacing the algorithm by MOEAD (and adding some arguments such as n_neighbors and prob_neighbor_mating). Is it specific to MOEAD ?
Here is the code for NSGA3. I tried MOEAD and ParallelMOEAD instead of NSGA3, but parallelization doesn't work for both.
Thanks !
The text was updated successfully, but these errors were encountered: