{"id":20305119,"url":"https://github.com/xlowz/pin-ga-optimization","last_synced_at":"2025-04-11T14:45:49.989Z","repository":{"id":243155696,"uuid":"811628395","full_name":"xLowZ/pin-ga-optimization","owner":"xLowZ","description":"Genetic algorithm to find the minimum values ​​of benchmark functions for optimization. By: ProTεuS","archived":false,"fork":false,"pushed_at":"2024-06-21T20:07:53.000Z","size":121,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T10:51:15.317Z","etag":null,"topics":["computational-intelligence","genetic-algorithm","optimization","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/xLowZ.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":"2024-06-07T01:30:16.000Z","updated_at":"2024-06-21T20:07:56.000Z","dependencies_parsed_at":"2024-06-22T11:57:36.562Z","dependency_job_id":"ce128eca-eb6a-4775-8c8e-429da756e95d","html_url":"https://github.com/xLowZ/pin-ga-optimization","commit_stats":null,"previous_names":["xlowz/pin-ga-optimization"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xLowZ%2Fpin-ga-optimization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xLowZ%2Fpin-ga-optimization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xLowZ%2Fpin-ga-optimization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xLowZ%2Fpin-ga-optimization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xLowZ","download_url":"https://codeload.github.com/xLowZ/pin-ga-optimization/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248421409,"owners_count":21100602,"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":["computational-intelligence","genetic-algorithm","optimization","python"],"created_at":"2024-11-14T17:07:21.920Z","updated_at":"2025-04-11T14:45:49.970Z","avatar_url":"https://github.com/xLowZ.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Algoritmo Genético para Otimização de Funções de Benchmark\n\n## Aviso\n\n- Ele contém várias funções de teste e pode estar \"poluído\". Estamos trabalhando para limpar e finalizar o código.\n\n## Descrição do Projeto\nEste projeto implementa um algoritmo genético em Python para resolver funções de benchmark com o objetivo de otimização. Os algoritmos genéticos são técnicas inspiradas na evolução natural para encontrar soluções aproximadas para problemas de otimização e busca.\n\n## Créditos\n### Este projeto foi desenvolvido pelo ProTεuS:\n\n- [@xLowZ](https://github.com/xLowZ)\n- [@Ravenz23](https://github.com/Ravenz23)\n- [@Mattheug](https://github.com/Mattheug)\n\n## Instalação\nPara executar este projeto, siga os passos abaixo:\n\n1. Clone o repositório:\n    ```bash\n    git clone https://github.com//xLowZ/pin-ga-optimization/.git\n    ```\n2. Navegue até o diretório do projeto:\n    ```bash\n    cd pin-ga-optimization \n    ```\n3. Crie um ambiente virtual (opcional, mas recomendado):\n    ```bash\t\n    python -m venv venv\n    source venv/bin/activate   # Linux/Mac\n    .\\venv\\Scripts\\activate    # Windows\n    ```\n4. Instale as dependências:\n    ```bash\n    pip install -r requirements.txt\n    ```\n## Uso\nPara executar o algoritmo genético, utilize o seguinte comando:\n\n```bash\npython main.py\n```\n\nO script `main.py` contém a configuração do algoritmo e os parâmetros necessários para executar as funções de benchmark.\n\n## Contribuição\n\nSinta-se à vontade para contribuir com este projeto. Para isso, siga os passos abaixo:\n\n- Faça um fork do repositório\n- Crie uma nova branch (`git checkout -b feature/nova-feature`)\n- Faça commit das suas mudanças (`git commit -am 'Adicionei nova feature'`)\n- Envie para o branch (`git push origin feature/nova-feature`)\n- Abra um Pull Request\n\n## Licença\n\nEste projeto está licenciado sob a licença MIT. Veja o arquivo `Licence` para mais detalhes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxlowz%2Fpin-ga-optimization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxlowz%2Fpin-ga-optimization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxlowz%2Fpin-ga-optimization/lists"}