jMetal / jMetalPy

A framework for single/multi-objective optimization with metaheuristics
https://jmetal.github.io/jMetalPy/index.html
MIT License
515 stars 150 forks source link

Constraint #58

Closed 1017073490 closed 4 years ago

1017073490 commented 4 years ago

Hi, I'm come back. Now, I want to restructure my problem algorithm. I want to know if the moead_lz09.py in examples.multiobjective can run the constraint problem? Because i can run the Srinivas in jmetal.problem directly. If yes, I can safely refactor the code with reference to the example of Srinivas. If no, I will choose jMetal instead of jMetalPy. Thank you.

ajnebro commented 4 years ago

Just take a look to the MOEA/D Epsilon algorithm: https://github.com/jMetal/jMetalPy/blob/master/examples/multiobjective/moead_iepsilon_lircmop1.py

1017073490 commented 4 years ago

I run your Demo moead_iepsilon_lircmop1.py and there seem no problem, but the files of FUN and VAR has no data. Could you check it and respond to me? Best wish.

ajnebro commented 4 years ago

The example should work now. I have added also an example to solve the Srinivas problem.

1017073490 commented 4 years ago

I'm so glad to recive this message. And thank you very much.