A Cython wrapper to the IPOPT optimization package
Project description
Introduction
Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt) is a software package for large-scale nonlinear optimization. cyipopt is a python wrapper around Ipopt. It enables using Ipopt from the comfort of the great Python scripting language.
Ipopt is available from the COIN-OR initiative (https://projects.coin-or.org/Ipopt), under the Eclipse Public License (EPL).
Platforms
cyipopt has been tested successfully on windows 7 32bit/64bit and Ubuntu 10.10 64bit with Ipopt 3.10.1.
Installation
To install cyipopt you will need the following prerequisites:
python 2.6+ numpy scipy cython
Python(x,y) (http://code.google.com/p/pythonxy/) is a great way to get all of these if you are satisfied with 32bit.
You will also need the binaries and header files of the Ipopt package. I recommend downloading the binaries from http://www.coin-or.org/download/binary/Ipopt/ especially as they include a version compiled against the MKL library.
Download the source files of cyipopt and update ‘setup.py’ to point to the header files and binaries of the Ipopt package. Then, execute ‘python setup.py install’ from the command line. You can test the installation by running the examples under the folder test
Note About Linux Installation
Under linux you might need to let the OS know where to look for the Ipopt lib files, e.g use:
export LD_LIBRARY_PATH=<PATH to Ipopt lib files>
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ipopt-0.1.3.zip
.
File metadata
- Download URL: ipopt-0.1.3.zip
- Upload date:
- Size: 109.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58567510425d43566934a77cd8e7022aa2538a83eaaf8ec01ac09a0bb7437092 |
|
MD5 | 62ad52c590406aabea4ad874329914bc |
|
BLAKE2b-256 | c338805ae1e59a4fc51831d04fd8b6d7b54cc055a40d2049d7daf2845e34e34a |