This repository contains the Python translations of Ruby code examples from the book Algorithms for Optimization by Mykel J. Kochenderfer and Tim A. Wheeler.
Citation:
Kochenderfer, Mykel J. and Wheeler, Tim A. Algorithms for Optimization. The MIT Press, 2019.
The original code in the book is written in Ruby. My goal is to make the examples more accessible to Python enthusiasts and the open-source community. By providing a Python-based reference, I hope to help others learn, experiment with, and implement algorithms from this excellent resource.
This repository is organized by chapters from the Algorithms for Optimization book. Each chapter’s code is contained within a dedicated notebook