Feeds
質問
The ga-function (genetic algorithm) gives me totally random and wrong solutions?
Hello! I have a super easy puzzle that I would like to solve, and I have tried multiple solvers and found the ga to be the easi...
約12年 前 | 1 件の回答 | 0
1
回答回答済み
How can I use 'OR' constraints with fmincon / linprog: { x=0 } or { 0.6 <= x <= 1 }
Hi Matt! I think I found a way to do it with fmincon without using bintprog or GA. As you know I want x(1) to be my boiler in...
How can I use 'OR' constraints with fmincon / linprog: { x=0 } or { 0.6 <= x <= 1 }
Hi Matt! I think I found a way to do it with fmincon without using bintprog or GA. As you know I want x(1) to be my boiler in...
約12年 前 | 0
質問
How can I use 'OR' constraints with fmincon / linprog: { x=0 } or { 0.6 <= x <= 1 }
Hello! I have a matlab script that optimize the electricity production from a heating plant based on the current electricity ...
約12年 前 | 3 件の回答 | 2
