Skip to content

Jupyter notebooks associated with the Algorithms for Optimization textbook

License

Notifications You must be signed in to change notification settings

yibit/algforopt-notebooks

 
 

Repository files navigation

Algorithms for Optimization Jupyter Notebooks

This repository contains supplemental Jupyter notebooks to accompany Algorithms for Optimization by Mykel Kochenderfer and Tim Wheeler. These notebooks were generated from the Algorithms for Optimization source code. We provide these notebooks to aid with the development of lectures and understanding the material, with the hope that you find it useful.

Installation

All notebooks have Julia 1.0.1 kernels. Julia can be installed here.

Rendering is managed by PGFPlots.jl. Please see their documentation for important installation instructions.

Julia notebooks are supported by IJulia.

Once the repo is cloned, one can set up the required packages from the terminal before launching the jupyter notebook:

export JULIA_PROJECT="@."
julia -e 'using Pkg; pkg"instantiate"'
jupyter notebook

About

Jupyter notebooks associated with the Algorithms for Optimization textbook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.9%
  • Julia 6.1%