|En la categoría:
¿Quieres vender uno?

Practical Genetic Algorithms by Sue Ellen Haupt and Randy L. Haupt HC 2004

Regroovablebooks
(43867)
Registrado como vendedor particular
Por tanto, no se aplican las normas de protección de los consumidores derivadas de la legislación de la UE en materia de consumidores. La Garantía al cliente de eBay sigue aplicando a la mayoría de compras. Más información
USD11,00
Aproximadamente9,40 EUR
Estado:
Como nuevo
Respira tranquilidad. Se aceptan devoluciones.
Recogida:
Recogida local gratis en Woburn, Massachusetts, Estados Unidos.
Envío:
USD4,40 (aprox. 3,76 EUR) USPS Media MailTM.
Ubicado en: Woburn, Massachusetts, Estados Unidos
Entrega:
Entrega prevista entre el vie. 22 ago. y el jue. 28 ago. a 94104
Calculamos el plazo de entrega con un método patentado que combina diversos factores, como la proximidad del comprador a la ubicación del artículo, el servicio de envío seleccionado, el historial de envíos del vendedor y otros datos. Los plazos de entrega pueden variar, especialmente en épocas de mucha actividad.
Devoluciones:
30 días para devoluciones. El comprador paga el envío de la devolución..
Pagos:
    Diners Club

Compra con confianza

Garantía al cliente de eBay
Si no recibes el artículo que has pedido, te devolvemos el dinero. Más informaciónGarantía al cliente de eBay - se abre en una nueva ventana o pestaña
El vendedor asume toda la responsabilidad de este anuncio.
N.º de artículo de eBay:335290871336

Características del artículo

Estado
Como nuevo: Libro en perfecto estado y poco leído. La tapa no tiene desperfectos y si procede, con ...
ISBN
9780471455653

Acerca de este producto

Product Identifiers

Publisher
Wiley & Sons, Incorporated, John
ISBN-10
0471455652
ISBN-13
9780471455653
eBay Product ID (ePID)
30477828

Product Key Features

Number of Pages
288 Pages
Publication Name
Practical Genetic Algorithms
Language
English
Subject
Programming / Algorithms, Electrical
Publication Year
2004
Features
Revised
Type
Textbook
Author
Sue Ellen Haupt, Randy L. Haupt
Subject Area
Computers, Technology & Engineering
Format
Hardcover

Dimensions

Item Height
0.6 in
Item Weight
18.3 Oz
Item Length
9.5 in
Item Width
6.3 in

Additional Product Features

