No description
- Python 90%
- Nix 10%
| images | ||
| res | ||
| problem-statement.pdf | ||
| README.md | ||
| requirements.txt | ||
| script.py | ||
| shell.nix | ||
LSTQR vs CG
This small python script compare the Least Square method to the Conjugate Gradient method in the context given in the problem-statement file.
How to use
Install dependency
Two options:
- Either use pip:
pip install -r requirements.txt - Use nix:
nix-shellif nix is installed on your machine
Launch the script
Simply run python script.py
