Iterative numerical optimizaiton routines?
Robin Becker
robin at jessikat.fsnet.co.uk
Mon Oct 27 03:28:17 EST 2003
More information about the Python-list mailing list
Mon Oct 27 03:28:17 EST 2003
- Previous message (by thread): Iterative numerical optimizaiton routines?
- Next message (by thread): Iterative numerical optimizaiton routines?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <e0dbd886.0310261817.4d3820ea at posting.google.com>, Anthony Calabria <anthonycalabria at alum.rit.edu> writes >Is anyone aware of iterative numerical optimzaiton routines in Java >and/or Python? I'm looking for a routine similar to the fmincon in >Matlab, powell in IDL, solver in Excel. There appears to be an >unconstrained optimization routine in the book "A Numerical Library in >Java for Scientists and Engineers" although I'd prefer a constrained >routine. Any comments on the book would be helpful too since I'll >probably buy it shortly. > >Thanks, >Anthony There is Aaron Watters LP and netflow optimisation on Python Starship (user arw I beleieve). There are also a Nelder Mead algorithm and others in Python SciPy I think. There is a java LP at Washington university somewhere google for 'cassowary'. -- Robin Becker
- Previous message (by thread): Iterative numerical optimizaiton routines?
- Next message (by thread): Iterative numerical optimizaiton routines?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list