-
Hi, when i run Example2 to test DBEA, it seems DBEA performs much worse than other algorithms on all the metrics, especially on DTLZ1_2, DTLZ4_2, DTLZ7_2.
DBEA can only find two candidate solutions …
-
下载最新版platemo,MOEAD在很多问题的求解上都出现问题。例如下图,求解C3-DTLZ4,一个解都没有搜索到。试过jMetal、pymoo、deap等都是能收敛的,因此认为这是一个比较严重的BUG。希望尽快给出答复。谢谢!
![image](https://user-images.githubusercontent.com/53175954/61988830-713e5880-b059-…
-
**Submitting author:** @geoffreyp (Geoffrey Pruvost)
**Repository:** https://github.com/moead-framework/framework
**Branch with paper.md** (empty if default branch):
**Version:** 1.0
**Editor:** @mel…
-
I want to select one best solution from the first pareto front.
How to get this solution if my all objectives need to be maximized.
Will knee point solution will help?
How to get this knee point …
-
Hi,
I am trying to use MOEA to solve an asymmetric TSP problem.
My program uses the same code as TSPLIB4J and the ATSP examples.
My issue: step() works fine once but then throws the following e…
-
Matlab has normalize function.
https://www.mathworks.com/help/matlab/ref/double.normalize.html
This file causes some problems.
https://github.com/BIMK/PlatEMO/blob/master/PlatEMO/Algorithms/Multi…
-
**Feature request:** For writing a graphical tool that uses MOEA as a backend, it would really be great if it was possible to inspect the properties that a given Algorithm supports. (This would also …
-
Dear David,
I have a very huge search space on my problem, so NSGA2 and NSGA3 on MOEA are not able to find acceptable results. As a solution, I think about reducing the search space. I would use a co…
-
I find a strange behavior in MOEA. I'm using the grammatical evolution. I get many "null" programs. As if the generated solution was non-valid. The length of the codon (at 10) does not affect the resu…
-
hello everyone
i would like to know how can i modify the moea framework so i can addapt it to the problem of key player identification in a network which is a MO optimisation problem with 2 objecti…