File: NLopt_manual.md

package info (click to toggle)
nlopt 2.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,880 kB
  • sloc: ansic: 24,536; cpp: 2,981; sh: 82; f90: 53; makefile: 52; lisp: 37; python: 27
file content (14 lines) | stat: -rw-r--r-- 808 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
# NLopt manual
---

Welcome to the manual for [NLopt](index.md), our nonlinear optimization library. The manual is divided into a the following sections:

-   [NLopt Introduction](NLopt_Introduction.md) — overview of the library and the problems that it solves
-   [NLopt Installation](NLopt_Installation.md) — installation instructions
-   [NLopt Tutorial](NLopt_Tutorial.md) — some simple examples in C, Fortran, and Octave/Matlab
-   [NLopt Reference](NLopt_Reference.md) — reference manual, listing the NLopt API functions
-   [NLopt Algorithms](NLopt_Algorithms.md) — the optimization algorithms available in NLopt (including literature citations and links to original source code, where available)
-   [NLopt License and Copyright](NLopt_License_and_Copyright.md) — legal information