mbelmadani / moead-py

A Python implementation of the decomposition based multi-objective evolutionary algorithm (MOEA/D)
GNU Lesser General Public License v3.0
76 stars 27 forks source link

How can I run MOEAD algorithm using python? #8

Closed Mathi50 closed 3 years ago

Mathi50 commented 4 years ago

I am new to GitHub. This is in connection with the paper " MOEA/D: A Multiobjective Evolutionary Algorithm Based on Decomposition" by Qingfu Zhang and Hui Li. (attached paper herewith) 1.pdf

I would like to implement the MOEAD algorithm mentioned in the above paper using python (3.8 in windows 10) to compare the results with different weight vector generation methods like Random Sampling Method etc... I have downloaded the code from the following link, https://github.com/Y1fanHE/moead-levy-python I executed all the program, at the end I could not run MOEAD.py. I tried the following command in the terminal, C:\Users\Lenovo>python MOEAD.py item.yml usage: MOEAD.py [-h] params seed MOEAD.py: error: the following arguments are required: seed I would really appreciate any help or advice.. Thanks in Advance.