From: Bonnie on 3 May 2010 05:53 I'll solve a problem that protecting a encoded video stream with different length of parity symbols by using GA. I've already written a code of initial population and fitness function and have debugged, now use the GA Optimization tool GUI and set the options i needed, then start to run the solver, however it always saying that "Optimization running, Too many input arguments", i don't know why this could be happen 'cause most of the algorithm running by the tool. Anyone helping me will be appreciated.
From: Alan Weiss on 3 May 2010 07:59 On 5/3/2010 5:53 AM, Bonnie wrote: > I'll solve a problem that protecting a encoded video stream with > different length of parity symbols by using GA. > > I've already written a code of initial population and fitness function > and have debugged, now use the GA Optimization tool GUI and set the > options i needed, then start to run the solver, however it always saying > that "Optimization running, Too many input arguments", i don't know why > this could be happen 'cause most of the algorithm running by the tool. > > Anyone helping me will be appreciated. Can you run your optimization successfully using just the defaults (no options)? Can you run your optimization successfully using options from the command line? The Optimization Tool is simply a convenient way to set options, it translates calls to the command line. So if you are having problems using the Optimization Tool, it is because of something that is wrong with your set-up of your problem. It is almost certainly not an Optimization Tool issue. Alan Weiss MATLAB mathematical toolbox documentation
From: chraoholu Chrao on 3 May 2010 08:54 "Bonnie " <sunbojun0130(a)126.com> wrote in message <hrm6e1$k7k$1(a)fred.mathworks.com>... > I'll solve a problem that protecting a encoded video stream with different length of parity symbols by using GA. > > I've already written a code of initial population and fitness function and have debugged, now use the GA Optimization tool GUI and set the options i needed, then start to run the solver, however it always saying that "Optimization running, Too many input arguments", i don't know why this could be happen 'cause most of the algorithm running by the tool. > > Anyone helping me will be appreciated.
|
Pages: 1 Prev: Get Organized with Free Project Management Software Next: HMM - speech recognition |