{"id":26642976,"url":"https://github.com/dideler/intro-to-genetic-algorithms","last_synced_at":"2025-06-18T07:36:51.818Z","repository":{"id":141343134,"uuid":"20623550","full_name":"dideler/intro-to-genetic-algorithms","owner":"dideler","description":"Code for my demo at @SoftwareNiagara's DevTricks (June 9, 2014)","archived":false,"fork":false,"pushed_at":"2014-06-09T23:27:48.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-12T03:52:36.830Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/dideler/intro-to-genetic-algorithms/wiki","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dideler.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}},"created_at":"2014-06-08T18:37:23.000Z","updated_at":"2023-03-12T14:02:22.306Z","dependencies_parsed_at":"2023-03-12T14:15:15.129Z","dependency_job_id":null,"html_url":"https://github.com/dideler/intro-to-genetic-algorithms","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dideler%2Fintro-to-genetic-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dideler%2Fintro-to-genetic-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dideler%2Fintro-to-genetic-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dideler%2Fintro-to-genetic-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dideler","download_url":"https://codeload.github.com/dideler/intro-to-genetic-algorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245337353,"owners_count":20598866,"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","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":[],"created_at":"2025-03-24T19:28:43.480Z","updated_at":"2025-03-24T19:28:44.038Z","avatar_url":"https://github.com/dideler.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Short Guide to Genetic Algorithms\n=================================\n\nCode for my demo at @SoftwareNiagara's DevTricks (June 9, 2014).\n\n[Join us on the **second monday of every month**][devtricks] at our casual\nmeetup where developers share their tips, tricks, and knowledge.\n\n### Genetic Algorithm (GA)\n\nA genetic algorithm is a search technique inspired by Darwin's *Theory of Evolution*\nand is used in computing to find exact or approximate solutions to optimization\nand search problems.\n\nGAs are mainly used for problems where *satisficing* is expected. A good\nsolution is satisfactory, and there is little benefit to be gained by going for\nan expensive optimal solution.\n\n### Touring Singer Problem (TSP)\n\nA musician is expected to make a round trip at all the venues she'll be\nperforming at, before returning home. This musician likes to be efficient, and\nwants to minimize her time on the road. A short route would help a lot...\n\n\n[devtricks]: http://softwareniagara.com/#devtricks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdideler%2Fintro-to-genetic-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdideler%2Fintro-to-genetic-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdideler%2Fintro-to-genetic-algorithms/lists"}