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
