Skip to content

URI-ABD/search-rivals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Rivals

Search algorithms to test against CLAM-CAKES.

Installation Instructions

  1. Create a Python virtual environment. The examples here assume Python 3.9.x and bash for the shell.
python -m venv .venv
source .venv/bin/activate
  1. Upgrade pip, setuptools and wheel.
pip install --upgrade pip setuptools wheel
  1. Install this package:
pip install -e .
  1. Run it from the terminal:
python -m rivals

About

Search algorithms to test against CLAM-CAKES

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published