GithubHelp home page GithubHelp logo

merxorani / nlopt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stevengj/nlopt

0.0 0.0 0.0 4.68 MB

library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization

License: Other

Shell 0.04% CMake 2.61% C 66.06% Fortran 19.10% MATLAB 1.41% C++ 6.93% Python 0.05% Scheme 0.07% Roff 3.49% SWIG 0.25%

nlopt's Introduction

Latest Docs Build Status

NLopt is a library for nonlinear local and global optimization, for functions with and without gradient information. It is designed as a simple, unified interface and packaging of several free/open-source nonlinear optimization libraries.

The latest release can be downloaded from the NLopt releases page on Github, and the NLopt manual is hosted on readthedocs.

NLopt is compiled and installed with the CMake build system (see CMakeLists.txt file for available options):

git clone https://github.com/stevengj/nlopt.git
cd nlopt
mkdir build
cd build
cmake ..
make
sudo make install

(To build the latest development sources from git, you will need SWIG to generate the Python and Guile bindings.)

Once it is installed, #include <nlopt.h> in your C/C++ programs and link it with -lnlopt -lm. You may need to use a C++ compiler to link in order to include the C++ libraries (which are used internally by NLopt, even though it exports a C API). See the C reference manual.

There are also interfaces for C++, Fortran, Python, Matlab or GNU Octave, OCaml, GNU Guile, GNU R, Lua, Rust, and Julia. Interfaces for other languages may be added in the future.

nlopt's People

Contributors

aaronwebster avatar aitap avatar amroamroamro avatar awvwgk avatar badshah400 avatar bowie7070 avatar dtrussel avatar jdumas avatar jefffessler avatar jesskfullwood avatar joshuahhh avatar jpritikin avatar jschueller avatar mirca avatar nicolapiccinelli avatar ocommowi avatar octave-user avatar openturns-appveyor avatar opoplawski avatar pierre-haessig avatar renzmann avatar rickertm avatar rlaboiss avatar sammy-tri avatar sergeykhrykov avatar sovrasov avatar stevengj avatar stixpjr avatar taliesin avatar xantares 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.