how to costrain variables for ga optimization

1 次查看(过去 30 天)
Hello, I'm perfoming an optimization using the gamultiobj but I'm not able to force my variables to follow the inequalityies :
x1<x2
x3<x4
x5<x6

采纳的回答

Shashank Prasanna
A = [1 -1 0 0 0 0 ]
[0 0 1 -1 0 0 ]
[0 0 0 0 1 -1 ]
b = zeros(6,1);
Please read this link to understand why:

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Genetic Algorithm 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by