File: nlopt-constants.scm

package info (click to toggle)
libctl 3.2.2-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,308 kB
  • ctags: 1,178
  • sloc: sh: 11,466; ansic: 5,903; lisp: 2,311; makefile: 123
file content (40 lines) | stat: -rw-r--r-- 1,222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
; AUTOMATICALLY GENERATED - DO NOT EDIT
(define NLOPT-GN-DIRECT 0)
(define NLOPT-GN-DIRECT-L 1)
(define NLOPT-GN-DIRECT-L-RAND 2)
(define NLOPT-GN-DIRECT-NOSCAL 3)
(define NLOPT-GN-DIRECT-L-NOSCAL 4)
(define NLOPT-GN-DIRECT-L-RAND-NOSCAL 5)
(define NLOPT-GN-ORIG-DIRECT 6)
(define NLOPT-GN-ORIG-DIRECT-L 7)
(define NLOPT-GD-STOGO 8)
(define NLOPT-GD-STOGO-RAND 9)
(define NLOPT-LD-LBFGS-NOCEDAL 10)
(define NLOPT-LD-LBFGS 11)
(define NLOPT-LN-PRAXIS 12)
(define NLOPT-LD-VAR1 13)
(define NLOPT-LD-VAR2 14)
(define NLOPT-LD-TNEWTON 15)
(define NLOPT-LD-TNEWTON-RESTART 16)
(define NLOPT-LD-TNEWTON-PRECOND 17)
(define NLOPT-LD-TNEWTON-PRECOND-RESTART 18)
(define NLOPT-GN-CRS2-LM 19)
(define NLOPT-GN-MLSL 20)
(define NLOPT-GD-MLSL 21)
(define NLOPT-GN-MLSL-LDS 22)
(define NLOPT-GD-MLSL-LDS 23)
(define NLOPT-LD-MMA 24)
(define NLOPT-LN-COBYLA 25)
(define NLOPT-LN-NEWUOA 26)
(define NLOPT-LN-NEWUOA-BOUND 27)
(define NLOPT-LN-NELDERMEAD 28)
(define NLOPT-LN-SBPLX 29)
(define NLOPT-LN-AUGLAG 30)
(define NLOPT-LD-AUGLAG 31)
(define NLOPT-LN-AUGLAG-EQ 32)
(define NLOPT-LD-AUGLAG-EQ 33)
(define NLOPT-LN-BOBYQA 34)
(define NLOPT-GN-ISRES 35)
(define NLOPT-LD-SLSQP 36)
(define NLOPT-LD-CCSAQ 37)
(define NLOPT-GN-ESCH 38)