devleifr / ant-colony-optimizer

Ant Colony Optimization Algorithm Demo: Created using Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ant-colony-optimizer

Ant Colony Optimization Algorithm Written in Clojure

Overview My favorite metaheuristic optimization algorithm written in Clojure to experiment with the language's concurrency features.

Ant Colony Optimization (ACO) is my favorite algorithm because its elegance can be explained in a way anyone can understand. The focus of this repository is to implement ACO using FP best practices. Feedback/suggestions are greatly appreciated and the code is available for anyone to use.

About

Ant Colony Optimization Algorithm Demo: Created using Clojure

License:GNU General Public License v2.0


Languages

Language:Clojure 100.0%