CS 495 Special Topics in CS: Evolutionary Computation Fall 2002, Instructor: Jeffrey Horn
Description:
Related Sites:
- A Paper from Frey-Water Research
- A piece of my dissertation on NYC Tunnels
Tasks:
- Write "group code" for the optimization part of the problem. Distribute to all. Here is the network simulator code you will need. It operates in a "batch input mode". Tom Meyer
- Write "group code" for the visualization of the problem. John Gauthier
- Write "group code" for the re-ordering of the decision variables (the 21 pipe diameters). Mike Helle
- Re-cast the NYC Tunnels problem as a multi-objective problem. (need to modify the C source code, and to implement the NPGA algorithm (easy!)) Steve Newby
- Attack the problem (experiments) in the least the following ways:
- Multi-objective
- At least three re-orderings of pipes 1 through 21: (write down at least THREE unique permutations of 1..21)
- __________________
- __________________
- __________________
- Adjust the penalties, up or down, to try to get a better FEASIBLE solution (need to modify the C source code) Serena Risedorph