Code Listings for the book: Optimization Algorithms:Optimization Algorithms: AI techniques for design, planning, and control problems. Manning Publications, 2023.
Optimization problems are ubiquitous in different aspects of life. This book is written for practitioners interested in solving ill-structured search and optimization problems using modern derivative-free algorithms. The book will get you up to speed with the core concepts of search and optimization and endow you with the ability to deal with practical design, planning and control problems.
Without assuming any prior knowledge of search and optimization and with an intermediate knowledge of data structures and Python, this book has been written to take most anyone from never solving search and optimization problems to being a well-rounded search and optimization practitioner able to select, implement and adapt the right solver for the right problem.
- Chapter-1 Introduction to Search and Optimization
- Part-I Deterministic Seach Algorithms
- Part-II Trajectory-based Algorithms
- Part-III Evolutionary Computing Algorithms
- Part-IV Swarm Intelligence Algorithms
- Part-V Machine Learning-based Methods
- Appendices