chiark / gitweb /
recommend building in a subdir
[nlopt.git] / isres / README
1 This is my implementation of the "Improved Stochastic Ranking
2 Evolution Strategy" (ISRES) algorithm for nonlinearly-constrained
3 global optimization, based on the method described in:
4
5    Thomas Philip Runarsson and Xin Yao, "Search biases in constrained
6    evolutionary optimization," IEEE Trans. on Systems, Man, and Cybernetics
7    Part C: Applications and Reviews, vol. 35 (no. 2), pp. 233-243 (2005).
8
9 It is a refinement of an earlier method described in:
10
11    Thomas P. Runarsson and Xin Yao, "Stochastic ranking for constrained
12    evolutionary optimization," IEEE Trans. Evolutionary Computation,
13    vol. 4 (no. 3), pp. 284-294 (2000).
14
15 This is an independent implementation by S. G. Johnson (2009) based
16 on the papers above.  Runarsson also has his own Matlab implemention
17 available from his web page: http://www3.hi.is/~tpr
18
19 It is under the same MIT license as the rest of my code in NLopt (see
20 ../COPYRIGHT).
21
22 Steven G. Johnson
23 November 2009