How can I define two variable in GA ?
Show older comments
I need write two variable in matlab global opt. toolbox.
First x(i,j,k) and another y(i,j)
x(i,j,k) is a binary variable and y(i,j) not binary.how can i define they ? for example, what should i write in nvars section?
and how can i write
sum(x(i,j,k))=<y(i,k)
Accepted Answer
More Answers (0)
Categories
Find more on Genetic Algorithm in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!