Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbytecode/notebooks
https://github.com/jbytecode/notebooks
julia jupyter-notebook operations-research optimization
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbytecode/notebooks
- Owner: jbytecode
- License: mit
- Created: 2021-12-16T20:20:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T17:25:56.000Z (8 months ago)
- Last Synced: 2024-04-01T18:39:48.984Z (8 months ago)
- Topics: julia, jupyter-notebook, operations-research, optimization
- Language: Jupyter Notebook
- Homepage:
- Size: 875 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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