chiark / gitweb /
recommend building in a subdir
[nlopt.git] / src / algs / esch / README
1 This is Carlos Henrique da Silva Santos's implementation of
2 a modified version of the Evolutionary Algorithm described in
3 the following paper and Ph.D. thesis:
4
5     C. H. da Silva Santos, M. S. Gonçalves, and H. E. Hernandez-Figueroa,
6     "Designing Novel Photonic Devices by Bio-Inspired Computing,"
7     IEEE Photonics Technology Letters 22(15), pp. 1177-1179 (2010).
8
9     C. H. da Silva Santos, "Parallel and Bio-Inspired Computing
10     Applied to Analyze Microwave and Photonic Metamaterial Strucutures,"
11     University of Campinas, (2010)
12     http://www.bibliotecadigital.unicamp.br/document/?code=000767537&opt=4&lg=en_US
13
14 The algorithms are adapted from ideas described in:
15
16     H.-G. Beyer and H.-P. Schwefel. Evolution Strategies: A Comprehensive Introduction. Journal Natural Computing, 1(1):3–52, 2002.
17
18     Ingo Rechenberg (1971): Evolutionsstrategie – Optimierung technischer Systeme nach Prinzipien der biologischen Evolution (PhD thesis). Reprinted by Fromman-Holzboog (1973).
19
20 It is distributed under the "MIT license" given in the attached
21 COPYRIGHT file (similar to the rest of NLopt), and was
22 supportedfinancially by the São Paulo Science Foundation (FAPESP -
23 Fundação de Amparo à Pesquisa do Estado de São Paulo) under the grant
24 2012/14553-9.
25
26 Carlos Henrique da Silva Santos
27 January 2013