null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Optimization Algorithms (AI techniques for design, planning, and control problems)

List Price: $69.99
SKU:
9781633438835
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Alaa Khamis
    Format:
    Paperback
    Pages:
    536
    Publisher:
    Manning (September 10, 2024)
    Language:
    English
    ISBN-13:
    9781633438835
    ISBN-10:
    163343883X
    Weight:
    32oz
    Dimensions:
    7.375" x 9.25" x 1.2"
    File:
    Eloquence-SimonSchuster_08052026_P10441858_onix30_Complete-20260805.xml
    Folder:
    Eloquence
    List Price:
    $69.99
    As low as:
    $62.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Case Pack:
    14
    Imprint:
    Manning
  • Overview

    Solve design, planning, and control problems using modern AI techniques.

    Optimization problems are everywhere in daily life. What’s the fastest route from one place to another? How do you calculate the optimal price for a product? How should you plant crops, allocate resources, and schedule surgeries? Optimization Algorithms introduces the AI algorithms that can solve these complex and poorly-structured problems.

    In Optimization Algorithms: AI techniques for design, planning, and control problems you will learn:

    • The core concepts of search and optimization
    • Deterministic and stochastic optimization techniques
    • Graph search algorithms
    • Trajectory-based optimization algorithms
    • Evolutionary computing algorithms
    • Swarm intelligence algorithms
    • Machine learning methods for search and optimization problems
    • Efficient trade-offs between search space exploration and exploitation
    • State-of-the-art Python libraries for search and optimization

    Inside this comprehensive guide, you’ll find a wide range of optimization methods, from deterministic search algorithms to stochastic derivative-free metaheuristic algorithms and machine learning methods. Don’t worry—there’s no complex mathematical notation. You’ll learn through in-depth case studies that cut through academic complexity to demonstrate how each algorithm works in the real world. Plus, get hands-on experience with practical exercises to optimize and scale the performance of each algorithm.

    Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications.

    About the technology

    Every time you call for a rideshare, order food delivery, book a flight, or schedule a hospital appointment, an algorithm works behind the scenes to find the optimal result. Blending modern AI methods with classical search and optimization techniques can deliver incredible results, especially for the messy problems you encounter in the real world. This book shows you how.

    About the book

    Optimization Algorithms explains in clear language how optimization algorithms work and what you can do with them. This engaging book goes beyond toy examples, presenting detailed scenarios that use actual industry data and cutting-edge AI techniques. You will learn how to apply modern optimization algorithms to real-world problems like pricing products, matching supply with demand, balancing assembly lines, tuning parameters, coordinating mobile networks, and cracking smart mobility challenges.

    What's inside

    • Graph search algorithms
    • Metaheuristic algorithms
    • Machine learning methods
    • State-of-the-art Python libraries for optimization
    • Efficient trade-offs between search space exploration and exploitation

    About the reader

    Requires intermediate Python and machine learning skills.

    About the author

    Dr. Alaa Khamis is an AI and smart mobility technical leader at General Motors and a lecturer at the University of Toronto.

    The technical editor on this book was Frances Buontempo.

    Table of Contents

    PART 1
    1 Introduction to search and optimization
    2 A deeper look at search and optimization
    3 Blind search algorithms
    4 Informed search algorithms
    PART 2
    5 Simulated annealing
    6 Tabu search
    PART 3
    7 Genetic algorithms
    8 Genetic algorithm variants
    PART 4
    9 Particle swarm optimization
    10 Other swarm intelligence algorithms to explore
    PART 5
    11 Supervised and unsupervised learning
    12 Reinforcement learning
    included with the eBook only:
    Appendix A
    Appendix B
    Appendix C