KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
opt4ds
★ 18
Open GitHub ↗
Optimization Models and Algorithms
Download README (.md)
Explore Similar Repositories
angular-theming
:
No description available.
OpenAPIReflection
:
Additional support for turning Swift Types into OpenAPISchema
particle
:
A lightweight CSS framework for creation of pages structrure
chesspos
:
Embedding based chess position search and embedding learning for chess positions
vk_messages
:
Custom library to pass messages API restriction
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
opt4ds
?
Download (.md)
# Operations Research 2K26 This repository contains the Notebook used during the Operations Research (#orms) course at the [Department of Mathematics](https://matematica.unipv.it/) at the University of Pavia. Every notebook can be opened directly on the web using Google Colab, by clicking on the corresponding Colab icon. This repository is maintained by the [Computational Optimization Research Group](https://www.compopt.it/). You are welcome to contribute! ## Python Notebooks | Data | Notebook | Link | |:-|:-|:-| ColorTransfer |**[2026/05/04]**|*Traveling Student Problem*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/TSP.ipynb)| |**[2026/04/20]**|*Color Transfer*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/ColorTransfer.ipynb)| |**[2026/03/30]**|*Modeling and Forecast Italian Electricity Market*|[lab_scaffold.py](https://github.com/mathcoding/opt4ds/blob/master/scripts/lab_scaffold.py)| |**[2026/03/23]**|*Linear Regression*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/Linear_Regression.ipynb)| |**[2026/03/09]**|*Python and Gurobi*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/Python_and_Gurobi.ipynb)| |**[2026/03/09]**|*Python in a Nutshell: Autograder*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/Python_in_a_Nutshell_Autograder.ipynb)| |**[2026/03/02]**|*Python in a Nutshell*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/Python_in_a_Nutshell.ipynb)| ## Homeworks solutions | Data | Solution | Link | |:-|:-|:-| |**[2026/03/30]**|*Linear regression Diabete dataset*|[regression_diabete.py](https://github.com/mathcoding/opt4ds/blob/master/scripts/regression_diabete.py)| |**[2026/03/30]**|*Linear regression noisy sin(x)*|[regression_sin.py](https://github.com/mathcoding/opt4ds/blob/master/scripts/regression_sin.py)| |**[2026/03/23]**|*Solution for Sudoku*|[sudoku.py](https://github.com/mathcoding/opt4ds/blob/master/scripts/sudoku.py)| ### License <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title"><b>#ORMS Notebooks</b></span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://matematica.unipv.it/gualandi" property="cc:attributionName" rel="cc:attributionURL">Stefano Gualandi</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="https://github.com/mathcoding/opt4ds" rel="dct:source">https://github.com/mathcoding/opt4ds</a>.