Implementation and visualization of different swarm optimization algorithms.
Project description
swarmlib
Description
This repository implements several swarm optimization algorithms and visualizes their (intermediate) solutions. To run the algorithms one can either use the CLI (recommended) or the API.
For a list of all available algorithms and their detailed description checkout the wiki.
Installation
You can install the package with pip
from pypi.
Installing the library in a virtual environment is recommended:
# Create virtual environment
python3 -m venv .venv
source .venv/bin/activate
# Install the latest version of swarmlib
pip install --upgrade swarmlib
# Verify installation
swarm --version
Usage
To print all available algorithms:
swarm --help
Contribution
If you found a bug or are missing a feature do not hesitate to file an issue or to ask questions on gitter.
Pull Requests are welcome!
Wiki
Swarmlib's wiki includes all of the documentation and more details to each algorithm. It can be found here.
Support
When you like this package make sure to star the repository. I am always looking for new ideas and feedback.
In addition, it is possible to sponsor this project via PayPal or GitHub sponsors.
Example
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for swarmlib-0.12.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 375c173c98df2764be000bdabe067ed948695b129f8031462ba87a73409d4fc6 |
|
MD5 | 4c83ee5903e984bb49f4f1d3dc5aa6fe |
|
BLAKE2b-256 | affdbd7390fd46266dda7a2bd961e65e00f2d9ce7112f2405837d33015d8a688 |