My solution x is a binary soltion of size 50. sould I use 50 decison variables or only one with size 50? my f(x)=f(x1,x2,..,x50)
Use a single BinaryVariable with 50 bits. Look at the Knapsack example for details: https://github.com/MOEAFramework/MOEAFramework/blob/master/examples/org/moeaframework/examples/ga/knapsack/Knapsack.java
You seem to have CSS turned off. Please don't fill out this field.
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
Use a single BinaryVariable with 50 bits. Look at the Knapsack example for details: https://github.com/MOEAFramework/MOEAFramework/blob/master/examples/org/moeaframework/examples/ga/knapsack/Knapsack.java