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