Skip to content

keurfonluu/stochopy-viewer

Repository files navigation

stochopy-viewer

License Stars Code style: black

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.

stochopy_viewer

Installation

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

Usage

To run stochopy-viewer, simply execute the command line:

stochopy-viewer

Otherwise, in a Python script:

from stochopy_viewer import main

main()