MOEA/D: A Multiobjective Evolutionary Algorithm Based on Decomposition
目录1问题定义2算法步骤3代码4效果1问题定义本博客以最小化问题为例f1=x2f2=(x−2)2minf=(f1(x),f2(x))\begin{aligned}f_1&=x^2\\f_2&=(x-2)^2\\\minf&=(f_1(x),f_2(x))\end{aligned}f1f2minf=x2=(x−2)2=(f1(x),f2(x))代码deffunc1(population):res=