Data Science Fundamentals

Introduction to Mathematical Optimisation in Python

Beginner’s practical guide to discrete optimisation in Python

Zolzaya Luvsandorj
Towards Data Science
10 min readDec 2, 2023

--

Data Scientists tackle a wide range of real-life problems using data and various techniques. Mathematical optimisation, a powerful technique that can be applied to a wide range of problems in many domains, makes a great investment to Data Scientists’ toolkit. In this practical introductory post, we will familiarise with three popular optimisation libraries in Python…

--

--