File: README

package info (click to toggle)
nlopt 2.4.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,292 kB
  • ctags: 4,642
  • sloc: ansic: 22,387; cpp: 20,222; sh: 11,475; python: 323; makefile: 254; fortran: 108
file content (19 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This is my implementation of the "controlled random search" (CRS2) algorithm
with the "local mutation" modification, as defined by:

       P. Kaelo and M. M. Ali, "Some variants of the controlled random
       search algorithm for global optimization," J. Optim. Theory Appl.
       130 (2), 253-264 (2006).

The original CRS2 algorithm was described by:

	W. L. Price, "A controlled random search procedure for global
	optimization," in Towards Global Optimization 2, p. 71-84
	edited by L. C. W. Dixon and G. P. Szego (North-Holland Press,
	Amsterdam, 1978).

It is under the same MIT license as the rest of my code in NLopt (see
../COPYRIGHT).

Steven G. Johnson
September 2007