Articles by "Optimization"

Showing posts with label Optimization. Show all posts

I’m very glad to have opportunity to teach you one of the most popular and powerful optimization algorithms in this course.

If you search FireFly optimization algorithm in google scholar, it could be seen that there are many vast range of papers has been published by implementing this optimization algorithm in different fields of science. In this course, after presenting the mathematical concept of each part of the considered optimization algorithm, I write its code immediately in matlab. All of the written codes are available, however, I strongly suggest to write the codes with me. Notice that, if you don’t have matlab or you know another programming language, don’t worry at all. You can simply write the codes in your own programming language because the behind concepts about all of the written codes are presented completely.

Rajesh Kumar Arora ... 466 pages - Publisher: Chapman and Hall/CRC; (May, 2015) ... Language: English - ISBN-10: 1498721125 - ISBN-13: 978-1498721127.

Choose the Correct Solution Method for Your Optimization Problem: Optimization: Algorithms and Applications presents a variety of solution techniques for optimization problems, emphasizing concepts rather than rigorous mathematical details and proofs. The book covers both gradient and stochastic methods as solution techniques for unconstrained and constrained optimization problems. It discusses the conjugate gradient method, Broyden–Fletcher–Goldfarb–Shanno algorithm, Powell method, penalty function, augmented Lagrange multiplier method, sequential quadratic programming, method of feasible directions, genetic algorithms, particle swarm optimization (PSO), simulated annealing, ant colony optimization, and tabu search methods. The author shows how to solve non-convex multi-objective optimization problems using simple modifications of the basic PSO code. The book also introduces multidisciplinary design optimization (MDO) architectures―one of the first optimization books to do so―and develops software codes for the simplex method and affine-scaling interior point method for solving linear programming problems. In addition, it examines Gomory’s cutting plane method, the branch-and-bound method, and Balas’ algorithm for integer programming problems. The author follows a step-by-step approach to developing the MATLAB® codes from the algorithms. He then applies the codes to solve both standard functions taken from the literature and real-world applications, including a complex trajectory design problem of a robot, a portfolio optimization problem, and a multi-objective shape optimization problem of a reentry body. This hands-on approach improves your understanding and confidence in handling different solution methods. The MATLAB codes are available on the book’s CRC Press web page.

Yogesh Jalria ... 614 pages - Publisher: CRC Press; 3rd edition (September, 2019) ... Language: English - ISBN-10: 1498778232 - ISBN-13: 978-1498778237.

Design and Optimization of Thermal Systems, Third Edition: with MATLAB® Applications provides systematic and efficient approaches to the design of thermal systems, which are of interest in a wide range of applications. It presents basic concepts and procedures for conceptual design, problem formulation, modeling, simulation, design evaluation, achieving feasible design, and optimization. Emphasizing modeling and simulation, with experimentation for physical insight and model validation, the third edition covers the areas of material selection, manufacturability, economic aspects, sensitivity, genetic and gradient search methods, knowledge-based design methodology, uncertainty, and other aspects that arise in practical situations. This edition features many new and revised examples and problems from diverse application areas and more extensive coverage of analysis and simulation with MATLAB®.

Seyedali Mirjalili, Jin Song Dong ... 72 pages - Publisher: Springer; (July, 2019) ... Language: English - ASIN: B07VLFKLHW by Amazon.

This book focuses on the most well-regarded and recent nature-inspired algorithms capable of solving optimization problems with multiple objectives. Firstly, it provides preliminaries and essential definitions in multi-objective problems and different paradigms to solve them. It then presents an in-depth explanations of the theory, literature review, and applications of several widely-used algorithms, such as Multi-objective Particle Swarm Optimizer, Multi-Objective Genetic Algorithm and Multi-objective GreyWolf Optimizer Due to the simplicity of the techniques and flexibility, readers from any field of study can employ them for solving multi-objective optimization problem. The book provides the source codes for all the proposed algorithms on a dedicated webpage.

Krishnanand N. Kaipa, Debasish Ghose ... 248 pages - Publisher: Springer; (January, 2017) ... Language: English - ASIN: B01N7R22Z8 by Amazon.

