{"id":15771592,"url":"https://github.com/nwtgck/ant-colony-optimization-scala","last_synced_at":"2026-07-16T14:02:10.360Z","repository":{"id":87735619,"uuid":"111426643","full_name":"nwtgck/ant-colony-optimization-scala","owner":"nwtgck","description":"Ant Colony Optimization in Scala","archived":false,"fork":false,"pushed_at":"2017-11-21T13:26:53.000Z","size":209,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T09:27:06.393Z","etag":null,"topics":["aco","ant-colony-optimization","scala"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nwtgck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-20T15:16:14.000Z","updated_at":"2018-10-29T02:42:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee0b6cd7-ef01-43f3-b68f-621b11706445","html_url":"https://github.com/nwtgck/ant-colony-optimization-scala","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nwtgck/ant-colony-optimization-scala","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Fant-colony-optimization-scala","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Fant-colony-optimization-scala/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Fant-colony-optimization-scala/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Fant-colony-optimization-scala/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nwtgck","download_url":"https://codeload.github.com/nwtgck/ant-colony-optimization-scala/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Fant-colony-optimization-scala/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35546267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-16T02:00:06.687Z","response_time":83,"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","scala"],"created_at":"2024-10-04T15:03:20.838Z","updated_at":"2026-07-16T14:02:10.333Z","avatar_url":"https://github.com/nwtgck.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ant Colony Optimization in Scala [![Build Status](https://travis-ci.org/nwtgck/ant-colony-optimization-scala.svg?branch=master)](https://travis-ci.org/nwtgck/ant-colony-optimization-scala)\n\n![Demo gif](/demos/seed-3.gif)\n\n## How to run Main\n\n```\ncd \u003cthis repo\u003e\nsbt \"runMain Main\"\n```\n### Options\n\nYou can specify some options bellow\n\n```bash\nsbt \"runMain Main --help\"\n```\n\n```\nUsage: TSP solver by Ant Colony Optimization [options] [\u003cpath of .tsp\u003e]\n\n  --help                 prints this usage text\n  -i, --n-iters \u003cvalue\u003e  The number of iteration\n  -a, --n-ants \u003cvalue\u003e   The number of ants\n  --alpha \u003cvalue\u003e        alpha\n  --beta \u003cvalue\u003e         beta\n  --q \u003cvalue\u003e            Q\n  --ro \u003cvalue\u003e           ro\n  --outpath \u003cvalue\u003e      output directory path\n  --seed \u003cvalue\u003e         random seed\n  --realtime-figure      Render realtime figure\n  \u003cpath of .tsp\u003e \n```\n\n### An example\n\n```bash\nsbt \"runMain Main --n-ants=10 --seed=12 --n-iters=5 ./tsp/wi29.tsp\"\n```\n\n\n## How to run LegacyMain\n\n```\ncd \u003cthis repo\u003e\nsbt \"runMain LegacyMain\"\n```\n\n## Reference\n\n* https://qiita.com/EnsekiTT/items/9b13ceba391221687f42\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwtgck%2Fant-colony-optimization-scala","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnwtgck%2Fant-colony-optimization-scala","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwtgck%2Fant-colony-optimization-scala/lists"}