Edition Number
2
Intended Audience
Scholarly & Professional
LCCN
2004-043360
Reviews
"Statisticians and computing scientists will like this book very much and will benefit greatly from it." ( Journal of Statistical Computation and Simulation , November 2005) "...an excellent introduction to the world of optimization with its distinct vocabulary and tools." ( Journal of the American Statistical Association , September 2005) "I recommend it highly to anyone who is interested in trying to explore this powerful tool to optimization problems in his or her area of interest." ( International Journal of General Systems , June 2005) "...a nice step-by-step introduction to genetic algorithms (GA) which is specifically designed for practitioners..." ( Journal of Intelligent & Fuzzy Systems , Vol. 16, No. 2, 2005) "This book is very nice to read. It is ideal for some interesting evening study." ( Technometrics , May 2005) "...this book is a worthwhile addition to any course in optimization and/or Gas. It could also serve as a practical guide and template source for researchers..." ( Computing Reviews.com , September 30, 2004)
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
519.62
Edition Description
Revised edition
Table Of Content
Preface. Preface to First Edition. List of Symbols. 1. Introduction to Optimization. 1.1 Finding the Best Solution. 1.2 Minimum-Seeking Algorithms. 1.3 Natural Optimization Methods. 1.4 Biological Optimization: Natural Selection. 1.5 The Genetic Algorithm. 2. The Binary Genetic Algorithm. 2.1 Genetic Algorithms: Natural Selection on a Computer. 2.2 Components of a Binary Genetic Algorithm. 2.3 A Parting Look. 3. The Continuous Genetic Algorithm. 3.1 Components of a Continuous Genetic Algorithm. 3.2 A Parting Look. 4. Basic Applications. 4.1 "Mary Had a Little Lamb". 4.2 Algorithmic Creativity-Genetic Art. 4.3 Word Guess. 4.4 Locating an Emergency Response Unit. 4.5 Antenna Array Design. 4.6 The Evolution of Horses. 4.7 Summary. 5. An Added Level of Sophistication. 5.1 Handling Expensive Cost Functions. 5.2 Multiple Objective Optimization. 5.3 Hybrid GA. 5.4 Gray Codes. 5.5 Gene Size. 5.6 Convergence. 5.7 Alternative Crossovers for Binary GAs. 5.8 Population. 5.9 Mutation. 5.10 Permutation Problems. 5.11 Selling GA Parameters. 5.12 Continuous versus Binary GA. 5.13 Messy Genetic Algorithms. 5.14 Parallel Genetic Algorithms. 6. Advanced Applications. 6.1 Traveling Salespersons Problem. 6.2 Locating an Emergency Response Unit Revisited. 6.3 Decoding a Secret Message. 6.4 Robot Trajectory Planning. 6.5 Stealth Design. 6.6 Building Dynamical Inverse Models-The Linear Case. 6.7 Building Dynamical Inverse Models-The Nonlinear Case. 6.8 Combining GAs with Simulations-Air Pollution Receptor Modeling. 6.9 Combining Methods Neural Nets with GAs. 6.10 Solving High-Order Nonlinear Partial Differential Equations. 7. More Natural Optimization Algorithms. 7.1 Simulated Annealing. 7.2 Particle Swarm Optimization (PSO). 7.3 Ant Colony Optimization (ACO). 7.4 Genetic Programming (GP). 7.5 Cultural Algorithms. 7.6 Evolutionary Strategies. 7.7 The Future of Genetic Algorithms. Appendix I: Test Functions. Appendix II: MATLAB Code. Appendix III. High-Performance Fortran Code. Glossary. Index.
Synopsis
This much anticipated second edition deals with the fundamentals of genetic algorithms and their applications in a variety of different areas of engineering and science. The clear presentation and comprehensive nature of the first edition is continued in this book to make it an excellent introduction to the subject of gentic algorithms., * This book deals with the fundamentals of genetic algorithms and their applications in a variety of different areas of engineering and science * Most significant update to the second edition is the MATLAB codes that accompany the text * Provides a thorough discussion of hybrid genetic algorithms * Features more examples than first edition, "The first introductory-level book to emphasize practical applications through the use of example problems." International Journal of General Systems, Vol. 31, No. 1, 2002, on the first edition The use of genetic algorithms (GAs) to solve large and often complex computational problems has given rise to many new applications in a variety of disciplines. Practical Genetic Algorithms was the first introductory-level book on genetic algorithms to emphasize practical applications rather than theory. Practical Genetic Algorithms, Second Edition reflects the significant evolution of the field since the book's first edition. In an accessible style, the authors explain why the genetic algorithm is superior in many real-world applications, cover continuous parameter genetic algorithms, and provide in-depth trade-off analysis of genetic algorithm parameter selection. This Second Edition features: Numerous practical example problems A CD-ROM with MATLAB and High Performance Fortran codes A new, more complete picture of traditional optimization Revised examples reflecting recent research Coverage of pareto-genetic and hybrid genetic algorithms (GAs) New sections on hybrid GAs, parallel GAs, and messy GAs, with recommendations on improving their performance An all new chapter on simulated annealing, ant-colony optimization, evolutionary strategies, and other cutting-edge artificial intelligence methods of optimization Written for the practicing scientist, engineer, economist, artist, or anyone with an interest in the basics of GAs, the second edition continues to offer readers an up-to-date look at the evolving practical applications of GAs and how to manipulate them in order to get the best performance.
LC Classification Number
QA402.5.H387 2004

Descripción del artículo del vendedor

Acerca de este vendedor

Regroovablebooks

95,5% de votos positivos94 mil artículos vendidos

Se unió el ago 1999
Registrado como vendedor particularPor tanto, no se aplican los derechos de los consumidores derivados de las leyes de protección de los consumidores de la UE. La Garantía al cliente de eBay sigue aplicando a la mayoría de compras. Más informaciónMás información
Books, books and more books! I am an avid collector and have been selling on Ebay for many years. Signed books, First Editions, ARC, Journals, Textbooks, Hardcovers, Paperbacks, Rare books and much ...
Ver más
Visitar tiendaContactar

Valoraciones detalladas sobre el vendedor

Promedio durante los últimos 12 meses
Descripción precisa
4.8
Gastos de envío razonables
4.8
Rapidez de envío
4.9
Comunicación
4.8

Votos de vendedor (46.138)

Todas las valoraciones
Positivas
Neutras
Negativas
  • 2***0 (129)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    Shipping was quick, packaging was excellent, condition was acceptable as described -- binding loose but pages intact. I did message buyer asking about mold and didn't receive a reply -- luckily, there appears to be no mold. Great value for a 100+ yr old book!
  • a***p (8)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    I received my book in absolutely pristine condition, better than described! Which is impressive because the copy is from 1930 and it looks like it has never been handled. It shipped very quickly, even faster than the estimated time given by a week. It was packaged very carefully. The book and shipping price was also very fair considering the age and condition of the book and the shipping speed. I am very pleased with this seller and will be ordering from them again in the future.
  • 5***8 (18)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    I am always a little nervous when ordering books off of eBay but this seller has provided me with an EXCELLENT purchasing experience! The packaging was superior and I am grateful because this is a signed first edition and we all know how the post office can be at times. The Shipping was timely and the item actually arrived quicker than expected. The item EXCEEDED the description. It is stunning. I have dropped it off at my antiquarian for authors signature verification but the value is high.