Optimization Algorithms (Manning)
Monday, 21 October 2024

This book introduces AI algorithms designed to solve complex and poorly-structured problems such as "What’s the fastest route from one place to another?" "How do you calculate the optimal price for a product?" and "How should you plant crops, allocate resources, and schedule surgeries?" 

<ASIN:163343883X>

Dr. Alaa Khamis uses case studies to introduce a wide range of optimization methods, from deterministic search algorithms to stochastic derivative-free metaheuristic algorithms and machine learning methods without complex mathematical notation.

Author: Dr. Alaa Khamis
Publisher: Manning
Date: September 2024
Pages: 536
ISBN: 978-1633438835
Print: 163343883X
Kindle: B0DCG7MN9P
Audience: General
Level: Intermediate
Category: Artificial Intelligence

optalg

Topics include:

  • 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

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner


Learn Enough Python to Be Dangerous (Pearson)

Author: Michael Hartl
Publisher: Addison-Wesley
Date: June 2023
Pages: 448
ISBN: 978-0138050955
Print: 0138050953
Kindle: ‎ B0C4VCSD1G
Audience: Python
Rating: 2
Reviewer: Ian Elliot
Learning Python is a great idea but "enough to be dangerous"?



SQL Server 2022 Query Performance Tuning (Apress)

Author: Grant Fritchey
Publisher: Apress
Pages: 745
ISBN:978-1484288900
Print:1484288904
Kindle:B0BLYD98SQ
Audience: DBAs & SQL Devs
Rating: 4.7
Reviewer: Ian Stirk 

A popular performance tuning book gets updated for SQL Server 2022, how does it fare?


More Reviews