Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 430 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 430 Bytes

Optimization algorithms

These are my optimization homeworks. It includes some one-demision optimization algorithms.

Envrionment

  • Python 3.9.2(Maybe other version can also be useful.)
  • Other dependences can be found in the virtual environment

Get start

git clone https://github.com/ExpectoPatronumX/optimization_algorithm.git
cd optimization_algorithm
source .venv/bin/activate

Then you can run codes.