Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jbytecode/notebooks


https://github.com/jbytecode/notebooks

julia jupyter-notebook operations-research optimization

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# notebooks

My Jupyter notebooks for some code snippets.

## assignment.ipynb

Julia example for an assignment problem

## bisection-method.ipynb

Bisection method

## lad.ipynb

Least absolute deviations regression estimator (Linear Programming)

## newton-multiple.ipynb

Newton's method for minimizing multivariate functions

## transportation.ipynb

An example of transportation problem in Julia

## shortestpath.ipynb

An example of linear programming solution for a shortest path problem