PlatEMO icon indicating copy to clipboard operation
PlatEMO copied to clipboard

Evolutionary multi-objective optimization platform

Results 80 PlatEMO issues
Sort by recently updated
recently updated
newest added

问题1: ![图片](https://user-images.githubusercontent.com/43201682/104115519-3e6e4a00-534b-11eb-8ecf-cd33253d0556.png) KrigingSelect的MSE好像没有和PopObj对应上, PopObj在[PopObj(i,j),~,MSE(i,j)] = predictor(PopDec(i,:),Model{j});还有一次更新的步骤,但是MSE就没有。 问题2 ![图片](https://user-images.githubusercontent.com/43201682/104115542-65c51700-534b-11eb-886d-086a406969cb.png) 在UpdateArchive那里,Next(i)在循环中被赋值以后好像没有对A1进行更新

function P=PF(obj, N) P=[ ]; end In test problems. By letting P empty. Errors of Index are Thrown. How to avoid reference front on Graph and calculations.

Offspring = Operator(Population,{5555,5555}); {5555,5555}换成{0,1}会不会更合理

The hyper volume calculation for test problem with M>3 yields NaNs. This probably has to do with Monte Carlo computation for the HV? I tried it with Two_Arch2 and RVEA...

enhancement

MPSOD C. Dai, Y. Wang, and M. Ye, A new multi-objective particle swarm optimization algorithm based on decomposition, Information Sciences, 2015, 325: 541-557. % Note that here the value of...

help wanted

Hello, First thanks for providing this great tool to EMO researches and practitioners. I'm using PlatEMO to benchmark algorithms on a real-world many-objective problem (and may submit a pull request...

It will be great to have some basic implementation of single objective GA/ES as then PlatEMO can be a one stop solution for evolutionary optimization!

**CMaOPs are needed ** At present, most of the constraint problems on platEMO are CMOP. As DAS-CMOP has been updated, I sincerely hope that platEMO can update DAS-CMaOPs.

help wanted

It could be possible to use the variables in Search Space on metrics functions instead of Pareto Front only.

enhancement

receive parameter settings from users for metrics function. For preference-based evolutionary multiobjective optimization, it is necessary to receive parameter settings from users for metric calculation, like R-HV, R-IGD from [1]....

enhancement