This book provides a comprehensive account of the glowworm swarm optimization (GSO) algorithm, including details of the underlying ideas, theoretical foundations, algorithm development, various applications, and MATLAB programs for the basic GSO algorithm. It also discusses several research problems at different levels of sophistication that can be attempted by interested researchers. The generality of the GSO algorithm is evident in its application to diverse problems ranging from optimization to robotics. Examples include computation of multiple optima, annual crop planning, cooperative exploration, distributed search, multiple source localization, contaminant boundary mapping, wireless sensor networks, clustering, knapsack, numerical integration, solving fixed point equations, solving systems of nonlinear equations, and engineering design optimization. The book is a valuable resource for researchers as well as graduate and undergraduate students in the area of swarm intelligence and computational intelligence and working on these topics.

Anand Nayyar, Dac-Nhuong Le, Nhu Gia Nguyen ... 314 pages - Publisher: Chapman and Hall/CRC; (October, 2018) ... Language: English - ASIN: B07HZS2JD8 by Amazon.

This book provides comprehensive details of all Swarm Intelligence based Techniques available till date in a comprehensive manner along with their mathematical proofs. It will act as a foundation for authors, researchers and industry professionals. This monograph will present the latest state of the art research being done on varied Intelligent Technologies like sensor networks, machine learning, optical fiber communications, digital signal processing, image processing and many more.

Zhen-Yu Yin, Yin-Fu Jin ... 356 pages - Publisher: Springer; (April, 2019) ... Language: English - ASIN: B07R6CD27W by Amazon.

This book presents the development of an optimization platform for geotechnical engineering, which is one of the key components in smart geotechnics. The book discusses the fundamentals of the optimization algorithm with constitutive models of soils. Helping readers easily understand the optimization algorithm applied in geotechnical engineering, this book first introduces the methodology of the optimization-based parameter identification, and then elaborates the principle of three newly developed efficient optimization algorithms, followed by the ideas of a variety of laboratory tests and formulations of constitutive models. Moving on to the application of optimization methods in geotechnical engineering, this book presents an optimization-based parameter identification platform with a practical and concise interface based on the above theories. The book is intended for undergraduate and graduate-level teaching in soil mechanics and geotechnical engineering and other related engineering specialties. It is also of use to industry practitioners, due to the inclusion of real-world applications, opening the door to advanced courses on both modeling and algorithm development within the industrial engineering and operations research fields.

Zacharias Voulgaris, Yunus Emrah Bulut ... 312 pages - Publisher: Technics Publications; (September, 2018) ... Language: English - ASIN: B07HJDNZL2 by Amazon.

Aspiring and practicing Data Science and AI professionals, along with Python and Julia programmers, will practice numerous AI algorithms and develop a more holistic understanding of the field of AI, and will learn when to use each framework to tackle projects in our increasingly complex world.  

The first two chapters introduce the field, with Chapter 1 surveying Deep Learning models and Chapter 2 providing an overview of algorithms beyond Deep Learning, including Optimization, Fuzzy Logic, and Artificial Creativity. The next chapters focus on AI frameworks; they contain data and Python and Julia code in a provided Docker, so you can practice. Chapter 3 covers Apache's MXNet, Chapter 4 covers TensorFlow, and Chapter 5 investigates Keras. After covering these Deep Learning frameworks, we explore a series of optimization frameworks, with Chapter 6 covering Particle Swarm Optimization (PSO), Chapter 7 on Genetic Algorithms (GAs), and Chapter 8 discussing Simulated Annealing (SA). Chapter 9 begins our exploration of advanced AI methods, by covering Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs). Chapter 10 discusses optimization ensembles and how they can add value to the Data Science pipeline. 
Chapter 11 contains several alternative AI frameworks including Extreme Learning Machines (ELMs), Capsule Networks (CapsNets), and Fuzzy Inference Systems (FIS). Chapter 12 covers other considerations complementary to the AI topics covered, including Big Data concepts, Data Science specialization areas, and useful data resources to experiment on.

A comprehensive glossary is included, as well as a series of appendices covering Transfer Learning, Reinforcement Learning, Autoencoder Systems, and Generative Adversarial Networks. There is also an appendix on the business aspects of AI in data science projects, and an appendix on how to use the Docker image to access the book's data and code. The field of AI is vast, and can be overwhelming for the newcomer to approach. This book will arm you with a solid understanding of the field, plus inspire you to explore further.

Yong Shi, Yingjie Tian, Gang Kou, Yi Peng, Jianping Li ... 316 pages - Publisher: Springer; (May, 2011) ... Language: English - ASIN: B00F5QT36Q by Amazon.

