Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 267 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 267 Bytes

pso-go

A library of PSO (Particle Swarm Optimization) for golang.

How to install

Execute a following command.

go get github.com/tenntenn/pso-go

How to use

A test program pso_testing.go shows an example of basic usage.