All Projects → HaaLeo → Swarmlib

HaaLeo / Swarmlib

Licence: bsd-3-clause
This repository implements several swarm optimization algorithms and visualizes them. Implemented algorithms: Particle Swarm Optimization (PSO), Firefly Algorithm (FA), Cuckoo Search (CS), Ant Colony Optimization (ACO), Artificial Bee Colony (ABC), Grey Wolf Optimizer (GWO) and Whale Optimization Algorithm (WOA)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Swarmlib

Mal
MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
Stars: ✭ 104 (-14.05%)
Mutual labels:  pypi
Geth Dev
A Docker Image to create a set of mining, local Ethereum nodes for development
Stars: ✭ 109 (-9.92%)
Mutual labels:  swarm
Decryptlogin
APIs for loginning some websites by using requests.
Stars: ✭ 1,861 (+1438.02%)
Mutual labels:  pypi
Optimviz
Visualize optimization algorithms in MATLAB.
Stars: ✭ 106 (-12.4%)
Mutual labels:  optimization-algorithms
Yakutils
🐃 Yet another toolbox of Python 3 helper functions.
Stars: ✭ 111 (-8.26%)
Mutual labels:  pypi
Linuxacademy Dl
Download videos from Linux Academy (linuxacademy.com) for personal offline use
Stars: ✭ 111 (-8.26%)
Mutual labels:  pypi
Rain
🌧️ A live example to illustrate python packaging, testing, building, & deploying
Stars: ✭ 99 (-18.18%)
Mutual labels:  pypi
Tradingstrategies
Algorithmic trading strategies
Stars: ✭ 120 (-0.83%)
Mutual labels:  optimization-algorithms
Norepeat
The norepeat package contains some magical function, tools
Stars: ✭ 111 (-8.26%)
Mutual labels:  pypi
Web3.js
Ethereum JavaScript API
Stars: ✭ 12,601 (+10314.05%)
Mutual labels:  swarm
Labs
This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome.
Stars: ✭ 10,443 (+8530.58%)
Mutual labels:  swarm
Bee
Bee is a Swarm client implemented in Go. It’s the basic building block for the Swarm network: a private; decentralized; censorship-resistant and self-sustaining network for storing your (application) data.
Stars: ✭ 108 (-10.74%)
Mutual labels:  swarm
Cilib
Typesafe, purely functional Computational Intelligence
Stars: ✭ 114 (-5.79%)
Mutual labels:  optimization-algorithms
Rdflib
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
Stars: ✭ 1,584 (+1209.09%)
Mutual labels:  pypi
Freenom Dns Updater
A tool to update freenom's dns records
Stars: ✭ 117 (-3.31%)
Mutual labels:  pypi
Grest
Build REST APIs with Neo4j and Flask, as quickly as possible!
Stars: ✭ 102 (-15.7%)
Mutual labels:  pypi
Spring Cloud Example
Stars: ✭ 111 (-8.26%)
Mutual labels:  swarm
Rectorch
rectorch is a pytorch-based framework for state-of-the-art top-N recommendation
Stars: ✭ 121 (+0%)
Mutual labels:  pypi
Best Of Python
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.
Stars: ✭ 1,869 (+1444.63%)
Mutual labels:  pypi
Tinvest
Тинькофф Инвестиции, tinkoff, python, aiohttp, requests, pydantic
Stars: ✭ 115 (-4.96%)
Mutual labels:  pypi

swarmlib

Pypi PyPI - Python Version Pypi - Downloads Stars
PyPI - License Lint, Test, Bundle and Deploy Codecov
Chat on Gitter Donate PRs Welcome

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. For a more detailed guide checkout the CONTRIBUTING.md file.

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

Particle Swarm Optimization

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].