jMetal / jMetalPy

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

[Question] How to start NSGA2 algorithm? #46

Closed jongyook2 closed 4 years ago

jongyook2 commented 4 years ago

Hello!

I want to study optimizing algorithms, but i don't have background about optimizing algorithms. Can you give guide for me about what should i do first?

Thank you in advance.

ajnebro commented 4 years ago

Hi. jMetalPy is a framework for multi-objective optimization with metaheuristics, so a basic background on this matter is needed to use it. Unfortunately, this place is not the right place to get that background. The issues opened here are devoted to addressing questions, comments, bugs, etc. directly related about jMetalPy; beyond that, they are out of scope.

Anyway, if you want basic bibliography about multi-objective optimazation and metaheuristics, feel free to contact me.

Antonio

jongyook2 commented 4 years ago

Oh sorry Thank you!