https://github.com/ilyasyoy/optimize-lab1
https://github.com/ilyasyoy/optimize-lab1
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilyasyoy/optimize-lab1
- Owner: IlyasYOY
- License: mit
- Created: 2018-04-06T11:27:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T22:46:54.000Z (over 7 years ago)
- Last Synced: 2025-02-14T07:51:22.852Z (8 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# optimize-lab1
This repo contains program that helps students to solve first lab.
This program written in Python 3.5.
To make program work correctly you have to add python in your path, install required packages:
`# pip install numpy`
`# pip install scipy`
`# pip install fire`
and run:
`$ python main.py`