Optimization techniques have been widely adopted to implement various data mining algorithms. In addition to well-known Support Vector Machines (SVMs) (which are based on quadratic programming), different versions of Multiple Criteria Programming (MCP) have been extensively used in data separations. Since optimization based data mining methods differ from statistics, decision tree induction, and neural networks, their theoretical inspiration has attracted many researchers who are interested in algorithm development of data mining.

Optimization based Data Mining: Theory and Applications, mainly focuses on MCP and SVM especially their recent theoretical progress and real-life applications in various fields. These include finance, web services, bio-informatics and petroleum engineering, which has triggered the interest of practitioners who look for new methods to improve the results of data mining for knowledge discovery. Most of the material in this book is directly from the research and application activities that the authors’ research group has conducted over the last ten years. Aimed at practitioners and graduates who have a fundamental knowledge in data mining, it demonstrates the basic concepts and foundations on how to use optimization techniques to deal with data mining problems.

Kenneth R. Baker ... 392 pages - Publisher: Wiley; 3rd edition (July, 2015) ... Language: English - ISBN-10: 1118937694 - ISBN-13: 978-1118937693.

Updated and revised, Optimization Modeling with Spreadsheets, Third Edition emphasizes model building skills in optimization analysis. By emphasizing both spreadsheet modeling and optimization tools in the freely available Microsoft® Office Excel® Solver, the book illustrates how to find solutions to real-world optimization problems without needing additional specialized software.

The Third Edition includes many practical applications of optimization models as well as a systematic framework that illuminates the common structures found in many successful models. With focused coverage on linear programming, nonlinear programming, integer programming, and heuristic programming, Optimization Modeling with Spreadsheets, Third Edition features: An emphasis on model building using Excel Solver as well as appendices with additional instructions on more advanced packages such as Analytic Solver Platform and OpenSolver * Additional space devoted to formulation principles and model building as opposed to algorithms * New end-of-chapter homework exercises specifically for novice model builders * Presentation of the Sensitivity Toolkit for sensitivity analysis with Excel Solver * Classification of problem types to help readers see the broader possibilities for application * Specific chapters devoted to network models and data envelopment analysis * A companion website with interactive spreadsheets and supplementary homework exercises for additional practice. Optimization Modeling with Spreadsheets, Third Edition is an excellent textbook for upper-undergraduate and graduate-level courses that include deterministic models, optimization, spreadsheet modeling, quantitative methods, engineering management, engineering modeling, operations research, and management science. The book is an ideal reference for readers wishing to advance their knowledge of Excel and modeling and is also a useful guide for MBA students and modeling practitioners in business and non-profit sectors interested in spreadsheet optimization.

Ross Baldick ... 792 pages - Publisher: Cambridge University Press; (January, 2009) ... Language: English - ISBN-10: 0521100283 - ISBN-13: 978-0521100281.

The starting point in the formulation of any numerical problem is to take an intuitive idea about the problem in question and to translate it into precise mathematical language. This book provides step-by-step descriptions of how to formulate numerical problems so that they can be solved by existing software. It examines various types of numerical problems and develops techniques for solving them. A number of engineering case studies are used to illustrate in detail the formulation process. The case studies motivate the development of efficient algorithms that involve, in some cases, transformation of the problem from its initial formulation into a more tractable form.

Ronald E. Miller ... 676 pages - Publisher: Wiley-Interscience; (November, 1999) ... Language: English - ISBN-10: 0471351695 - ISBN-13: 978-0471351696.

A thorough and highly accessible resource for analysts in a broad range of social sciences: Optimization: Foundations and Applications presents a series of approaches to the challenges faced by analysts who must find the best way to accomplish particular objectives, usually with the added complication of constraints on the available choices. Award-winning educator Ronald E. Miller provides detailed coverage of both classical, calculus-based approaches and newer, computer-based iterative methods. Dr. Miller lays a solid foundation for both linear and nonlinear models and quickly moves on to discuss applications, including iterative methods for root-finding and for unconstrained maximization, approaches to the inequality constrained linear programming problem, and the complexities of inequality constrained maximization and minimization in nonlinear problems. Other important features include: More than 200 geometric interpretations of algebraic results, emphasizing the intuitive appeal of mathematics + Classic results mixed with modern numerical methods to aid users of computer programs + Extensive appendices containing mathematical details important for a thorough understanding of the topic. With special emphasis on questions most frequently asked by those encountering this material for the first time, Optimization: Foundations and Applications is an extremely useful resource for professionals in such areas as mathematics, engineering, economics and business, regional science, geography, sociology, political science, management and decision sciences, public policy analysis, and numerous other social sciences.

