Dear python user! Please, instruct me how to make non-linear optimization using numpy/simpy in python? Thank you very much in the advance, Emerald from Japan
Hi,
You have several choices: - using scipy.optimize - openopt - the old openopt scikit that contains a generic optimization framework.
Did you try one of these?
2009/5/14 Emerald Jasper emerald.jasper@yahoo.co.uk:
Dear python user! Please, instruct me how to make non-linear optimization using numpy/simpy in python? Thank you very much in the advance, Emerald from Japan
Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
On 5/14/2009 6:26 AM Emerald Jasper apparently wrote:
Please, instruct me how to make non-linear optimization using numpy/simpy in python?
http://www.scipy.org/SciPyPackages/Optimize
http://www.scipy.org/Cookbook/OptimizationDemo1
hth, Alan Isaac
On Thu, May 14, 2009 at 11:10 AM, Alan G Isaac aisaac@american.edu wrote:
On 5/14/2009 6:26 AM Emerald Jasper apparently wrote:
Please, instruct me how to make non-linear optimization using numpy/simpy in python?
note: the link there links to the old documentation, the current documentation for scipy.optimize is at http://docs.scipy.org/doc/scipy/reference/tutorial/optimize.html
Josef
http://www.scipy.org/Cookbook/OptimizationDemo1
hth, Alan Isaac
Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion