octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch to qp() to support extra arg specifying maximum iteration


From: Søren Hauberg
Subject: Re: Patch to qp() to support extra arg specifying maximum iteration
Date: Sun, 03 Jan 2010 19:37:01 +0100

son, 03 01 2010 kl. 10:26 -0800, skrev Joshua Redstone:
> Attached is a patch that implements a TODO in qp.m.  This adds an
> extra arg to qp() to specify the maximum number of iterations.  The
> current, hard-coded value of 200 iterations is sometimes insufficient
> for convergence.

Can't you use a default argument for this, i.e. something like

  function [x, obj, INFO, lambda] = qp (x0, H, q, A, b, lb, ub, A_lb,
A_in, A_ub, maxit = 200)

?

Soren




reply via email to

[Prev in Thread] Current Thread [Next in Thread]