buarquepedro / swarm-intelligenceLinks
Implementation of some swarm intelligence and evolutionary algorithms
☆17Updated 7 years ago
Alternatives and similar repositories for swarm-intelligence
Users that are interested in swarm-intelligence are comparing it to the libraries listed below
Sorting:
- Python implementation of state-of-art meta-heuristic and evolutionary optimization algorithms.☆12Updated 3 years ago
- Implementation of basic reinforcement learning algorithms (Q-learning, SARSA, Policy iteration and Value Iteration) on benchmark RL MDPs …☆37Updated 9 years ago
- 0-1 Knapsack Approximation with Genetic Algorithms☆27Updated 4 years ago
- Using Genetic Algorithms to optimize Recurrent Neural Network's Configuration☆81Updated 8 years ago
- Capacitated Vehicle Routing Problem with Time Windows (NP-Hard). Winner at ICHack 18.☆29Updated 8 years ago
- Swarm intelligence optimizer☆36Updated 3 weeks ago
- A feature selection method based on modified binary ant colony optimization algorithm☆11Updated 6 years ago
- Python implementation of QBSO-FS : a Reinforcement Learning based Bee Swarm Optimization metaheuristic for Feature Selection problem.☆59Updated 5 years ago
- Tuning the Parameters of Heuristic Optimizers (Meta-Optimization / Hyper-Parameter Optimization)☆56Updated 7 years ago
- Several different implementations of the A-Star search algorithm, including a Bidirectional version - used for finding the shortest path …☆23Updated last year
- PSO-SA - a hybrid Particle Swarm Optimization and Simulated Annealing algorithm for automatic AI algorithm selection and tuning (for skle…☆13Updated 6 years ago
- ☆40Updated 5 years ago
- A collection of black-box optimizers with a focus on evolutionary algorithms☆28Updated 6 years ago
- Artificial Bee Colony Algorithm in Python.☆112Updated 4 years ago
- Genetic algorithm tutorial for Python☆175Updated 7 years ago
- Keras Reinforcement Learning Projects published by Packt☆53Updated 3 years ago
- This is the source code to simulate model-based (MB) and model-free (MF) reinforcement learning algorithms with replays in grid worlds.☆14Updated 3 years ago
- Solving the Traveling Salesman problem with 49 US Capitals using a genetic algorithm☆16Updated 8 years ago
- Library of swarm optimization algorithms.☆141Updated 5 years ago
- Optimization of permutation flow shop scheduling on the basis of makespan computation using natural algorithms. Done as a master's degree…☆13Updated 6 years ago
- K-Means Clustering using Python from Scratch☆129Updated 8 years ago
- Tabular Reinforcement Learning Algorithms with NumPy & Visualizations with Seaborn☆19Updated 7 years ago
- A Simple Path-Finding Agent, based on DQN Algorithm (My B.Sc. Thesis, Phase 1/3)☆27Updated 8 months ago
- Reinforce Learing, Q-Rounting, Shortest-Path☆102Updated 8 years ago
- Matlab source code of the paper "D. Wu and X. Tan, Multitasking Genetic Algorithm (MTGA) for Fuzzy System Optimization, IEEE Trans. on Fu…☆30Updated 6 years ago
- Heuristic Optimization for Python☆73Updated 6 years ago
- Jupyter/IPython notebooks about evolutionary computation.