ellisbrown / algforopt-notebooks

Jupyter notebooks associated with the Algorithms for Optimization textbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Jupyter Notebook 92.4%Language:Julia 7.6%