{"id":20305230,"url":"https://github.com/nelsonwenner/genetic-rocket","last_synced_at":"2025-10-15T14:16:02.505Z","repository":{"id":111913919,"uuid":"207122199","full_name":"nelsonwenner/genetic-rocket","owner":"nelsonwenner","description":":robot: Genetic rocket artificial intelligence.","archived":false,"fork":false,"pushed_at":"2020-01-21T02:50:19.000Z","size":68911,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T14:57:56.956Z","etag":null,"topics":["genetic-algorithm","genetic-programming","genetics","inteligence","inteligencia-artificial","inteligencia-computacional","rocket"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/nelsonwenner.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,"zenodo":null}},"created_at":"2019-09-08T14:10:35.000Z","updated_at":"2021-12-16T16:53:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"6faafe03-a5bb-46ef-aceb-c2c7a1876875","html_url":"https://github.com/nelsonwenner/genetic-rocket","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nelsonwenner/genetic-rocket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonwenner%2Fgenetic-rocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonwenner%2Fgenetic-rocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonwenner%2Fgenetic-rocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonwenner%2Fgenetic-rocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nelsonwenner","download_url":"https://codeload.github.com/nelsonwenner/genetic-rocket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonwenner%2Fgenetic-rocket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279085214,"owners_count":26100015,"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-15T02:00:07.814Z","response_time":56,"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":["genetic-algorithm","genetic-programming","genetics","inteligence","inteligencia-artificial","inteligencia-computacional","rocket"],"created_at":"2024-11-14T17:07:48.052Z","updated_at":"2025-10-15T14:16:02.498Z","avatar_url":"https://github.com/nelsonwenner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/40550247/72228004-81071600-3581-11ea-9972-1cbe906001ed.png\" width=\"120px\" /\u003e\n\u003c/h1\u003e\n\n\u003ch1 align=\"center\"\u003e\n  Genetic Rocket\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/nelsondiaas/genetic-rocket?color=%2304D361\"\u003e\n\n  \u003ca href=\"https://github.com/nelsondiaas\"\u003e\n    \u003cimg alt=\"Made by @nelsondiaas\" src=\"https://img.shields.io/badge/made%20by-%40nelsondiaas-%2304D361\"\u003e\n  \u003c/a\u003e\n\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-%2304D361\"\u003e\n\n  \u003ca href=\"https://github.com/nelsondiaas/genetic-rocket/stargazers\"\u003e\n    \u003cimg alt=\"Stargazers\" src=\"https://img.shields.io/github/stars/nelsondiaas/genetic-rocket?style=social\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Getting Started\n1. Fork este repositório e clone em sua máquina\n2. Mude o diretório para `genetic-rocket` onde você o clonou;\n3. Clique no arquivo index.html\n\n### Vision\nO algoritmo genético é um método para resolver problemas de otimização restritos e não restritos que é baseado na seleção natural, o processo que impulsiona a evolução biológica. O algoritmo genético modifica repetidamente uma população de soluções individuais. Em cada etapa, o algoritmo genético seleciona os indivíduos aleatoriamente da população atual para serem pais e os utiliza para produzir as crianças para a próxima geração. Ao longo de gerações sucessivas, a população \"evolui\" em direção a uma solução ótima. Você pode aplicar o algoritmo genético para resolver uma variedade de problemas de otimização que não são adequados para algoritmos de otimização padrão, incluindo problemas nos quais a função objetivo é descontínua, não diferenciável, estocástica ou altamente não-linear.\n\nO algoritmo genético usa três tipos principais de regras em cada etapa para criar a próxima geração da população atual:\n\n* **As regras de seleção** selecionam os indivíduos, chamados pais, que contribuem para a população na próxima geração.\n\n* **As regras de crossover** combinam dois pais para formar filhos para a próxima geração.\n\n* **As regras de mutação** aplicam alterações aleatórias a pais individuais para formar filhos.\n\n\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/40550247/72770294-2fdbcf80-3bdc-11ea-80a3-f39fa9fd0e3f.gif\"/\u003e\n\u003c/h1\u003e\n\n## License\n\nEsse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE.md) para mais detalhes.\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelsonwenner%2Fgenetic-rocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnelsonwenner%2Fgenetic-rocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelsonwenner%2Fgenetic-rocket/lists"}