stochopy-viewer is a Graphical User Interface (GUI) for stochopy. It mainly aims to show how various stochastic algorithms and their hyperparameters affect the sampling or optimization on common benchmark functions.
The recommended way to install stochopy-viewer and all its dependencies is through the Python Package Index:
pip install git+https://github.com/keurfonluu/stochopy-viewer.git --user
Otherwise, clone and extract the package, then run from the package location:
pip install . --user
To run stochopy-viewer, simply execute the command line:
stochopy-viewer
Otherwise, in a Python script:
from stochopy_viewer import main
main()