ANN[optimization] Connect your solver(s) to OpenOpt!



Hi all,
let me remember you that OpenOpt is free Python-based BSD-licensed
alternative to commercial optimization modelling systems like AMPL,
GAMS, TOMOPT/TOMNET.
http://en.wikipedia.org/wiki/OpenOpt
http://scipy.org/scipy/scikits/wiki/OpenOpt

Anyone is welcome to connect his solver(s) in terms of any license(s)
(opensource and, moreover, OSI-approved are much more welcome).

Let me also note: information of solver authors, homepage, license,
algorithm is stored in output structure, for example

r.solverInfo
{'alg': 'Augmented Lagrangian Multipliers', 'homepage': 'http://
www.ime.usp.br/~egbirgin/tango/', 'license': 'GPL', 'authors': 'J. M.
Martinez martinezimecc-at-gmail.com, Ernesto G. Birgin egbirgin-at-
ime.usp.br, Jan Marcel Paiva Gentil jgmarcel-at-ime.usp.br'}

Also, you may be interested in view OpenOpt TODO list (created 2008-
Jan-15):
http://scipy.org/scipy/scikits/wiki/OO_TODO#OpenOptTODOlist

See also:

some reasons for users to choose OpenOpt:
http://scipy.org/scipy/scikits/wiki/whyOpenOpt4user

some reasons for optimization software owners/developers to connect
their software to OpenOpt
http://scipy.org/scipy/scikits/wiki/whereProfitsForOpenOptConnectedSo...


Regards,
Dmitrey
.