Skip to content

rayglover/AntColony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Ant Colony Simulation (F#)

screenshot

Demonstration of a simple path finding meta-heuristic, in the form of a colony of ants laying pheromone trails to pieces of food.

This example (from 2011) was used to demonstrate some of the features of F#, such as using algebraic data types (to define state automata) and asynchronous workflows (to execute multiple non-blocking simulations in parallel).

Usage

The script main.fsx can be run with F# Interactive unaltered.

License

Simplified BSD

About

Ant Colony simulation in F#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages