PawPol / PyPortOpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPortOpt

How to Install?

First create a virtual environment using venv module

mkdir env && python3 -m venv ./env && source ./env/bin/activate

Then install using:

pip install .

How to use it in your scripts?

from PyPortOpt import Optimizers as o
print(o.testFunction())
True

About

License:MIT License


Languages

Language:Python 100.0%