Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: trouble using genetic algorithm
Posted:
Mar 17, 2013 11:12 PM
|
|
"pandu " <pandu.tikka@gmail.com> wrote in message news:ki3bpd$69l$1@newscl01ah.mathworks.com... > When i try to restrict some variables to integers, it says ??? Error using > ==> ga > Too many input arguments. > > [x,fval,exitflag] = ga(@rastriginsfcn,2,[],[],[],[],... > lb,ub,[],IntCon,opts) I gave IntCon=1
What version of Global Optimization Toolbox are you using?
Does the documentation for the GA function (doc ga) _in the version you're using_ (NOT the online documentation, which is for the latest version) indicate that it accepts the IntCon parameter? I believe that option and the functionality it enables is a fairly recent addition to the toolbox, and your version may predate it.
-- Steve Lord slord@mathworks.com To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
|
|
|