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.
Actually there is no error, the code runs but without parallelization. Using MOEAD requires 30 hours for 100 generations while NSGA3 requires around 3 hours (also for 100 generations).
Regarding the standard libraries, if you refer to funcs, this is just another part of my code.
I'll keep searching, try a test problem and get back to you if necessary, thanks !
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: