Coder Social home page Coder Social logo

siddarth31 / nlopt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stevengj/nlopt

0.0 1.0 0.0 3.95 MB

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

License: Other

Shell 0.38% CMake 0.50% Makefile 0.61% C 68.41% C++ 5.55% Groff 3.46% M4 0.88% Fortran 18.86% MATLAB 1.32% Python 0.03%

nlopt's Introduction

Build Status

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

The latest release and a complete manual may be found at the NLopt home page: http://ab-initio.mit.edu/nlopt

It is compiled and installed with the standard GNU autoconf/automake commands:

./configure
make
make install

See ./configure --help or the INSTALL file for other options. To build the latest development sources:

git clone git://github.com/stevengj/nlopt
cd nlopt
sh autogen.sh
make

(To build from git, you will need GNU autoconf, automake, and libtool installed, along with SWIG and Unix tools such as m4, perl, and sed.)

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

The minimization function, nlopt_minimize, is described in the man page (api/nlopt_minimize.3, which is installed by make install. See also the manual on our web page.

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

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.