{"id":13409646,"url":"https://github.com/frett27/Ada-GA","last_synced_at":"2025-03-14T15:30:23.076Z","repository":{"id":11888946,"uuid":"14451012","full_name":"frett27/Ada-GA","owner":"frett27","description":"Genetic Algorithm Implementation for Ada","archived":false,"fork":false,"pushed_at":"2023-08-06T22:18:37.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-16T21:31:31.145Z","etag":null,"topics":["ada","algorithm","chromosome","crossover","generic","genetic-algorithm","library","mutations","simple"],"latest_commit_sha":null,"homepage":"","language":"Ada","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frett27.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":"2013-11-16T17:16:54.000Z","updated_at":"2023-08-06T22:18:42.000Z","dependencies_parsed_at":"2024-05-02T23:03:23.204Z","dependency_job_id":"03c1fce6-90dc-4e89-818b-3425b9e1eb3e","html_url":"https://github.com/frett27/Ada-GA","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frett27%2FAda-GA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frett27%2FAda-GA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frett27%2FAda-GA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frett27%2FAda-GA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frett27","download_url":"https://codeload.github.com/frett27/Ada-GA/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243600433,"owners_count":20317275,"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":["ada","algorithm","chromosome","crossover","generic","genetic-algorithm","library","mutations","simple"],"created_at":"2024-07-30T20:01:02.536Z","updated_at":"2025-03-14T15:30:22.721Z","avatar_url":"https://github.com/frett27.png","language":"Ada","readme":"Ada-GA\n======\n\nThis project is a small library to compute genetic algorithm in Ada.\n\nCurrently :\n- binary chromosomes are provided, additional chromosome could be used in creating a new chromosome type\n- Population Elitism (conserv a pourcentage of the best chromosomes)\n- Mutations\n- CrossOver\n\nRandom Generators are clearly separated on :\n- Mutation\n- CrossOver\n- Chromosome\n\na test function show the use of the library for a scalar encoding of chromosome.\n\n## Updates\n\n2023-08-06 : recompile on linux, not added to alire package manager, the name of the lib is too short.\n\n## Install - Compile - Test ##\n\nThis project should compile on every Ada 2005 compliant compiler.We currently use GNAT 2005.\n\nto compile the project, go in the project directory and launch gprbuild command line.\n\n\u003e gprbuild\n\n    C:\\Projets\\Ada\\Projets\\Ada-GA\u003egprbuild\n    using project file ga.gpr\n    gcc -c -g -gnat05 -O3 test.adb\n    gcc -c -g -gnat05 -O3 ga.adb\n    gcc -c -g -gnat05 -O3 gascalar.adb\n    gprbind test.bexch\n    gnatbind test.ali\n    gcc -c b__test.adb\n    gcc test.o -o test.exe\n    \n\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Algorithms, Containers and Protocols"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrett27%2FAda-GA","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrett27%2FAda-GA","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrett27%2FAda-GA/lists"}