Scheme

Particle Swarm Optimization in Guile Scheme

Update: Ported the code to Clojure too. TL;DR: Inspired by a couple of posts implementing particle swarm optimization in Python and R, I implemented one in Guile Scheme. Here’s the Guile code, and here’s the Python translation of the same approach.