yosefm / eps-moea

Implementation of the epsilon-MOEA algorithm in Python and Matlab
GNU General Public License v3.0
13 stars 6 forks source link

Document that it only solves minimize problems #1

Open yosefm opened 14 years ago

yosefm commented 14 years ago

The assumption appears in pareto_front.m, but not in eps_moea_optimize.m

chaitar commented 6 years ago

While I run eps_moea_optimize.m in matlab I get this error.

Not enough input arguments.

Error in eps_moea_optimize (line 25) population = gen_population(creature, pop_size);

chaitar commented 6 years ago

While I try to run the eps_moea.py in python shell, I get this error line 1 sudo apt-get install python-numpy ^ SyntaxError: invalid syntax

I installed Numpy but, it still gives me this error. Can someone help me with this?