On 10/17/10, Raymond Toy <toy.raymond at gmail.com> wrote:
> fmin_cobyla(f, var, initx, [constraints = [foo], rhobeg = b, rhoend= e,
> maxfun = m, iprint = i])
I;m sorry to be a bother, but indicating optional arguments
with square brackets is ambiguous, since [a = b, c = d, ...]
is a valid Maxima function argument.
What I would suggest here is to put fmin_cobyla(foo, bar, baz,
a = b, c = d, e = f) and say in the body of the documentation that
a, c, and e may be omitted.
Thanks again for working on this.
best
Robert Dodier