Steven J. Miller ... 327 pages - Publisher: American Mathematical Society; (December, 2017) ... Language: English - ISBN-10: 1470441144 - ISBN-13: 978-1470441142.

Optimization Theory is an active area of research with numerous applications; many of the books are designed for engineering classes, and thus have an emphasis on problems from such fields. Covering much of the same material, there is less emphasis on coding and detailed applications as the intended audience is more mathematical. There are still several important problems discussed (especially scheduling problems), but there is more emphasis on theory and less on the nuts and bolts of coding. A constant theme of the text is the ``why'' and the ``how'' in the subject. Why are we able to do a calculation efficiently? How should we look at a problem? Extensive effort is made to motivate the mathematics and isolate how one can apply ideas/perspectives to a variety of problems. As many of the key algorithms in the subject require too much time or detail to analyze in a first course (such as the run-time of the Simplex Algorithm), there are numerous comparisons to simpler algorithms which students have either seen or can quickly learn (such as the Euclidean algorithm) to motivate the type of results on run-time savings.

Erik Cuevas, Daniel Zaldívar, Marco Pérez-Cisneros ... 218 pages - Publisher: Springer; (April, 2018) ... Language: English - ASIN: B07C3LK4K3 by Amazon.

This book explores new alternative metaheuristic developments that have proved to be effective in their application to several complex problems. Though most of the new metaheuristic algorithms considered offer promising results, they are nevertheless still in their infancy. To grow and attain their full potential, new metaheuristic methods must be applied in a great variety of problems and contexts, so that they not only perform well in their reported sets of optimization problems, but also in new complex formulations. The only way to accomplish this is to disseminate these methods in various technical areas as optimization tools. In general, once a scientist, engineer or practitioner recognizes a problem as a particular instance of a more generic class, he/she can select one of several metaheuristic algorithms that guarantee an expected optimization performance. Unfortunately, the set of options are concentrated on algorithms whose popularity and high proliferation outstrip those of the new developments. This structure is important, because the authors recognize this methodology as the best way to help researchers, lecturers, engineers and practitioners solve their own optimization problems.

Brian Hahn, Daniel T. Valentine ... 428 pages - Publisher: Academic Press; 7th edition (April, 2019) ... Language: English - ISBN-10: 0081029977 - ISBN-13: 978-0081029978

Essential MATLAB for Engineers and Scientists, Seventh Edition, provides a concise, balanced overview of MATLAB's functionality, covering both fundamentals and applications. The essentials are illustrated throughout, featuring complete coverage of the software's windows and menus. Program design and algorithm development are presented, along with many examples from a wide range of familiar scientific and engineering areas. This edition has been updated to include the latest MATLAB versions through 2018b. This is an ideal book for a first course on MATLAB, but is also ideal for an engineering problem-solving course using MATLAB. Updated to include all the newer features through MATLAB R2018b + Includes new chapter on useful toolboxes + Provides additional examples on engineering applications.

Ying Tan ... 323 pages - Publisher: Springer; (October, 2015) ... Language: English - ISBN-10: 3662463520 - ISBN-13: 978-3662463529

This book is devoted to the state-of-the-art in all aspects of fireworks algorithm (FWA), with particular emphasis on the efficient improved versions of FWA. It describes the most substantial theoretical analysis including basic principle and implementation of FWA and modeling and theoretical analysis of FWA. It covers exhaustively the key recent significant research into the improvements of FWA so far. In addition, the book describes a few advanced topics in the research of FWA, including multi-objective optimization (MOO), discrete FWA (DFWA) for combinatorial optimization, and GPU-based FWA for parallel implementation. In sequels, several successful applications of FWA on non-negative matrix factorization (NMF), text clustering, pattern recognition, and seismic inversion problem, and swarm robotics, are illustrated in details, which might shed new light on more real-world applications in future. Addressing a multidisciplinary topic, it will appeal to researchers and professionals in the areas of metahuristics, swarm intelligence, evolutionary computation, complex optimization solving, etc.

