How to define a binary variable in non linear constraints
Ältere Kommentare anzeigen
if x(1)+x(2)+x(3)> 0 then x(4)= 1 otherwise x(4)=0
1 Kommentar
John D'Errico
am 25 Mär. 2024
Please stop asking the same question multiple times.
Antworten (1)
Torsten
am 25 Mär. 2024
Solve two problems:
One with
x(1)+x(2)+x(3)>= 0
x(4)=1
the other with
x(1)+x(2)+x(3)<= 0
x(4)=0
and take the best of the two runs as the solution.
Kategorien
Mehr zu Genetic Algorithm finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!