Skip to content

Releases: qthequartermasterman/torch_pso

v1.2.1

11 Aug 03:00
18546bd
Compare
Choose a tag to compare
Merge pull request #11 from qthequartermasterman/SineCosineAlgorithm

Bump Version Number

v1.2.0

11 Aug 02:56
4dfc8c9
Compare
Choose a tag to compare
  • Implemented Sine Cosine Algorithm and Improved Sine Cosine Algorithm

v1.1.1

11 Aug 00:40
ec4ef34
Compare
Choose a tag to compare
  • Accelerated PSO

1.1.0: Merge pull request #7 from qthequartermasterman/ChaoticPSO

09 Aug 22:54
c3a6344
Compare
Choose a tag to compare
  • Generic PSO class
  • Generic Test System
  • Improved Test cases
  • Additional PSO variations

v1.0.2

08 Aug 22:11
613df23
Compare
Choose a tag to compare
  • Two new alternate PSO algorithms (Ring Topology and Autotuning)

v1.0.1

08 Aug 20:46
92209e3
Compare
Choose a tag to compare
  • Fixed dependencies for pip install
  • Implemented a sample Generational PSO algorithm