[Matrix-SIG] Re: Optimization routines - anyone?

Janne Sinkkonen janne@nnets.fi
02 Nov 1999 15:32:42 +0200


Olaf Trygve Berglihn <olafb@pvv.org> writes:

> Has someone coded a collection of optimization routines, e.g. SQP, for
> use with NumPy?

Travis Oliphant has this: http://oliphant.netpedia.net/multipack.html

I have a simple conjugate gradient and line minimization routines coded
in Python (from Numeric Recipes).

I'd also be interested in Python bindings to SQP.

-- 
Janne