a mathematical model, it can be used to solve a broad range of problems. Unfortunately, mapping a real problem to the domain of simulated annealing can be difficult and requires familiarity with the algorithm. More often than not, it is possible to encode the solution (solve the problem) using several approaches. In addition, there are other factors that determine the success of failure of this algorithm. This chapter reviews how to plan the encoding of the solution, and discusses how to decide which encoding is more appropriate for each application. Several practical considerations for the proper implementation of simulated annealing are reviewed and analyzed. These include how to perturb the solution, how to decide a proper cooling schedule, and most important, how to properly implement the algorithm. Several cooling schedules are covered, including exponential, linear and temperature cycling. Additionally, the impact of random number generators is examined; how they affect the speed and quality of the algorithm. Essentially, this chapter is focused for those who want to solve real problems using simulated annealing for artificial intelligence, engineering, or research. An illustrative example is solved using simulated annealing and implemented in a popular programming language using an object-orien ted approach. This chapter offers a great opportunity to understand the power of this algorithm as well as to appreciate its limitations. Finally, it is reviewed how is possible to combine simulated annealing with other optimization algorithms (including the deterministic ones) to solve complex optimization problems. In particular, it is discussed how to train artificial neural networks using simulated annealing with gradient based algorithms.
[1]
Peter Norvig,et al.
Artificial Intelligence: A Modern Approach
,
1995
.
[2]
William H. Press,et al.
Numerical Recipes in FORTRAN - The Art of Scientific Computing, 2nd Edition
,
1987
.
[3]
Robert J. Marks,et al.
Neural Smithing: Supervised Learning in Feedforward Artificial Neural Networks
,
1999
.
[4]
Timothy Masters,et al.
Practical neural network recipes in C
,
1993
.
[5]
Tim M. Jones,et al.
Ai Application Programming (Charles River Media Programming)
,
2005
.
[6]
William H. Press,et al.
The Art of Scientific Computing Second Edition
,
1998
.
[7]
Peter Norvig,et al.
Artificial intelligence - a modern approach, 2nd Edition
,
2003,
Prentice Hall series in artificial intelligence.
[8]
Miguel Torres,et al.
Temperature Cycling on Simulated Annealing for Neural Network Learning
,
2007,
MICAI.
[9]
William H. Press,et al.
Numerical recipes in C. The art of scientific computing
,
1987
.
[10]
Timothy Masters,et al.
Advanced algorithms for neural networks: a C++ sourcebook
,
1995
.