qthequartermasterman / torch_pso

Particle Swarm Optimization implemented using PyTorch Optimizer API
MIT License
16 stars 1 forks source link

Implement other Particle Swarm Optimization algorithms #2

Closed qthequartermasterman closed 2 years ago

qthequartermasterman commented 2 years ago

Currently, only the naive PSO algorithm is implemented. This library should have support for other algorithms as well.

qthequartermasterman commented 2 years ago

This might be a useful resource in finding pseudocode for various PSO algorithms. https://www.hindawi.com/journals/mpe/2015/931256/