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

I think the settings of the plot and the PF do not need to update at each iteration, these operations are time-consuming. So, I add two properties for PROBLEM, _fastdraw_...

**The Ackley function for ZXH_CF problems 3, 8, 9, and 14 have _potentially_ been implemented incorrectly.** The [paper](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9149679) describing the ZXH_CF functions writes the Ackley function (for ZXH_CF3) as follows:...

Update DWU by Gladston Moreira. Please make a minor update DWU.m to DWU algorithm. Thank you. Gladston Moreira

Update ReplacementUniformity by Gladston Moreira. Please make a minor update ReplacementUniformity.m to DWU algorithm. Thank you. Gladston Moreira

I have a csv dataset comprising of results of algorithms I want to compare using Mann-Whitney U-Test, Wilcoxon signed rank test and Friedman test. Is there a feature in PlatEMO...

感觉可以加一个最大迭代次数的定义,不仅限于maxFE,满足其中一个条件就可以终止算法,然后类似PSO这些算法的参数可以有多一些能设置,不如说粒子群算法的惯性权重,应该可以是从大到小的,一般设置的不是一个范围嘛,比如是[wmin wmax],当前的权重系数w=wmax-(wmax-wmin)*i/T,有一个变化的过程这样,现在的版本好像就只定义是同个值,可能效果不会特别好,i是当前迭代次数,T是最大迭代次数,仅个人意见,也可能是我理解有误,谢谢

Should non-dominated sorting be performed on the final population before calculating HV and IGD, as HV and IGD indicators is designed for non-dominated populations. If there are dominated individuals in...

- Problem 1: Algorithms/Multi-objective optimization/WOF/WOF.m, line 263: `Offspring = OperatorGA(input(MatingPool));` Error: "**Not enough arguments**" Should be fixed: `Offspring = OperatorGA(Global, input(MatingPool));` - Problem 2: Algorithms/Multi-objective optimization/WOF/WOF_NSGAIIIEnvironmentalSelection.m, line 96: `Hyperplane =...

How to download platEMO 1.8?

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: 1. When I do research...