Clever Algorithms: Nature-Inspired Programming Recipes
A book by Jason Brownlee
Home |
Read Online |
Amazon |
GoodReads |
Google Books |
PDF (code) |
GitHub
- page 43–47 Typo's of Multi-Restart. Thanks to Stephan Williams.
- page 307 Confusion of the role of dendrites and axons for a neuron. Thanks to Ricardo Colome.
- page 311 Confusion of the role of dendrites and axons for a neuron. Thanks to Ricardo Colome.
- page 316 Confusion of the role of dendrites and axons for a neuron. Thanks to Ricardo Colome.
- page 9 Typo in Metaheuristics section of the Introduction. Thanks to Leif Wickland.
- page 11 Typo in Function Optimization section of the Introduction. Thanks to John Wise and Patrick Boehnke.
- page 11 Typo's in the Function Approximation section of the Introduction. Thanks to Patrick Boehnke.
- page 13 Typo in the Function Approximation section of the Introduction. Thanks to Patrick Boehnke.
- page 32 Typo in References section of Random Search.
- page 37 Fixed bug with
step_size
in Adaptive Random Search implementation. Thanks to Zach Scott.
- page 43 Typo in Taxonomy section of Iterated Local Search. Thanks to Diego Noble.
- page 69 Bug in
recombine
function of the Scatter Search algorithm. Thanks to Markus Stokmaier.
- page 111 Bug in the
init_population
function of the Evolution Strategies algorithm. Thanks to Lai Yu-Hsuan.
- page 129 Bug in the
one_point_crossover
function of the Grammatical Evolution implementation. Thanks to Mark Chenoweth.
- page 234 Fixed ambiguous pseudo code description of Particle Swarm Optimization. Thanks to Stefan Pauleweit.
- page 235 Fixed a bug in the
get_global_best
function of the Particle Swarm Optimization implementation. Thanks to Paul Chinnery.
- page 237 Improved reference 3 for Particle Swarm Optimization. Thanks to Diego Noble.
- page 242 Fixed a bug in the
search
function of the Ant System implementation. Thanks to Andrew Myers.
- page 330 Typo in taxonomy of LVQ algorithm. Thanks to Jason Davies.
- page 393 Typo in Function Approximation section. Thanks to Diego Noble.
- page 400 Typo in subsection 9.6.1. Thanks to Diego Noble.
- page 402 Typo in subsection 9.6.2. Thanks to Diego Noble.
- page 415 Changed equality to assignment in Ruby flow control example in Appendix A. Thanks to Donald Doherty.
- page 413 Typo in Overview section in Appendix A. Thanks to Martin-Louis Bright.
- page 413 Typo in Ruby Files section in Appendix A. Thanks to Brook Tamir.
- page 414 Typos in Variables section in Appendix A. Thanks to Brook Tamir.
- page 415 Typos in Flow Control and Arrays sections in Appendix A. Thanks to Brook Tamir.
- page 416 Typos in Arrays and Function and Blocks sections in Appendix A. Thanks to Brook Tamir.
- page 417 Typos in Function and Blocks section in Appendix A. Thanks to Brook Tamir.
- page 418 Typos in Enumerating section in Appendix A. Thanks to Brook Tamir.
- page 419 Typo in Conclusions section in Appendix A. Thanks to Brook Tamir.
Please Note: This content was automatically generated from the book content and may contain minor differences.