22 results on '"GENETIC algorithms"'
Search Results
2. Genetic Algorithms and Applications for Stock Trading Optimization
- Author
-
Vivek Kapoor, Shubhamoy Dey, Vivek Kapoor, and Shubhamoy Dey
- Subjects
- Genetic algorithms, Stocks--Mathematical models, Genetic programming (Computer science)
- Abstract
Genetic algorithms (GAs) are based on Darwin's theory of natural selection and survival of the fittest. They are designed to competently look for solutions to big and multifaceted problems. Genetic algorithms are wide groups of interrelated events with divided steps. Each step has dissimilarities, which leads to a broad range of connected actions. Genetic algorithms are used to improve trading systems, such as to optimize a trading rule or parameters of a predefined multiple indicator market trading system. Genetic Algorithms and Applications for Stock Trading Optimization is a complete reference source to genetic algorithms that explains how they might be used to find trading strategies, as well as their use in search and optimization. It covers the functions of genetic algorithms internally, computer implementation of pseudo-code of genetic algorithms in C++, technical analysis for stock market forecasting, and research outcomes that apply in the stock trading system. This book is ideal for computer scientists, IT specialists, data scientists, managers, executives, professionals, academicians, researchers, graduate-level programs, research programs, and post-graduate students of engineering and science.
- Published
- 2021
3. Genetic Algorithms in Elixir
- Author
-
Sean Moriarity and Sean Moriarity
- Subjects
- Genetic algorithms
- Abstract
From finance to artificial intelligence, genetic algorithms are a powerful tool with a wide array of applications. But you don't need an exotic new language or framework to get started; you can learn about genetic algorithms in a language you're already familiar with. Join us for an in-depth look at the algorithms, techniques, and methods that go into writing a genetic algorithm. From introductory problems to real-world applications, you'll learn the underlying principles of problem solving using genetic algorithms. Evolutionary algorithms are a unique and often overlooked subset of machine learning and artificial intelligence. Because of this, most of the available resources are outdated or too academic in nature, and none of them are made with Elixir programmers in mind. Start from the ground up with genetic algorithms in a language you are familiar with. Discover the power of genetic algorithms through simple solutions to challenging problems. Use Elixir features to write genetic algorithms that are concise and idiomatic. Learn the complete life cycle of solving a problem using genetic algorithms. Understand the different techniques and fine-tuning required to solve a wide array of problems. Plan, test, analyze, and visualize your genetic algorithms with real-world applications. Open your eyes to a unique and powerful field - without having to learn a new language or framework. What You Need: You'll need a macOS, Windows, or Linux distribution with an up-to-date Elixir installation.
- Published
- 2021
4. Applied Evolutionary Algorithms for Engineers Using Python
- Author
-
Leonardo Azevedo Scardua and Leonardo Azevedo Scardua
- Subjects
- Evolutionary computation, Evolutionary programming (Computer science), Python (Computer program language), Genetic algorithms
- Abstract
Applied Evolutionary Algorithms for Engineers with Python is written for students, scientists and engineers who need to apply evolutionary algorithms to practical optimization problems. The presentation of the theoretical background is complemented with didactical Python implementations of evolutionary algorithms that researchers have recently applied to complex optimization problems. Cases of successful application of evolutionary algorithms to real-world like optimization problems are presented, together with source code that allows the reader to gain insight into the idiosyncrasies of the practical application of evolutionary algorithms. Key Features Includes detailed descriptions of evolutionary algorithm paradigms Provides didactic implementations of the algorithms in Python, a programming language that has been widely adopted by the AI community Discusses the application of evolutionary algorithms to real-world optimization problems Presents successful cases of the application of evolutionary algorithms to complex optimization problems, with auxiliary source code.
- Published
- 2021
5. Genetic Algorithms and Remote Sensing Technology for Tracking Flight Debris
- Author
-
Maged Marghany and Maged Marghany
- Subjects
- Malaysia Airlines Flight 370 Incident, 2014, Aircraft accidents--Investigation--Data processing, Marine debris--Remote sensing--Data processing, Genetic algorithms
- Abstract
The tragic disappearance of the Malaysia Airlines Flight MH370 has created a need for research in the areas of aircraft transportation, and specifically flight debris tracking. As researchers and scientists continue to search for novel technologies that will assist with aeronautical detection, two modes have emerged as possible solutions. The use of remote sensing technology and genetic algorithms are techniques that scientists are beginning to use to improve aircraft trajectory models and to locate downed aircraft. Genetic Algorithms and Remote Sensing Technology for Tracking Flight Debris is an essential reference source that discusses developing tracking methods using advanced algorithms as well as satellite technologies. Featuring research on topics such as wave pattern modeling, microwave satellite data, and trajectory movement, this book is ideally designed for practitioners, researchers, oceanographers, aerospace engineers, scientists, educators, developers, analysts, and students seeking coverage on advancements in sensor and tracking technology in regard to flight dynamics.
- Published
- 2020
6. Optimal Power Flow Using Evolutionary Algorithms
- Author
-
Provas Kumar Roy, Susanta Dutta, Provas Kumar Roy, and Susanta Dutta
- Subjects
- Electric power transmission--Mathematical models, Electric power systems--Load dispatching--Mathematics, Electric power systems--Control, Mathematical optimization, Genetic algorithms, Evolutionary computation
- Abstract
In today's society, modern power grids are driven closer to transfer capacities due to increased consumption and power transfers, endangering the security of the systems. Providing methods in controlling variables to minimize costs, transmission loss, and voltage deviation of power system operation yields valuable economic information and insight into power flow. Optimal Power Flow Using Evolutionary Algorithms provides emerging research exploring the theoretical and practical aspects of optimizing power system operation through advanced electronic power devices. Featuring coverage on a broad range of topics such as hybridization algorithm, power system modeling, and transmission systems, this book is ideally designed for engineers, power system developers, academicians, and researchers seeking current research on emerging techniques in achieving quality power under normal operating conditions.
- Published
- 2019
7. 進化計算アルゴリズム入門 : 生物の行動科学から導く最適解 = Evolutionary computation algorithm
- Author
-
大谷 紀子 and 大谷 紀子
- Subjects
- Genetic algorithms, Evolutionary computation, Evolutionary programming (Computer science)
- Abstract
進化計算プログラミングのための代表的な進化的アルゴリズムを解説!! 本書は、進化計算プログラミングのための代表的な進化的アルゴリズムを解説します。各アルゴリズムを丁寧に解説しているため、どのプログラミング言語にも対応できます。アルゴリズムをプログラミングに応用することに主眼を置いており、情報関連の学生ばかりでなく企業のSEの方にも役立つものです。 付録としてC++のコードを掲載します。
- Published
- 2018
8. Identifying Patterns in Financial Markets : New Approach Combining Rules Between PIPs and SAX
- Author
-
João Leitão, Rui Ferreira Neves, Nuno C.G. Horta, João Leitão, Rui Ferreira Neves, and Nuno C.G. Horta
- Subjects
- Genetic algorithms, Portfolio management
- Abstract
This book describes a new pattern discovery approach based on the combination among rules between Perceptually Important Points (PIPs) and the Symbolic Aggregate approximation (SAX) representation optimized by Genetic Algorithm (GA). The proposed approach was tested with real data from S&P500 index and all the results obtained outperform the Buy&Hold strategy. Three different case studies are presented by the authors.
- Published
- 2018
9. Evolutionary Algorithms
- Author
-
Alain Petrowski, Sana Ben-Hamida, Alain Petrowski, and Sana Ben-Hamida
- Subjects
- Genetic algorithms
- Abstract
Evolutionary algorithms are bio-inspired algorithms based on Darwin's theory of evolution. They are expected to provide non-optimal but good quality solutions to problems whose resolution is impracticable by exact methods. In six chapters, this book presents the essential knowledge required to efficiently implement evolutionary algorithms. Chapter 1 describes a generic evolutionary algorithm as well as the basic operators that compose it. Chapter 2 is devoted to the solving of continuous optimization problems, without constraint. Three leading approaches are described and compared on a set of test functions. Chapter 3 considers continuous optimization problems with constraints. Various approaches suitable for evolutionary methods are presented. Chapter 4 is related to combinatorial optimization. It provides a catalog of variation operators to deal with order-based problems. Chapter 5 introduces the basic notions required to understand the issue of multi-objective optimization and a variety of approaches for its application. Finally, Chapter 6 describes different approaches of genetic programming able to evolve computer programs in the context of machine learning.
- Published
- 2017
10. Evolutionary Computation in Gene Regulatory Network Research
- Author
-
Hitoshi Iba, Nasimul Noman, Hitoshi Iba, and Nasimul Noman
- Subjects
- Evolutionary computation, Gene regulatory networks, Computer simulation, Genetic regulation--Mathematical models, Gene regulatory networks--Computer simulation, Genetic algorithms, Digital computer simulation, Algorithms, Computer algorithms
- Abstract
Introducing a handbook for gene regulatory network research using evolutionary computation, with applications for computer scientists, computational and system biologists This book is a step-by-step guideline for research in gene regulatory networks (GRN) using evolutionary computation (EC). The book is organized into four parts that deliver materials in a way equally attractive for a reader with training in computation or biology. Each of these sections, authored by well-known researchers and experienced practitioners, provides the relevant materials for the interested readers. The first part of this book contains an introductory background to the field. The second part presents the EC approaches for analysis and reconstruction of GRN from gene expression data. The third part of this book covers the contemporary advancements in the automatic construction of gene regulatory and reaction networks and gives direction and guidelines for future research. Finally, the last part of this book focuses on applications of GRNs with EC in other fields, such as design, engineering and robotics. • Provides a reference for current and future research in gene regulatory networks (GRN) using evolutionary computation (EC) • Covers sub-domains of GRN research using EC, such as expression profile analysis, reverse engineering, GRN evolution, applications • Contains useful contents for courses in gene regulatory networks, systems biology, computational biology, and synthetic biology • Delivers state-of-the-art research in genetic algorithms, genetic programming, and swarm intelligence Evolutionary Computation in Gene Regulatory Network Research is a reference for researchers and professionals in computer science, systems biology, and bioinformatics, as well as upper undergraduate, graduate, and postgraduate students. Hitoshi Iba is a Professor in the Department of Information and Communication Engineering, Graduate School of Information Science and Technology, at the University of Tokyo, Toyko, Japan. He is an Associate Editor of the IEEE Transactions on Evolutionary Computation and the journal of Genetic Programming and Evolvable Machines. Nasimul Noman is a lecturer in the School of Electrical Engineering and Computer Science at the University of Newcastle, NSW, Australia. From 2002 to 2012 he was a faculty member at the University of Dhaka, Bangladesh. Noman is an Editor of the BioMed Research International journal. His research interests include computational biology, synthetic biology, and bioinformatics.
- Published
- 2016
11. Evolutionary Algorithms for Mobile Ad Hoc Networks
- Author
-
Bernabé Dorronsoro, Patricia Ruiz, Grégoire Danoy, Yoann Pigné, Pascal Bouvry, Bernabé Dorronsoro, Patricia Ruiz, Grégoire Danoy, Yoann Pigné, and Pascal Bouvry
- Subjects
- Mobile communication systems, Evolutionary computation, Genetic algorithms
- Abstract
Describes how evolutionary algorithms (EAs) can be used to identify, model, and minimize day-to-day problems that arise for researchers in optimization and mobile networking Mobile ad hoc networks (MANETs), vehicular networks (VANETs), sensor networks (SNs), and hybrid networks—each of these require a designer's keen sense and knowledge of evolutionary algorithms in order to help with the common issues that plague professionals involved in optimization and mobile networking. This book introduces readers to both mobile ad hoc networks and evolutionary algorithms, presenting basic concepts as well as detailed descriptions of each. It demonstrates how metaheuristics and evolutionary algorithms (EAs) can be used to help provide low-cost operations in the optimization process—allowing designers to put some “intelligence” or sophistication into the design. It also offers efficient and accurate information on dissemination algorithms, topology management, and mobility models to address challenges in the field. Evolutionary Algorithms for Mobile Ad Hoc Networks: Instructs on how to identify, model, and optimize solutions to problems that arise in daily research Presents complete and up-to-date surveys on topics like network and mobility simulators Provides sample problems along with solutions/descriptions used to solve each, with performance comparisons Covers current, relevant issues in mobile networks, like energy use, broadcasting performance, device mobility, and more Evolutionary Algorithms for Mobile Ad Hoc Networks is an ideal book for researchers and students involved in mobile networks, optimization, advanced search techniques, and multi-objective optimization.
- Published
- 2014
12. Probably Approximately Correct : Nature's Algorithms for Learning and Prospering in a Complex World
- Author
-
Leslie Valiant and Leslie Valiant
- Subjects
- Brain, Neural networks (Neurobiology), Computer algorithms, Computational learning theory, Algorithms, Human behavior--Mathematical models, Nature--Mathematical models, Genetic algorithms, Mathematics in nature
- Abstract
From a leading computer scientist, a unifying theory that will revolutionize our understanding of how life evolves and learns. How does life prosper in a complex and erratic world? While we know that nature follows patterns -- such as the law of gravity -- our everyday lives are beyond what known science can predict. We nevertheless muddle through even in the absence of theories of how to act. But how do we do it? In Probably Approximately Correct, computer scientist Leslie Valiant presents a masterful synthesis of learning and evolution to show how both individually and collectively we not only survive, but prosper in a world as complex as our own. The key is'probably approximately correct'algorithms, a concept Valiant developed to explain how effective behavior can be learned. The model shows that pragmatically coping with a problem can provide a satisfactory solution in the absence of any theory of the problem. After all, finding a mate does not require a theory of mating. Valiant's theory reveals the shared computational nature of evolution and learning, and sheds light on perennial questions such as nature versus nurture and the limits of artificial intelligence. Offering a powerful and elegant model that encompasses life's complexity, Probably Approximately Correct has profound implications for how we think about behavior, cognition, biological evolution, and the possibilities and limits of human and machine intelligence.
- Published
- 2013
13. Genetic Algorithms + Data Structures = Evolution Programs
- Author
-
Zbigniew Michalewicz and Zbigniew Michalewicz
- Subjects
- Evolutionary programming (Computer science), Genetic algorithms, Data structures (Computer science)
- Abstract
Genetic algorithms are founded upon the principle of evolution, i.e., survival of the fittest. Hence evolution programming techniques, based on genetic algorithms, are applicable to many hard optimization problems, such as optimization of functions with linear and nonlinear constraints, the traveling salesman problem, and problems of scheduling, partitioning, and control. The importance of these techniques is still growing, since evolution programs are parallel in nature, and parallelism is one of the most promising directions in computer science.The book is self-contained and the only prerequisite is basic undergraduate mathematics. This third edition has been substantially revised and extended by three new chapters and by additional appendices containing working material to cover recent developments and a change in the perception of evolutionary computation.
- Published
- 2013
14. Handbook of Genetic Algorithms: New Research
- Author
-
Adalberto Ramirez Muñoz and Adalberto Ramirez Muñoz
- Subjects
- Mathematical optimization, Genetic algorithms
- Abstract
Genetic algorithms (GA) have become popular tools for search, optimization, machine learning, and solving design problems. These algorithms use simulated evolution to search for solutions to complex problems. A GA is a population-based computational method in which the population, using randomized processes of selection, crossover, and mutation, evolves towards better solutions. In this book, the authors present current research including the application of genetic algorithm optimization techniques in beam steering of circular array antenna; hybrid genetic algorithms; changing range genetic algorithms; study of the influence of forest canopies on the accuracy of GPS measurements using genetic algorithms; roundness evaluation by genetic algorithm; and optimal sizing of analog integrated circuits by applying genetic algorithms.
- Published
- 2012
15. Evolutionary Design and Manufacture : Selected Papers From ACDM ’00
- Author
-
I.C. Parmee and I.C. Parmee
- Subjects
- Engineering design--Data processing, Evolutionary programming (Computer science), CAD/CAM systems, Genetic algorithms
- Abstract
The fourth evolutionary/adaptive computing conference at the University of Plymouth again explores the utility of various evolutionary/adaptive search algorithms and complementary computational intelligence techniques within design and manufacturing. The content of the following chapters represents a selection of the diverse set of papers presented at the conference that relate to both engineering design and also to more general design areas. This expansion has been the result of a conscious effort to recognise generic problem areas and complementary research across a wide range of design and manufacture activity. There has been a major increase in both research into and utilisation of evolutionary and adaptive systems within the last two years. This is reflected in the establishment of major annual joint US genetic and evolutionary computing conferences and the introduction of a large number of events relating to the application of these technologies in specific fields. The Plymouth conference remains a long-standing. event both as ACDM and as the earlier ACEDC series. The conference maintains its policy of single stream presentation and associated poster and demonstrator sessions. The event retains the support of several UK Engineering Institutions and is now recognised by the International Society for Genetic and Evolutionary Computation as a mainstream event. It continues to attract an international audience of leading researchers and practitioners in the field.
- Published
- 2012
16. Evolution As Computation : DIMACS Workshop, Princeton, January 1999
- Author
-
Laura F. Landweber, Erik Winfree, Laura F. Landweber, and Erik Winfree
- Subjects
- Evolutionary programming (Computer science), Genetic algorithms
- Abstract
The study of the genetic basis for evolution has flourished in this century, as well as our understanding of the evolvability and programmability of biological systems. Genetic algorithms meanwhile grew out of the realization that a computer program could use the biologically-inspired processes of mutation, recombination, and selection to solve hard optimization problems. Genetic and evolutionary programming provide further approaches to a wide variety of computational problems. A synthesis of these experiences reveals fundamental insights into both the computational nature of biological evolution and processes of importance to computer science. Topics include biological models of nucleic acid information processing and genome evolution; molecules, cells, and metabolic circuits that compute logical relationships; the origin and evolution of the genetic code; and the interface with genetic algorithms and genetic and evolutionary programming.
- Published
- 2012
17. Cellular Genetic Algorithms
- Author
-
Enrique Alba, Bernabe Dorronsoro, Enrique Alba, and Bernabe Dorronsoro
- Subjects
- Genetic algorithms, Nonlinear programming
- Abstract
Cellular Genetic Algorithms defines a new class of optimization algorithms based on the concepts of structured populations and Genetic Algorithms (GAs). The authors explain and demonstrate the validity of these cellular genetic algorithms throughout the book. This class of genetic algorithms is shown to produce impressive results on a whole range of domains, including complex problems that are epistatic, multi-modal, deceptive, discrete, continuous, multi-objective, and random in nature. The focus of this book is twofold. On the one hand, the authors present new algorithmic models and extensions to the basic class of Cellular GAs in order to tackle complex problems more efficiently. On the other hand, practical real world tasks are successfully faced by applying Cellular GA methodologies to produce workable solutions of real-world applications. These methods can include local search (memetic algorithms), cooperation, parallelism, multi-objective, estimations of distributions, and self-adaptive ideas to extend their applicability. The methods are benchmarked against well-known metaheuristics like Genetic Algorithms, Tabu Search, heterogeneous GAs, Estimation of Distribution Algorithms, etc. Also, a publicly available software tool is offered to reduce the learning curve in applying these techniques. The three final chapters will use the classic problem of “vehicle routing” and the hot topics of “ad-hoc mobile networks” and “DNA genome sequencing” to clearly illustrate and demonstrate the power and utility of these algorithms.
- Published
- 2008
18. Network Models and Optimization : Multiobjective Genetic Algorithm Approach
- Author
-
Mitsuo Gen, Runwei Cheng, Lin Lin, Mitsuo Gen, Runwei Cheng, and Lin Lin
- Subjects
- Operations research, Industrial engineering--Mathematical models, Genetic algorithms
- Abstract
Network models are critical tools in business, management, science and industry. “Network Models and Optimization” presents an insightful, comprehensive, and up-to-date treatment of multiple objective genetic algorithms to network optimization problems in many disciplines, such as engineering, computer science, operations research, transportation, telecommunication, and manufacturing. The book extensively covers algorithms and applications, including shortest path problems, minimum cost flow problems, maximum flow problems, minimum spanning tree problems, traveling salesman and postman problems, location-allocation problems, project scheduling problems, multistage-based scheduling problems, logistics network problems, communication network problem, and network models in assembly line balancing problems, and airline fleet assignment problems. The book can be used both as a student textbook and as a professional reference for practitioners who use network optimization methods to model and solve problems.
- Published
- 2008
19. Differential Evolution : In Search of Solutions
- Author
-
Vitaliy Feoktistov and Vitaliy Feoktistov
- Subjects
- Engineering, Genetic algorithms, Artificial intelligence
- Abstract
Di?erential evolution is one of the most recent global optimizers. Discovered in 1995 it rapidly proved its practical e?ciency. This book gives you a chance to learn all about di?erential evolution. On reading it you will be able to pro?tably apply this reliable method to problems in your?eld. Asforme,mypassionforintelligentsystemsandoptimizationbeganasfar back as during my studies at Moscow State Technical University of Bauman, the best engineering school in Russia. At that time, I was gathering material for my future thesis. Being interested in my work, the Mining School of Paris proposed that I write a dissertation in France. I hesitated some time over a choice, but my natural curiosity and taste for novelty?nally prevailed. At ´ present, Docteur ` es science en informatique de l'EcoledesMinesdeParis,I am concentrating on the development of my own enterprise. If optimization is my vocation, my hobbies are mathematics and music. Although mathematics disciplines the mind, music is?lled with emotions. While playing my favorite composition, I decided to write this book. The purpose of the book is to give, in a condensed but overview form, a description of di?erential evolution. In addition, this book makes accessible to a wide audience the fruits of my long research in optimization. Namely, I laid the foundation of the universal concept of search strategies design, suitable not only for di?erential evolution but for many other algorithms. Also, I introduced a principle of energetic selection, an e?cient method of hybridization, and advanced paralleling techniques.
- Published
- 2006
20. Assembly Line Design : The Balancing of Mixed-Model Hybrid Assembly Lines with Genetic Algorithms
- Author
-
Brahim Rekiek, Alain Delchambre, Brahim Rekiek, and Alain Delchambre
- Subjects
- Machinery, Genetic algorithms, Assembly-line methods, Industrial engineering, Engineering
- Abstract
Efficient assembly line design is a problem of industrial importance. Assembly line design is often complex due to the multiple components involved: efficiency, cost and space. The aim is to integrate the design with operations issues, minimising costs. It is important to give the designer tools to help him meet the different objectives. 3 techniques based on the Grouping Genetic Algorithm are presented which can be used to aid assembly line design: - ‘equal piles for assembly lines'deals with assembly line balancing (balancing stations'loads); - a method based on a multiple objective grouping genetic algorithm (MO-GGA) deals with resource planning (selection of equipment); - ‘balance for operation', deals with the changes during the operation of assembly lines. This book will interest technical personnel in design, planning and production departments in industry as well as managers in industry. It will also be of use to researchers and postgraduates in mechanical, manufacturing or micro-engineering.
- Published
- 2006
21. Information Processing with Evolutionary Algorithms : From Industrial Applications to Academic Speculations
- Author
-
Manuel Grana, Richard J. Duro, Alicia d'Anjou, Paul P. Wang, Manuel Grana, Richard J. Duro, Alicia d'Anjou, and Paul P. Wang
- Subjects
- Electronic data processing, Genetic algorithms, Evolutionary programming (Computer science), Computer science
- Abstract
The last decade of the 20th century has witnessed a surge of interest in num- ical, computation-intensive approaches to information processing. The lines that draw the boundaries among statistics, optimization, arti cial intelligence and information processing are disappearing, and it is not uncommon to nd well-founded and sophisticated mathematical approaches in application - mains traditionally associated with ad-hoc programming. Heuristics has - come a branch of optimization and statistics. Clustering is applied to analyze soft data and to provide fast indexing in the World Wide Web. Non-trivial matrix algebra is at the heart of the last advances in computer vision. The breakthrough impulse was, apparently, due to the rise of the interest in arti cial neural networks, after its rediscovery in the late 1980s. Disguised as ANN, numerical and statistical methods made an appearance in the - formation processing scene, and others followed. A key component in many intelligent computational processing is the search for an optimal value of some function. Sometimes, this function is not evident and it must be made explicit in order to formulate the problem as an optimization problem. The search - ten takes place in high-dimensional spaces that can be either discrete, or c- tinuous or mixed. The shape of the high-dimensional surface that corresponds to the optimized function is usually very complex. Evolutionary algorithms are increasingly being applied to information processing applications that require any kind of optimization.
- Published
- 2005
22. Evolutionary Multiobjective Optimization : Theoretical Advances and Applications
- Author
-
Ajith Abraham, Robert Goldberg, Ajith Abraham, and Robert Goldberg
- Subjects
- Evolutionary programming (Computer science), Genetic algorithms, Mathematical optimization
- Abstract
Evolutionary Multiobjective Optimization is a rare collection of the latest state-of-the-art theoretical research, design challenges and applications in the field of multiobjective optimization paradigms using evolutionary algorithms. It includes two introductory chapters giving all the fundamental definitions, several complex test functions and a practical problem involving the multiobjective optimization of space structures under static and seismic loading conditions used to illustrate the various multiobjective optimization concepts. Important features include: Detailed overview of all the multiobjective optimization paradigms using evolutionary algorithms Excellent coverage of timely, advanced multiobjective optimization topics State-of-the-art theoretical research and application developments Chapters authored by pioneers in the field Academics and industrial scientists as well as engineers engaged in research, development and application of evolutionary algorithm based Multiobjective Optimization will find the comprehensive coverage of this book invaluable.
- Published
- 2005
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.