0% found this document useful (0 votes)
40 views

Hands-On Mathematical Optimization With Python

Uploaded by

qn9196120
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

Hands-On Mathematical Optimization With Python

Uploaded by

qn9196120
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Hands-On Mathematical Optimization with

Python
Krzysztof Postek, Boston Consulting Group, Amsterdam, Alessandro
Zocca, Vrije Universiteit Amsterdam, Joaquim A. S. Gromicho, University
of Amsterdam & ORTEC, Jeffrey C. Kantor, University of Notre Dame,
Indiana

Publication date
Digital publication date: 14 May 2025
Physical publication date: 16 January 2025

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 Find out more
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. View resources

Key features
Covers all the mathematical fundamentals needed to understand how to implement and solve
optimization problems, with a good balance between applications and theory
Focuses on active learning, with numerous examples, exercises and code samples to build a
deeper understanding
Employs more than 50 Jupyter notebooks with optimization applications, allowing students to
see how the theoretical constructs drive solutions to real-life problems
Highlights the impact that uncertainty might have on solutions of optimization problems and
teaches various approaches to handle it
Explores the choices one needs to make when modeling a real-life problem mathematically

This flyer was generated on 08 June 2025 at 04:31 and the information may have been
updated since generation.
Resources
There are 3 free resources and 1 Instructor restricted resource available for this book. Go to the
resources page

About the book


Subjects: Control Systems and Optimisation, Engineering, Mathematics, Optimisation
Format: Paperback , Price: US$49.99
Publication date: 16 January 2025, ISBN: 9781009493505
Format: Digital , Price: US$49.99
Publication date: 14 May 2025, ISBN: 9781009493512

https://doi.org/10.1017/9781009493512

Contents
1 - Mathematical Optimization 8 - Robust Optimization
2 - Linear Optimization 9 - Stochastic Optimization
3 - Mixed-Integer Linear Optimization 10 - Two-Stage Problems
4 - Network Optimization Appendix A - Linear Algebra Primer
5 - Convex Optimization Appendix B - Solutions of Selected Exercises
6 - Conic Optimization References
7 - Accounting for Uncertainty: Optimization Meets Reality Index

This flyer was generated on 08 June 2025 at 04:31 and the information may have been
updated since generation.

You might also like