From: Bonnie on
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
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
"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.