About PyScat
============
.. image:: https://zenodo.org/badge/1103842718.svg
:target: https://doi.org/10.5281/zenodo.17787407
:alt: Zenodo DOI
PyScat is a Python library implementing scatter-search metaheuristics
for global optimization.
.. note::
This package is still under development.
Documentation is incomplete, and the API may change without prior notice.
Repository: https://github.com/ICB-DCM/pyscat
Installation
------------
Releases from `PyPI `_:
.. code-block:: bash
pip install pyscat
The latest development version from GitHub:
.. code-block:: bash
pip install git+https://github.com/ICB-DCM/pyscat.git#egg=pyscat
Algorithms
----------
* Enhanced Scatter Search (eSS)
Based on `Egea et al. (2007) `_
* Self-Adaptive Cooperative enhanced Scatter Search (saCeSS)
Based on `Penas et al. (2017) `_