Genetic Algorithm change Input Arguments from less than to greater than
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Hello I'm using the GA algorithm and I would just like to know if I can change the linear equality property to greater than instead of less than in the function.
We all know that the x = ga(fun,nvars,A,b) where A*x<=b, I just want to find out if I can make it A*x>=b.
Thanks
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!