Genetic Algorithm change Input Arguments from less than to greater than

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.

Asked:

on 3 Apr 2019

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!