Giter VIP home page Giter VIP logo

mexipopt's Introduction

mexIPOPT

by Enrico Bertolazzi

This is my rewrite of Peter Carbonetto MATLAB interface for IPOPT a software package for large-scale ​nonlinear optimization.

Source code and documentation for IPOPT can be downloaded from:

https://projects.coin-or.org/Ipopt

On OSX IPOPT can be installed using Homebrew (http://brew.sh).

Why do a job already done?

The original MATLAB interface (https://projects.coin-or.org/Ipopt/wiki/MatlabInterface) seems not maintained for OSX and do not work with recent MATLAB distributions. I have reorganized and simplified the original interface (only internally) and eliminated the bug (due to MATLAB change in the managing of sparse pattern) in the interfacing of sparse pattern between MATLAB and IPOPT. Moreover I tried to improve error catching.

How to compile

If you have an OSX or a LINUX 64 bit OS try to use the corresponding precompiled mex file, otherwise try to compile the mex interface following the instructions. Compilation is not an easy task, I try to be as clear as possibile, in any case things may change from different version of OS.

The interface is written in C++. To compile the mex file

  • change the working directory to the lib directory.
  • run the script compile_osx or compile_linux or compile_win.

To compile the mex interface you need a static IPOPT library installed in your system. To install the library read README_osx_how_to_compile_ipopt.md or README_linux_how_to_compile_ipopt.md. For windows system in the binary directory I copied precompiled dll of ipopt + dependecties taken from https://github.com/JuliaOpt.

For the usage of the mex file use addpath to add lib directory in the search path or move the contents of lib to a directory in the search path.

Examples

In the directory example you find the original examples of Peter Carbonetto which shows the usage of the interface.

Author:

Enrico Bertolazzi
Department of Industrial Engineering
University of Trento
[email protected]

mexipopt's People

Contributors

ebertolazzi avatar rockyrock avatar

Stargazers

Edison avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.