Skip to content

Code Listings for the book: Optimization Algorithms. Manning Publications, 2023.

License

Notifications You must be signed in to change notification settings

utkarshp1161/Code-Listings

 
 

Repository files navigation

Optimization Algorithms: AI techniques for design, planning, and control problems

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.

Table of Contents

Optimization Algorithms: AI techniques for design, planning, and control problems

Citation

Plain text (IEEE style):

Alaa Khamis. Optimization Algorithms: AI techniques for design, planning, and control problems. Manning Publications, ISBN 9781633438835, 2023.

BibTeX:

@book{Khamis2023,
  title     = "Optimization Algorithms: AI techniques for design, planning, and control problems",
  author    = "Alaa Khamis",
  year      = 2023,
  publisher = "Manning Publications",
  address   = "Shelter Island, New York, United States"
}

About

Code Listings for the book: Optimization Algorithms. Manning Publications, 2023.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%