• Stars
    star
    281
  • Rank 147,023 (Top 3 %)
  • Language
    Jupyter Notebook
  • License
    Other
  • Created almost 6 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Jupyter notebooks associated with the Algorithms for Optimization textbook

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