Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 481 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 481 Bytes

FSD301-MOEA-D

This is the repository of group 4.

Our article:

Q. Zhang and H. Li, "MOEA/D: A Multiobjective Evolutionary Algorithm Based on Decomposition," in IEEE Transactions on Evolutionary Computation, vol. 11, no. 6, pp. 712-731, Dec. 2007, doi: 10.1109/TEVC.2007.892759. (https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=4358754)

To run the notebook you will only need packages you used in class:

pymoo, numpy, matplotlib

pip install pymoo numpy matplotlib