Skip to content
#

particle-swarm-optimization

Here are 332 public repositories matching this topic...

Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)

  • Updated Aug 10, 2021
  • Python
Gradient-Free-Optimizers
SimonBlanke
SimonBlanke commented Mar 9, 2021

I think it would be useful to have a grid search optimizer in this package. But its implementation would probably be quite different from other ones (sklearn, ...).

The requirements are:

  • The grid search has to stop after n_iter instead of searching the entire search space
  • The positions should not be precalculated at the beginning of the optimization (i have concerns about memory load).
swarmlib

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)

  • Updated Dec 16, 2020
  • Python
ypea

Improve this page

Add a description, image, and links to the particle-swarm-optimization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the particle-swarm-optimization topic, visit your repo's landing page and select "manage topics."

Learn more