Search results

From AbInitio

You searched for Nlopt

Jump to: navigation, search

There is no page titled "Nlopt". You can create this page.

For more information about searching AbInitio, see Searching AbInitio.

Showing below up to 20 results starting with #1.


View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).

Article title matches

  1. NLopt (4,254 bytes)
    1: [[Image:Nlopt-logo.png|center|600px]]
    3: ==NLopt==
    5: '''NLopt''' is a free/open-source library for '''nonlinear...
    7: ...er/LuaNLopt Lua], and [https://bitbucket.org/mkur/nlopt-ocaml OCaml].
    8: * A common interface for [[NLopt Algorithms|many different algorithms]]—try ...
  2. NLopt release notes (13,986 bytes)
    1: {{NLopt}}
    3: ...scribe what has changed between releases of the [[NLopt]] package. You can also refer to the <code>NEWS</...
    5: ==NLopt 2.4.2==
    8: .../code> upper bound) ([https://github.com/stevengj/nlopt/issues/13 issue #13]).
    10: ... and Windows builds ([https://github.com/stevengj/nlopt/issues/12 issue #12]).
  3. NLopt License and Copyright (1,835 bytes)
    1: {{NLopt}}
    3: The NLopt library is under the [[w:GNU Lesser General Publi...
    5: ...in this case is the LGPL. (The other portions of NLopt are under LGPL-compatible, less-restrictive licen...
    7: ...ten by me for NLopt, including tutorial code at [[NLopt Tutorial]], is Copyright &copy; 2007-2010 Massach...
    11: Please [[Citing NLopt|cite NLopt]] and the authors of the respective algorithms in...
  4. NLopt FAQ (1,873 bytes)
    1: {{NLopt}}
    5: ===What is NLopt?===
    7: NLopt is a free/open-source library for nonlinear optim...
    9: ===Why use NLopt, when some of the same algorithms are available e...
    11: ... we have put together under a common interface in NLopt. If you are using one of these packages and are ...
  5. NLopt manual (691 bytes)
    1: {{NLopt}}
    3: Welcome to the manual for [[NLopt]], our nonlinear optimization library. The manua...
    5: * [[NLopt Introduction]] &mdash; overview of the library an...
    6: * [[NLopt Installation]] &mdash; installation instructions
    7: * [[NLopt Tutorial]] &mdash; some simple examples in C, For...
  6. NLopt Introduction (22,408 bytes)
    1: {{NLopt}}
    3: ...es. We also describe the background and goals of NLopt.
    7: NLopt addresses general nonlinear optimization problems...
    19: ...'' ''fc''<sub>''i''</sub>('''x'''). Some of the NLopt algorithms also support ''p'' '''nonlinear equali...
    27: ...ith one. In the C programming language, however, NLopt follows C's zero-based conventions (e.g. ''i'' go...
  7. NLopt Installation (10,703 bytes)
    1: {{NLopt}}
    3: The installation of NLopt is fairly standard and straightforward, at least ...
    5: In particular, NLopt uses the standard [[w:GNU Autoconf|Autoconf]] <co...
    10: ...use the <code>sudo</code> command, to install the NLopt libraries and header files via:
    14: ...local/lib</code> and the NLopt header file (<code>nlopt.h</code>) in <code>/usr/local/include</code>, as ...
  8. NLopt Algorithms (41,811 bytes)
    1: {{NLopt}}
    3: ...relevant articles in the literature (see [[Citing NLopt]]).
    5: ...es noted below, substantially) for inclusion into NLopt. I apologize in advance to the authors for any n...
    9: ...hm. These constants are mostly of the form <code>NLOPT_{G,L}{N,D}_xxxx</code>, where <code>G</code>/<cod...
    11: For example, the <code>NLOPT_LN_COBYLA</code> constant refers to the COBYLA al...
  9. Citing NLopt (539 bytes)
    1: {{NLopt}}
    3: ...lgorithm(s) that you employed in your work. Cite NLopt as something like:
    5: ...ar-optimization package, http://ab-initio.mit.edu/nlopt
    7: ...imization algorithms in NLopt are listed in the [[NLopt Algorithms]] page.
    9: [[Category:NLopt]]
  10. NLopt Deprecated API Reference (36,633 bytes)
    1: {{NLopt}}
    3: ...ted in favor of the new object-style API in the [[NLopt Reference]].
    5: ...single optimization function was appropriate when NLopt started out as a library just handling bound cons...
    7: ..., the corresponding command is to type <code>help nlopt_minimize</code>.
    9: ==Linking your program to NLopt==
  11. NLopt Tutorial (30,157 bytes)
    1: {{NLopt}}
    2: In this tutorial, we illustrate the usage of NLopt in various languages via one or two trivial examp...
    5: [[Image:NLopt-example-constraints.png|right|thumb|400px|Feasibl...
    17: ...tive-''x''<sub>2</sub> feasible region. However, NLopt doesn't guarantee that, on the way to finding the...
    25: #include <nlopt.h>
  12. NLopt Reference (29,913 bytes)
    1: {{NLopt}}
    3: ...ion describes the programming interface (API) of NLopt in the C language. The reference manuals for oth...
    5: * [[NLopt C-plus-plus Reference|NLopt C++ Reference]]
    6: * [[NLopt Fortran Reference]]
    7: * [[NLopt Matlab Reference]]
  13. NLopt C-plus-plus Reference (19,774 bytes)
    1: {{NLopt}}
    3: ...rogramming interface (API), as described in the [[NLopt Reference]], is directly callable from C++.
    5: ...NLopt wrappers in some other languages, such as [[NLopt Python Reference|Python]].)
    9: * Use of the <code>nlopt::</code> namespace.
    10: ...+ <code>nlopt::opt</code> class, instead of <code>nlopt_opt</code>, with constructors, destructors, etcet...
  14. NLopt Python Reference (17,987 bytes)
    1: {{NLopt}}
    3: The NLopt includes an interface callable from the [[w:Pytho...
    5: ...res, please refer to the C documentation in the [[NLopt Reference]].
    7: ==Using the NLopt Python API==
    9: To use NLopt in Python, your Python program should include the...
  15. NLopt Matlab Reference (10,167 bytes)
    1: {{NLopt}}
    3: The NLopt includes interfaces callable from the [[w:MATLAB|...
    5: ...res, please refer to the C documentation in the [[NLopt Reference]].
    7: ==Using the NLopt Matlab API==
    9: ...installed on your machine, as documented in the [[NLopt Installation|Installation manual]].
  16. NLopt Guile Reference (15,780 bytes)
    1: {{NLopt}}
    3: The NLopt includes an interface callable from the [[w:Schem...
    5: ...res, please refer to the C documentation in the [[NLopt Reference]].
    7: ==Using the NLopt Guile API==
    9: To use NLopt in Guile, your Guile program should include the l...
  17. NLopt Fortran Reference (19,582 bytes)
    1: {{NLopt}}
    3: The NLopt includes an interface callable from the [[w:Fortr...
    5: ...res, please refer to the C documentation in the [[NLopt Reference]].
    9: To obtain the definitions of the NLopt constants in Fortran, your Fortran program/subrou...
    11: include 'nlopt.f'
  18. NLopt on Windows (2,862 bytes)
    1: {{NLopt}}
    3: ==NLopt on Windows==
    5: NLopt works fine on Microsoft Windows computers. To si...
    7: ...p://ab-initio.mit.edu/nlopt/nlopt-2.4.2-dll32.zip nlopt-2.4.2-dll32.zip] (32-bit)
    8: ...p://ab-initio.mit.edu/nlopt/nlopt-2.4.2-dll64.zip nlopt-2.4.2-dll64.zip] (64-bit)
  19. NLopt R Reference (346 bytes)
    1: {{NLopt}}
    3: An NLopt interface for [[w:GNU R|GNU R]] was developed by ...
    5: ...uctpjyy/nloptr.html http://www.ucl.ac.uk/~uctpjyy/nloptr.html]

Page text matches

  1. Main Page (3,257 bytes)
    24: * [[NLopt]] &mdash; nonlinear optimization library implemen...
  2. Libctl release notes (11,884 bytes)
    31: ...es the program using libctl to be changed to link nlopt).
  3. NLopt (4,254 bytes)
    1: [[Image:Nlopt-logo.png|center|600px]]
    3: ==NLopt==
    5: '''NLopt''' is a free/open-source library for '''nonlinear...
    7: ...er/LuaNLopt Lua], and [https://bitbucket.org/mkur/nlopt-ocaml OCaml].
    8: * A common interface for [[NLopt Algorithms|many different algorithms]]&mdash;try ...
  4. NLopt release notes (13,986 bytes)
    1: {{NLopt}}
    3: ...scribe what has changed between releases of the [[NLopt]] package. You can also refer to the <code>NEWS</...
    5: ==NLopt 2.4.2==
    8: .../code> upper bound) ([https://github.com/stevengj/nlopt/issues/13 issue #13]).
    10: ... and Windows builds ([https://github.com/stevengj/nlopt/issues/12 issue #12]).
  5. NLopt License and Copyright (1,835 bytes)
    1: {{NLopt}}
    3: The NLopt library is under the [[w:GNU Lesser General Publi...
    5: ...in this case is the LGPL. (The other portions of NLopt are under LGPL-compatible, less-restrictive licen...
    7: ...ten by me for NLopt, including tutorial code at [[NLopt Tutorial]], is Copyright &copy; 2007-2010 Massach...
    11: Please [[Citing NLopt|cite NLopt]] and the authors of the respective algorithms in...
  6. NLopt FAQ (1,873 bytes)
    1: {{NLopt}}
    5: ===What is NLopt?===
    7: NLopt is a free/open-source library for nonlinear optim...
    9: ===Why use NLopt, when some of the same algorithms are available e...
    11: ... we have put together under a common interface in NLopt. If you are using one of these packages and are ...
  7. NLopt manual (691 bytes)
    1: {{NLopt}}
    3: Welcome to the manual for [[NLopt]], our nonlinear optimization library. The manua...
    5: * [[NLopt Introduction]] &mdash; overview of the library an...
    6: * [[NLopt Installation]] &mdash; installation instructions
    7: * [[NLopt Tutorial]] &mdash; some simple examples in C, For...
  8. NLopt Introduction (22,408 bytes)
    1: {{NLopt}}
    3: ...es. We also describe the background and goals of NLopt.
    7: NLopt addresses general nonlinear optimization problems...
    19: ...'' ''fc''<sub>''i''</sub>('''x'''). Some of the NLopt algorithms also support ''p'' '''nonlinear equali...
    27: ...ith one. In the C programming language, however, NLopt follows C's zero-based conventions (e.g. ''i'' go...
  9. NLopt Installation (10,703 bytes)
    1: {{NLopt}}
    3: The installation of NLopt is fairly standard and straightforward, at least ...
    5: In particular, NLopt uses the standard [[w:GNU Autoconf|Autoconf]] <co...
    10: ...use the <code>sudo</code> command, to install the NLopt libraries and header files via:
    14: ...local/lib</code> and the NLopt header file (<code>nlopt.h</code>) in <code>/usr/local/include</code>, as ...
  10. NLopt Algorithms (41,811 bytes)
    1: {{NLopt}}
    3: ...relevant articles in the literature (see [[Citing NLopt]]).
    5: ...es noted below, substantially) for inclusion into NLopt. I apologize in advance to the authors for any n...
    9: ...hm. These constants are mostly of the form <code>NLOPT_{G,L}{N,D}_xxxx</code>, where <code>G</code>/<cod...
    11: For example, the <code>NLOPT_LN_COBYLA</code> constant refers to the COBYLA al...
  11. Citing NLopt (539 bytes)
    1: {{NLopt}}
    3: ...lgorithm(s) that you employed in your work. Cite NLopt as something like:
    5: ...ar-optimization package, http://ab-initio.mit.edu/nlopt
    7: ...imization algorithms in NLopt are listed in the [[NLopt Algorithms]] page.
    9: [[Category:NLopt]]
  12. NLopt Deprecated API Reference (36,633 bytes)
    1: {{NLopt}}
    3: ...ted in favor of the new object-style API in the [[NLopt Reference]].
    5: ...single optimization function was appropriate when NLopt started out as a library just handling bound cons...
    7: ..., the corresponding command is to type <code>help nlopt_minimize</code>.
    9: ==Linking your program to NLopt==
  13. NLopt Tutorial (30,157 bytes)
    1: {{NLopt}}
    2: In this tutorial, we illustrate the usage of NLopt in various languages via one or two trivial examp...
    5: [[Image:NLopt-example-constraints.png|right|thumb|400px|Feasibl...
    17: ...tive-''x''<sub>2</sub> feasible region. However, NLopt doesn't guarantee that, on the way to finding the...
    25: #include <nlopt.h>
  14. NLopt Reference (29,913 bytes)
    1: {{NLopt}}
    3: ...ion describes the programming interface (API) of NLopt in the C language. The reference manuals for oth...
    5: * [[NLopt C-plus-plus Reference|NLopt C++ Reference]]
    6: * [[NLopt Fortran Reference]]
    7: * [[NLopt Matlab Reference]]
  15. NLopt C-plus-plus Reference (19,774 bytes)
    1: {{NLopt}}
    3: ...rogramming interface (API), as described in the [[NLopt Reference]], is directly callable from C++.
    5: ...NLopt wrappers in some other languages, such as [[NLopt Python Reference|Python]].)
    9: * Use of the <code>nlopt::</code> namespace.
    10: ...+ <code>nlopt::opt</code> class, instead of <code>nlopt_opt</code>, with constructors, destructors, etcet...
  16. NLopt Python Reference (17,987 bytes)
    1: {{NLopt}}
    3: The NLopt includes an interface callable from the [[w:Pytho...
    5: ...res, please refer to the C documentation in the [[NLopt Reference]].
    7: ==Using the NLopt Python API==
    9: To use NLopt in Python, your Python program should include the...
  17. NLopt Matlab Reference (10,167 bytes)
    1: {{NLopt}}
    3: The NLopt includes interfaces callable from the [[w:MATLAB|...
    5: ...res, please refer to the C documentation in the [[NLopt Reference]].
    7: ==Using the NLopt Matlab API==
    9: ...installed on your machine, as documented in the [[NLopt Installation|Installation manual]].
  18. NLopt Guile Reference (15,780 bytes)
    1: {{NLopt}}
    3: The NLopt includes an interface callable from the [[w:Schem...
    5: ...res, please refer to the C documentation in the [[NLopt Reference]].
    7: ==Using the NLopt Guile API==
    9: To use NLopt in Guile, your Guile program should include the l...
  19. NLopt Fortran Reference (19,582 bytes)
    1: {{NLopt}}
    3: The NLopt includes an interface callable from the [[w:Fortr...
    5: ...res, please refer to the C documentation in the [[NLopt Reference]].
    9: To obtain the definitions of the NLopt constants in Fortran, your Fortran program/subrou...
    11: include 'nlopt.f'
  20. NLopt on Windows (2,862 bytes)
    1: {{NLopt}}
    3: ==NLopt on Windows==
    5: NLopt works fine on Microsoft Windows computers. To si...
    7: ...p://ab-initio.mit.edu/nlopt/nlopt-2.4.2-dll32.zip nlopt-2.4.2-dll32.zip] (32-bit)
    8: ...p://ab-initio.mit.edu/nlopt/nlopt-2.4.2-dll64.zip nlopt-2.4.2-dll64.zip] (64-bit)

View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).



Search in namespaces:

List redirects
Search for
Views
Personal tools