James R. Chelikowsky ... 224 pages - Publisher: Wiley-VCH; (August, 2018) ... Language: English - AmazonSIN: B07GWWQP2H.

Presents a unique approach to grasping the concepts of quantum theory with a focus on atoms, clusters, and crystals. Quantum theory of atoms and molecules is vitally important in molecular physics, materials science, nanoscience, solid state physics and many related fields. Introductory Quantum Mechanics with MATLAB is designed to be an accessible guide to quantum theory and its applications. The textbook uses the popular MATLAB programming language for the analytical and numerical solution of quantum mechanical problems, with a particular focus on clusters and assemblies of atoms. The textbook is written by a noted researcher and expert on the topic who introduces density functional theory, variational calculus and other practice-proven methods for the solution of quantum-mechanical problems. This important guide: - Presents the material in a didactical manner to help students grasp the concepts and applications of quantum theory. - Covers a wealth of cutting-edge topics such as clusters, nanocrystals, transitions and organic molecules. - Offers MATLAB codes to solve real-life quantum mechanical problems. Written for master's and PhD students in physics, chemistry, material science, and engineering sciences, Introductory Quantum Mechanics with MATLAB contains an accessible approach to understanding the concepts of quantum theory applied to atoms, clusters, and crystals.

Marco Dorigo, Thomas Stützle ... 319 pages - Publisher: Bradford Book; (June, 2004) ... Language: English - ISBN-10: 0262042193 - ISBN-13: 978-0262042192.

The complex social behaviors of ants have been much studied by science, and computer scientists are now finding that these behavior patterns can provide models for solving difficult combinatorial optimization problems. The attempt to develop algorithms inspired by one aspect of ant behavior, the ability to find what computer scientists would call shortest paths, has become the field of ant colony optimization (ACO), the most successful and widely recognized algorithmic technique based on ant behavior. This book presents an overview of this rapidly growing field, from its theoretical inception to practical applications, including descriptions of many available ACO algorithms and their uses. The book first describes the translation of observed ant behavior into working optimization algorithms. The ant colony metaheuristic is then introduced and viewed in the general context of combinatorial optimization. This is followed by a detailed description and guide to all major ACO algorithms and a report on current theoretical findings. The book surveys ACO applications now in use, including routing, assignment, scheduling, subset, machine learning, and bioinformatics problems. AntNet, an ACO algorithm designed for the network routing problem, is described in detail. The authors conclude by summarizing the progress in the field and outlining future research directions. Each chapter ends with bibliographic material, bullet points setting out important ideas covered in the chapter, and exercises. Ant Colony Optimization will be of interest to academic and industry researchers, graduate students, and practitioners who wish to learn how to implement ACO algorithms.

R. Venkata Rao ... 334 pages - Publisher: Springer; (June, 2018) ... Language: English - ISBN-10: 331978921X - ISBN-13: 978-3319789217.

This book introduces readers to the “Jaya” algorithm, an advanced optimization technique that can be applied to many physical and engineering systems. It describes the algorithm, discusses its differences with other advanced optimization techniques, and examines the applications of versions of the algorithm in mechanical, thermal, manufacturing, electrical, computer, civil and structural engineering. In real complex optimization problems, the number of parameters to be optimized can be very large and their influence on the goal function can be very complicated and nonlinear in character. Such problems cannot be solved using classical methods and advanced optimization methods need to be applied. The Jaya algorithm is an algorithm-specific parameter-less algorithm that builds on other advanced optimization techniques. The application of Jaya in several engineering disciplines is critically assessed and its success compared with other complex optimization techniques such as Genetic Algorithms (GA), Particle Swarm Optimization (PSO), Differential Evolution (DE), Artificial Bee Colony (ABC), and other recently developed algorithms.

Bastien Chopard, Marco Tomassini ... 226 pages - Publisher: Springer; (November, 2018) ... Language: English - ISBN-10: 3319930729 - ISBN-13: 978-3319930725

The authors stress the relative simplicity, efficiency, flexibility of use, and suitability of various approaches used to solve difficult optimization problems. The authors are experienced, interdisciplinary lecturers and researchers and in their explanations they demonstrate many shared foundational concepts among the key methodologies. This textbook is a suitable introduction for undergraduate and graduate students, researchers, and professionals in computer science, engineering, and logistics.

Contact Form

Name

Email *

Message *

Powered by Blogger.