Genetic Algorithm Viewer 1.0 is a demonstration applet of the
functioning of a Genetic Algorithm (GA). It aims at showing the power
of GA and of the main mechanisms used while permitting a certain form
of visualization of the general functioning.
http://www.ads.tuwien.ac.at/raidl/tspga/TSPGA.html
Visualisation of Genetic Algorithms for the Traveling Salesman Problem
in Java
http://www.stellaralchemy.com/ice/
The applet executes what is called a genetic algorithm (GA). To
facilitate understanding, every step in the GA is animated. This
particular GA evolves solutions to a simple board game. This program
also detects and reports if any irreducibly complex (IC) solutions
arise during the evolution of its population of solutions to the board
game.
http://www.obitko.com/tutorials/genetic-algorithms/example-function-minimum.php
Minimum of Function: The problem is expressed as looking for extreme of
a function. Some function is given and GA tries to find minimum of the
function. For other problems we just have to define search space and
the fitness function which means to define the function, which we want
to find extreme for.