Krzysztof Postek, Alessandro Zocca, Joaquim A. S. Gromicho, Jeffrey C. Kantor
Description
A practical book on mathematical optimization using Python.
Short Summary
This practical guide to optimization combines mathematical theory with hands-on coding examples to explore how Python can be used to model problems and obtain the best possible solutions.
Presenting a balance of theory and practical applications, it is the ideal resource for upper-undergraduate and graduate students in applied mathematics, data science, business, industrial engineering and operations research, as well as practitioners in related fields.
Beginning with an introduction to the concept of optimization, this text presents the key ingredients of an optimization problem and the choices one needs to make when modeling a real-life problem mathematically. Topics covered range from linear and network optimization to convex optimization and optimizations under uncertainty.
The book's Python code snippets, alongside more than 50 Jupyter notebooks on the author's GitHub, allow students to put the theory into practice and solve problems inspired by real-life challenges, while numerous exercises sharpen students' understanding of the methods discussed.
When & Why?
This book covers all the mathematical fundamentales needed to understand how to implement and solve optimization problems. Its suitable for those who have a basic knowledge of calculus and python programming. Apart from optimization, it also highlights the impact of uncertainty on optimization solutions.
How to?
The book also comes with a good companion website for the Jupyter notebook examples. Very intuitiev for learners who appreciate practical examples that could be easily implemented.
Review: what is good & less good?
Very practical and uses open source tools!
More Articles For You
Operational planning and campaign optimization
Cristina Radu
(Supply Chain Optimization)

Strategic planning and network design
Cristina Radu
(Supply Chain Optimization)

A Brief History of Linear and Mixed-Integer Programming Computation
Robert E. Bixby
(Technical knowledge)

Sudoku
Julian Hall
(Technical knowledge)
