Skip to:Content
|
Bottom
Cover image for Genetic algorithms in search, optimization, and and machine learning
Title:
Genetic algorithms in search, optimization, and and machine learning
Publication Information:
Reading, Mass : Addison-Wesley 1989
ISBN:
9780201157673

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010175755 QA402 G64 1989 Open Access Book Book
Searching...
Searching...
30000001616436 QA402.5 G64 1989 Open Access Book Book
Searching...

On Order

Summary

Summary

This book describes the theory, operation, and application of genetic algorithms-search algorithms based on the mechanics of natural selection and genetics.


Reviews 1

Choice Review

If one takes seriously Darwin's theory of evolution by natural selection, then it is reasonable to base optimization methods on selection. Genetic algorithms are a caricature of real genetic systems--chromosomes are replaced by bit vectors representing possible solutions to a problem. A measure of fitness is assigned to a vector and the probability of a vector's participating in the production of the next generation of vectors is proportional to this fitness measure. Goldberg presents genetic algorithms as they have been developed by John Holland's group at the University of Michigan; this is the first accessible, systematic introduction to their work. Goldberg clearly describes the methods for designing and running genetic algorithms, giving Pascal programs for a number of simple algorithms. He reports on better software environments that have been developed to allow easy creation of genetic algorithms, but the small Pascal programs should allow the interested reader to build and test some simple genetic algorithms. The book's major shortcoming is that it concentrates on the work of one group and ignores the work of others, in particular, the whole line of work using genetic algorithms in numerical function optimization. The difficulty of problem representation is also shortchanged. Why are genetic algorithms important? One major reason is that these algorithms parallelize automatically. For this reason genetic and neural-net algorithms may be the wave of the future. Because of this possibility and because Goldberg clearly presents genetic algorithms, this book is a must for every academic library. -P. Cull, Oregon State University


Table of Contents

Genetic Algorithms Revisited: Mathematical Foundations
Computer Implementation of a Genetic Algorithm
Some Applications of Genetic Algorithms
Advanced Operators and Techniques in Genetic Search
Introduction to Genetics-Based Machine Learning
Applications of Genetics-Based Machine Learning
A Look Back, A Glance Ahead
Appendixes
Go to:Top of Page