cybershuttle-tune

Parameter Tunning Library for CyberShuttle


Keywords
CyberShuttle, Prameter, Tunning, Parameter, Sweeping
License
Apache-2.0
Install
pip install cybershuttle-tune==0.1.3

Documentation

Parameter Sweeping Library and Command line Interface for CyberShuttle Project

How to use

pip install cybershuttle-tune

Refer to examples for further usage information

Build instructions

python3.10 -m venv venv  ## Use python 3.10.6 or higher
source venv/bin/activate
pip install poetry
poetry shell

poetry install
poetry publish --build