GENETIC ALGORITHM DEMONSTRATION

by GA Class (CS 495),     Fall 1998,  Instructor: Jeffrey Horn



 

ARTIFICIAL (simulated) EVOLUTION
APPLIED TO A REAL WORLD PROBLEM


The NYC Tunnels Problem

a well-known, open problem in pipe network design
 
 

PROBLEM DESCRIPTION:
PROBLEM IMPLEMENTATION:  The Pipe Network Simulator
We treat the simulator as a black box that takes a chromosome (representing a pipe network), evaluates it, and returns a total cost, which the GA will try to minimize.
Here is an interface to the pipe network simulator that you can use yourself, to try your hand at designing the NYC pipe network!

pipe simulator



The Genetic Algorithm