Skip to content

ICB-DCM/pyscat

Repository files navigation

ReadTheDocs status PyPI - Version DOI

PyScat

A Python library for scatter-search metaheuristics.

Note This package is still under development. Documentation is incomplete, and the API may change without notice. For now, please use the scatter search implementation in pyPESTO.

PyScat currently implements two scatter-search algorithms:

PyScat currently builds on top of the pyPESTO framework for parameter estimation and leverages its problem definition and optimizer interfaces.

📖 Documentation

Documentation is available at pyscat.readthedocs.io.

📦 Installation

From PyPI:

pip install pyscat

Latest development version from GitHub:

pip install git+https://github.com/ICB-DCM/pyscat@main