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
- Host: GitHub
- URL: https://github.com/st1lson/antcolony
- Owner: st1lson
- Created: 2021-10-21T14:56:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T11:40:47.000Z (over 4 years ago)
- Last Synced: 2025-02-27T01:53:28.149Z (over 1 year ago)
- Topics: algorithm, ant-colony-algorithm, ant-colony-optimization, csharp, salesman-problem
- Language: C#
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AntColony
## config.json example
```json
{
"Path": "default.txt",
"MaxIterations": 1000,
"Alpha": 3,
"Beta": 2,
"Rho": 0.6
}
```