{"id":31580330,"url":"https://github.com/mtshaikh/tsp_through_aco","last_synced_at":"2025-10-05T21:10:56.507Z","repository":{"id":171339651,"uuid":"92499642","full_name":"mtShaikh/tsp_through_aco","owner":"mtShaikh","description":"Ant Colony Optimization for the Traveling Salesman Problem","archived":false,"fork":false,"pushed_at":"2019-08-31T09:31:34.000Z","size":94,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-05-31T14:37:04.114Z","etag":null,"topics":["aco","ant-colony-optimization","go","golang","traveling-salesman","travelling-salesman-problem"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mtShaikh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-26T10:22:34.000Z","updated_at":"2024-06-19T06:45:12.175Z","dependencies_parsed_at":"2024-06-19T06:45:10.650Z","dependency_job_id":"8c8be045-1f93-4bbd-8a73-8cbd6e663e10","html_url":"https://github.com/mtShaikh/tsp_through_aco","commit_stats":null,"previous_names":["mtshaikh/tsp_through_aco"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/mtShaikh/tsp_through_aco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtShaikh%2Ftsp_through_aco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtShaikh%2Ftsp_through_aco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtShaikh%2Ftsp_through_aco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtShaikh%2Ftsp_through_aco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtShaikh","download_url":"https://codeload.github.com/mtShaikh/tsp_through_aco/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtShaikh%2Ftsp_through_aco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278519725,"owners_count":26000339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aco","ant-colony-optimization","go","golang","traveling-salesman","travelling-salesman-problem"],"created_at":"2025-10-05T21:10:54.767Z","updated_at":"2025-10-05T21:10:56.502Z","avatar_url":"https://github.com/mtShaikh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Implementation of Ant Colony Optimisation for the Travelling Salesman Problem\n\nImplemeted using Golang\n\nSee main.go for more details\n## Dependancies\n[gonum/plot graphing library](https://github.com/gonum/plot)\n\u003efor usage instructions visit [here](https://godoc.org/github.com/gonum/plot)\nrequires mercurial to be installed in the system\n## Usage\n(Assuming Go is installed and $GOPATH points to the proper directory...if not then refer [here](https://golang.org/doc/install) for installation and  [here](https://golang.org/doc/code.html) for post installation setup.)\n\nRun `$ go get github.com/mtShaikh/tsp_through_aco` to get the files\n\u003eRun `$ go install` command in the directory where main.go file is (```$GOPATH/src/github.com/mtShaikh/main```):\nand then run \n`$ $GOPATH/bin/main`\n## Other Details\nThe implementation only considers the ```DIMENSION``` and ```NODE_COORD_SECTION``` fields in the files given. It uses the former to get the total number of cities and the latter to get the coordinates of those cities ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtshaikh%2Ftsp_through_aco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtshaikh%2Ftsp_through_aco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtshaikh%2Ftsp_through_aco/lists"}