Skip to content

oliver-leung/as18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

as18

A Python implementation of https://arxiv.org/abs/1709.01535.

Project setup

Ensure that you have Python 3.7 or higher installed, then run (on a Linux/macOS terminal):

python -m venv .venv # Create a virtual environment for this project
source .venv/bin/activate # Activate the venv
pip install -Uqr requirements.txt # Install dependencies into the venv
# ...
# Run Python to your heart's content
# ...
deactivate # Leave the venv

Run the algorithm

python as18/as18.py

Test functions

Simply run pytest in your terminal.

About

A Python implementation of https://arxiv.org/abs/1709.01535

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages