-
我想在moead模版的基础上实现meoad-dra(The Performance of a New Version of MOEA/D on CEC09 Unconstrained MOP Test Instances ),发现ea.tcheby计算的切比雪夫距离和我自己计算的值不一样,是否ea.tcheby做了规格化或是其它类似的修改?
-
您好,我之前使用的matlab的[PlatEMO](https://github.com/BIMK/PlatEMO)多目标进化工具箱,设置种群600,进化500代,UF1测试问题,在PlatEMO平台[MOEAD-DE](https://github.com/BIMK/PlatEMO/blob/master/PlatEMO/Algorithms/MOEA-D-DE/MOEADDE.m)框架下可以得…
-
-
你好,我看到在template一页中,只有soea_multi_SEGA_templet.py 其中一个带有multi的字样,没有看到moea中哪个template带有multi字样。请问目前是否有什么多目标算法模板可以支持多种群进化算法?如当前不支持,这类多目标算法多种群进化算法模板的开发是否在计划中呢?
谢谢!
-
请问出现这行错误是因为我设置的约束条件过多吗?
如果是的话,要怎么将我原先的约束条件做调整会比较适当
-
In my tests, NSPSO doesn't appear to work correctly with integer variables:
After the first population, which works fine, subsequent populations have non-integer values even for "integer" variables…
-
Dear,
I'm applying the MOEA's for solving collision avoidance problems and limiting the search space to integer values for the epoch of thrusting would significantly reduce computational effort (de…
-
Hi,
I have been searching for a while, but I did not find a good way to define a chromosome which contains integers (part one) and binary values (part two) (e.g. chromosome = 51324 0101). Specifica…
-
> WARNING: autodoc: failed to import module 'moea' from module 'pywr.optimisation'; the following exception was raised:
No module named 'pywr.optimisation.moea'
Out of date module referenced in th…
jetuk updated
4 years ago
-
Hi @jetuk, I was testing your implementation of the rbf (https://github.com/pywr/pywr/pull/725) but I got the next error when I tried to run an optimisation using Platypus
```
File "pywr\solvers…