Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 905 Bytes

File metadata and controls

19 lines (10 loc) · 905 Bytes

Algorithms for Optimization in Python

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.


Inspiration

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.


Repository Structure

This repository is organized by chapters from the Algorithms for Optimization book. Each chapter’s code is contained within a dedicated notebook