An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: swarm-intelligence-algorithms

aresio/fst-pso

A settings-free global optimization method based on PSO and fuzzy logic

Language: Python - Size: 110 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 38 - Forks: 22

Wandmalfarbe/Glowworm-Swarm-Optimization-Java

A Java implementation and visualization of the glowworm swarm optimization (GSO) algorithm invented by Krishnanand N. Kaipa and Debasish Ghose.

Language: Java - Size: 34.1 MB - Last synced at: about 15 hours ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 1

thieu1995/IntelELM

IntelELM: A Python Framework for Intelligent Metaheuristic-based Extreme Learning Machine

Language: Jupyter Notebook - Size: 4.2 MB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 16 - Forks: 4

mert-byrktr/PSO-Hyperparameter-Selection

Hyperparameter selection on machine learning models using Particle Swarm Optimization

Language: Python - Size: 28.3 KB - Last synced at: 7 days ago - Pushed at: 12 months ago - Stars: 4 - Forks: 0

Ahmed-AI-01/Swarm

Language: Jupyter Notebook - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

aliasgharheidaricom/RUN-Beyond-the-Metaphor-An-Efficient-Optimization-Algorithm-Based-on-Runge-Kutta-Method

The optimization field suffers from the metaphor-based “pseudo-novel” or “fancy” optimizers. Most of these cliché methods mimic animals' searching trends and possess a small contribution to the optimization process itself. Most of these cliché methods suffer from the locally efficient performance, biased verification methods on easy problems, and high similarity between their components' interactions. This study attempts to go beyond the traps of metaphors and introduce a novel metaphor-free population-based optimization based on the mathematical foundations and ideas of the Runge Kutta (RK) method widely well-known in mathematics. The proposed RUNge Kutta optimizer (RUN) was developed to deal with various types of optimization problems in the future. The RUN utilizes the logic of slope variations computed by the RK method as a promising and logical searching mechanism for global optimization. This search mechanism benefits from two active exploration and exploitation phases for exploring the promising regions in the feature space and constructive movement toward the global best solution. Furthermore, an enhanced solution quality (ESQ) mechanism is employed to avoid the local optimal solutions and increase convergence speed. The RUN algorithm's efficiency was evaluated by comparing with other metaheuristic algorithms in 50 mathematical test functions and four real-world engineering problems. The RUN provided very promising and competitive results, showing superior exploration and exploitation tendencies, fast convergence rate, and local optima avoidance. In optimizing the constrained engineering problems, the metaphor-free RUN demonstrated its suitable performance as well. The authors invite the community for extensive evaluations of this deep-rooted optimizer as a promising tool for real-world optimization. The source codes, supplementary materials, and guidance for the developed method will be publicly available at different hubs at http://aliasgharheidari.com/RUN.html.

Language: MATLAB - Size: 2.91 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 5 - Forks: 2

nimishbongale/SpiderMonkey 📦

This is a repository which contains all the code for the Spider Monkey Optimization Algorithm, associated with Chapter 6, Machine Learning for Intelligent Decision Science. https://link.springer.com/book/10.1007/978-981-15-3689-2

Language: Python - Size: 4.03 MB - Last synced at: 12 months ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 8

chen0040/cs-swarm-intelligence

Swam intelligence for numerical optimization implemented in .NET

Language: C# - Size: 357 KB - Last synced at: 24 days ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 3

ErfanFathi/pso

This repository include implementation of particle swarm optimization (pso) algorithm in C++

Language: C++ - Size: 1.9 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 24 - Forks: 3

anandi1989/Fun-With-SOEC

Stochastic Optimization and Evolutionary Computing Algorithm implementation in python

Language: Python - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 1

jan-golda/AGH-OperationalResearch 📦

AGH University of science and technology - Operational Research Labs - Project

Language: Python - Size: 644 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

RemcoMusic/SwarmboTron

SwarmboTron is a low budget swarm implementation of real and simulated robots. The swarm is able to work together to achieve a certain goal.

Language: C++ - Size: 128 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

redb0/gotpy

Library for global optimization of multiextremal nondifferentiable functions.

Language: Python - Size: 42 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 0

sarthak268/Swarm_Intelligence_Models

Implementation of Popular Swarm Intelligence Models

Language: Python - Size: 20.3 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 0

miladpayandehh/QAP-using-Ant-Colony-Algorithm

Language: MATLAB - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

miladpayandehh/knapsack-problem-using-Ant-Colony-Optimization

Language: MATLAB - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

miladpayandehh/TSP-using-Ant-Colony-Algorithm

The travelling salesman problem (TSP) asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city?"

