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
I am trying to compare PSO and CMAES. PSO set_bfe() works as expected, and I see activity across all CPUs when evolving the population. I've tried doing the same with CMAES but the CPUs are not active and the evolution takes way longer. This is with ipyparallel_bfe.
The text was updated successfully, but these errors were encountered:
I also see that with both CMAES and NSGAII, using set_bfe() and batch_fitness() makes the algo not converge. I didn't bother to check the CPU activity because it just seems the implementation is broken somehow.
I am trying to compare PSO and CMAES. PSO set_bfe() works as expected, and I see activity across all CPUs when evolving the population. I've tried doing the same with CMAES but the CPUs are not active and the evolution takes way longer. This is with ipyparallel_bfe.
The text was updated successfully, but these errors were encountered: