Cantitate/Preț
Produs

Applied Evolutionary Algorithms for Engineers Using Python

Autor Leonardo Azevedo Scardua
en Limba Engleză Paperback – 26 iun 2023
This book meant for those who seek to apply evolutionary algorithms to problems in engineering and science. To this end, it provides the theoretical background necessary to the understanding of the presented evolutionary algorithms and their shortcomings, while also discussing themes that are pivotal to the successful application of evolutionary algorithms to real-world problems. The theoretical descriptions are illustrated with didactical Python implementations of the algorithms, which not only allow readers to consolidate their understanding, but also provide a sound starting point for those intending to apply evolutionary algorithms to optimization problems in their working fields. Python has been chosen due to its widespread adoption in the Artificial Intelligence community. Those familiar with high level languages such as MATLAB™ will not have any difficulty in reading the Python implementations of the evolutionary algorithms provided in the book.
Instead of attempting to encompass most of the existing evolutionary algorithms, past and present, the book focuses on those algorithms that researchers have recently applied to difficult optimization problems, such as control problems with continuous action spaces and the training of high-dimensional convolutional neural-networks. The basic characteristics of real-world optimization problems are presented, together with recommendations on its proper application to evolutionary algorithms. The applied nature of the book is reinforced by the presentation of successful cases of the application of evolutionary algorithms to optimization problems. This is complemented by Python source codes, giving users an insight into the idiosyncrasies of the practical application of evolutionary algorithms.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 36364 lei  22-36 zile +1959 lei  5-11 zile
  CRC Press – 26 iun 2023 36364 lei  22-36 zile +1959 lei  5-11 zile
Hardback (1) 116588 lei  43-57 zile
  CRC Press – 15 iun 2021 116588 lei  43-57 zile

Preț: 36364 lei

Preț vechi: 45455 lei
-20% Nou

Puncte Express: 545

Preț estimativ în valută:
6961 7159$ 5775£

Carte disponibilă

Livrare economică 27 ianuarie-10 februarie
Livrare express 10-16 ianuarie pentru 2958 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780367711368
ISBN-10: 0367711362
Pagini: 254
Ilustrații: 150
Dimensiuni: 156 x 234 x 17 mm
Greutate: 0.47 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
Locul publicării:Boca Raton, United States

Cuprins

Preface. SECTION I: INTRODUCTION. Evolutionary Algorithms and Difficult Optimization Problems. Introduction to Optimization. Introduction to Evolutionary Algorithms. SECTION II: SINGLE-OBJECTIVE EVOLUTIONARY ALGORITHMS. Swarm Optimization. Evolution Strategies. Genetic Algorithms. Differential Evolution. SECTION III: MULTI-OBJECTIVE EVOLUTIONARY ALGORITHMS. Non-Dominated Sorted Genetic Algorithm II. Multiobjective Evolutionary Algorithm Based on Decomposition. SECTION IV: APPLYING EVOLUTIONARY ALGORITHMS. Solving Optimization Problems with Evolutionary Algorithms. Assessing the Performance of Evolutionary Algorithms. Case Study - Optimal Design of a Gear Train System. Case Study - Teaching a Legged Robot How to Walk. References.

Notă biografică

Leonardo Azevedo Scardua received the D.Sc. degree in electrical engineering from the University of São Paulo, Brazil, in 2015. He has extensive engineering experience with mission-critical applications in the railway industry, having applied artificial intelligence and optimization algorithms in the development of software systems that control train traffic in many railways. He is now with the Control Engineering Department at the Federal Institute of Technology of Espírito Santo, Brazil.

Descriere

This book meant for students, scientists and engineers to help in the application of evolutionary algorithms to practical optimization problems. The presentation of theoretical background is complemented with didactical Python implementations of evolutionary algorithms that researchers have recently applied to complex optimization problems.