Language: MATLAB - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

miladpayandehh/Artificial-Bee-Colony-Algorithm

Artificial bee colony (ABC) algorithm is an optimization technique that simulates the foraging behavior of honey bees, and has been successfully applied to various practical problems.

Language: MATLAB - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

banerjeesamrat/Particle-Swarm-Optimization

Dissertation project on analysis of Particle Swarm Optimization Algorithm

Size: 8.27 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

ravexina/GSA

GSA: Gravitational Search Algorithm In Python

Language: Python - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 4

Hephyrius/Ki 📦

Hobbyist Library Combining Machine Learning with Heuristics, Tested Across Supervised and Reinforcement Domains

Language: Python - Size: 82 KB - Last synced at: 29 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

sraaphorst/dispersive-flies-optimization

A Python implementation of the Dispersive Flies Optimization algorithm, and an implementation to find Steiner systems

Language: Python - Size: 14.6 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

Bread-and-Code/Hive-TSP Fork of Samsomyajit/Hive-TSP

Approaching the Travelling Salesman Problem using Hive(Beehive) simulations.

Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

alexnaughtonjr/cvg_quadrotor_swarm Fork of cvar-upm/cvg_quadrotor_swarm

🚁 Software framework for vision-based quadrotor multi-robot systems

Size: 3.88 MB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

giorgosR/xevo

Evolutionary and Swarm Intelligence algorithms

Language: C++ - Size: 4.32 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

SotirisFtiakas/Stochastic-Diffusion-Search-for-Feature-Selection

Implementation of the Stochastic Diffusion Search Nature-Inspired Swarm-Intelligence Optimization algorithm to solve the Curse of Dimensionality in Data Science and Machine Learning applications. This is a project for the "Optimization" module of AUTh Computer Science Department.

Language: Jupyter Notebook - Size: 37.1 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

GiliardGodoi/particle-swarm-optimization

An implementation of PSO

Language: Python - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

trifectalabs/myriad

A Scala Akka library for swarm intelligence algorithms

Language: Scala - Size: 77.1 KB - Last synced at: about 1 month ago - Pushed at: almost 8 years ago - Stars: 5 - Forks: 0

BeardedWhale/MusicGeneration

Generating music Midi files with Particle Swarm Optimisation

Language: Java - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Related Keywords
swarm-intelligence-algorithms 29 swarm-intelligence 14 particle-swarm-optimization 9 optimization-algorithms 9 optimization 8 ant-colony-optimization 7 swarm 6 pso 5 machine-learning 5 pso-algorithm 4 swarm-robotics 4 genetic-algorithm 4 python 3 travelling-salesman-problem 3 bee-colony-optimization 2 nature-inspired-algorithms 2 neural-networks 2 artificial-intelligence 2 bees-algorithm 2 swarms 2 mathematics 2 algorithm 2 swarm-algorithm 2 evolutionary-computation 2 swarm-cluster 2 visualization 2 optimization-tools 2 python3 2 evolutionary-algorithms 2 swarms-project 2 knapsack-problem 1 artificial-bee-colony 1 analysis 1 clustering 1 music-generation 1 quadratic-assignment-problem 1 shepherding 1 multiagent-systems 1 multiagent-planning 1 hacktoberfest2022 1 hacktoberfest-accepted 1 hacktoberfest 1 test-functions 1 test-function 1 stochastic-optimization 1 minimization 1 global-optimization 1 cybernetics 1 blackbox-optimization 1 robots 1 scala-akka-library 1 scala 1 akka 1 stochastic-diffusion-search 1 sds 1 feature-selection 1 data-science 1 xtensor 1 swarmpit 1 swarm-mode 1 simulation-model 1 hive 1 sts 1 steiner-systems 1 sqs 1 heuristic-search-algorithms 1 flies 1 reinforcement-learning 1 particle-swarm-optimisation 1 neuroevolution 1 heuristics 1 gsa 1 shortest-path-routing-algorithm 1 research-paper 1 genetic-algorithms 1 dissertation 1 data-mining 1 clustering-algorithm 1 benchmarking 1 tlbo-algorithm 1 grey-wolf-optimizer 1 ant-colony-algorithm 1 abc-algorithm 1 abc 1 hyperparameter-tuning 1 hyperparameter-search 1 hyperparameter-optimization 1 whale-optimization-algorithm 1 scikit-learn 1 regression-models 1 mha-elm 1 metaheuristic-based-extreme-learning-machine 1 metaheuristic-algorithms 1 extreme-learning-machine 1 elm 1 classification-models 1 nature-inspired-computation 1 metaheuristics 1 javafx 1 java 1