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
This is a impressive framework for MOP problems solving! If I not misunderstanding about framework of PlatEMO, Here are some tips from my side:
When I do research to compare different algorithm performance, I found here is little hyperparameter can be adjust for most algorithm, like hyperparameter of crossover\mutation etc... but these hyperparameter will affect final performance of algorithm a lot. I know use self definition framework of PlatEMO will solve this problem, but it is more like rewrite the algorithm or change source code not only fine tuning some parameter to see how it will change. So could PlatEMO can support we change hyperparameter in 'platemo' function? Even in GUI we could see NSGA-II not have the directly hyperparameter adjust item like 'probility of crossover and mutation'.
Based on 1, could we make PlatEMO input framework hyperparameter easy to change in main function, like pymoo or Geat2py?
Thanks for your team great works!
The text was updated successfully, but these errors were encountered:
Hello!
This is a impressive framework for MOP problems solving! If I not misunderstanding about framework of PlatEMO, Here are some tips from my side:
Thanks for your team great works!
The text was updated successfully, but these errors were encountered: