An open API service indexing awesome lists of open source software.

https://github.com/st1lson/antcolony


https://github.com/st1lson/antcolony

algorithm ant-colony-algorithm ant-colony-optimization csharp salesman-problem

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

# AntColony
## config.json example
```json
{
"Path": "default.txt",
"MaxIterations": 1000,
"Alpha": 3,
"Beta": 2,
"Rho": 0.6
}
```