Defining more than two objective in NSGA II with pymoo. #227
Unanswered
jitniknita2016
asked this question in
Q&A
Replies: 1 comment
-
Simply append more values to the objective list.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to pymoo. Working with a problem having more than two objective functions (developed by me). How can I define all the objective functions (more than two) in pymoo for NSGA II.
The code I got is for 2 objective- https://pymoo.org/getting_started/part_2.html
class MyProblem(ElementwiseProblem):
Beta Was this translation helpful? Give feedback.
All reactions