Skip to content

st1lson/AntColony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntColony

config.json example

{
  "Path": "default.txt",
  "MaxIterations": 1000,
  "Alpha": 3,
  "Beta": 2,
  "Rho": 0.6
}