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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
<html><head><title>GAlib: References</title>
<!-- by matthew wall all rights reserved -->
<!-- Copyright (c) 1995-1996 Massachusetts Institute of Technology -->
<!-- Copyright (c) 1996-1999 Matthew Wall -->
</head>
<body bgcolor="efefef" text="000000">
<strong>Some genetic algorithm references...</strong><br>
<hr>
These are some of the more common references for those interested in genetic algorithms and genetic algorithms implementations.
<dl>
<a name="baeck">
<dt>Evolutionary Algorithms in Theory and Practice
</a>
<dd>T. Baeck, Oxford, NY, 1996
<br>
<br>
<a name="davis">
<dt>Handbook of Genetic Algorithms
</a>
<dd>Lawrence Davis (editor), Van Nostrand Reinholt, NY, 1991
<br>
<br>
<a name="fogel">
<dt>Evolutionary Computation
</a>
<dd>D.B. Fogel, IEEE Press, NY, 1995
<br>
<br>
<a name="goldberg">
<dt>Genetic Algorithms in Search and Optimization
</a>
<dd>David Edward Goldberg, Addison-Wesley Pub. Co., 1989
<dd>ISBN 0-201-15767-5
<br>
<br>
<a name="holland">
<dt>Adaptation in Natural and Artificial Systems, 2nd. Edition
</a>
<dd>J.H. Holland, MIT Press, Cambridge, MA, 1992
<br>
<br>
<a name="koza">
<dt>Genetic Programming
</a>
<dd>J. Koza, MIT Press, Cambridge, MA, 1992
<br>
<br>
<a name="michalewicz">
<dt>Genetic Algorithms + Data Structures = Evolution Programs
</a>
<dd>Zbginew Michalewicz, Springer, Berlin, 1994
<br>
<br>
<a name="mitchell">
<dt>An Introduction to Genetic Algorithms
</a>
<dd>Melanie Mitchell, MIT Press, Cambridge, MA, 1996
<br>
<br>
<a name="schwefel">
<dt>Evolution and Optimum Seeking
</a>
<dd>H.-P. Schwefel, Wiley, NY, 1994
<br>
<br>
<a name="recipes">
<dt>Numerical Recipes in C: The Art of Scientific Computing
</a>
<dd>Cambridge University Press, (c) 1988-1992
<dd>ISBN 0-521-43108-5
</dl>
<hr>
<small><i>Matthew Wall, 20 March 1996</i></small>
</body></html>
|