firefly-algorithm topic

List firefly-algorithm repositories

swarmlib

485
Stars
108
Forks
Watchers

This repository implements several swarm optimization algorithms and visualizes them. Implemented algorithms: Particle Swarm Optimization (PSO), Firefly Algorithm (FA), Cuckoo Search (CS), Ant Colony...

LibOptimization

56
Stars
18
Forks
Watchers

LibOptimization is numerical optimization algorithm library for .NET Framework. / .NET用の数値計算、最適化ライブラリ

Wrapper-Feature-Selection-Toolbox

159
Stars
35
Forks
Watchers

This toolbox offers more than 40 wrapper feature selection methods include PSO, GA, DE, ACO, GSA, and etc. They are simple and easy to implement.

Wrapper-Feature-Selection-Toolbox-Python

233
Stars
68
Forks
Watchers

This toolbox offers 13 wrapper feature selection methods (PSO, GA, GWO, HHO, BA, WOA, and etc.) with examples. It is simple and easy to implement.

OptimisationAlgorithms

19
Stars
5
Forks
Watchers

Searching global optima with firefly algorithm and solving traveling salesmen problem with genetic algorithm

Computational-intelligence

85
Stars
10
Forks
Watchers

记录计算智能优化算法的学习笔记,通过阅读论文并复现的形式加深对相关的启发式智能优化的理解。