The Implementation of Genetic Algorithms to Locate Highest Elevation - PowerPoint PPT Presentation

About This Presentation
Title:

The Implementation of Genetic Algorithms to Locate Highest Elevation

Description:

... Implementation of Genetic Algorithms to Locate Highest ... First, the parameters, cost, and cost function is defined. Then, the initial population is created. ... – PowerPoint PPT presentation

Number of Views:42
Avg rating:3.0/5.0
Slides: 2
Provided by: harry80
Category:

less

Transcript and Presenter's Notes

Title: The Implementation of Genetic Algorithms to Locate Highest Elevation


1
The Implementation of Genetic Algorithms to
Locate Highest Elevation
By Harry Beddo TJHSST Computer Systems Lab 2005 -
2006
INTRODUCTION The program works like a general
genetic algorithm program. First, the
parameters, cost, and cost function is defined.
Then, the initial population is created. The
cost is evaluated for each individual in the
population. Pairs are selected to reproduce.
Then there is mutation in the population. The
resulting population is then tested and if the
desired result is obtained the program stops.
Else, it will start over with the cost evaluation
step.
PROCEDURE
Initial Population
Evaluate Cost
Pairing
RESULTS The overall purpose of this program is to
find the highest elevation peak without
evaluating every location on the map. If worked
correctly, the program should only have evaluated
a fraction of the total points available and
given a result close to the maximum height.
Mating
Termination
Mutation
Write a Comment
User Comments (0)
About PowerShow.com