{"id":21967690,"url":"https://github.com/depermitto/knapsack-problem","last_synced_at":"2025-07-28T09:05:11.685Z","repository":{"id":264242444,"uuid":"892803972","full_name":"Depermitto/knapsack-problem","owner":"Depermitto","description":"Statistical analysis on Knapsack problem using PBIL and A* algorithms","archived":false,"fork":false,"pushed_at":"2025-01-29T23:15:56.000Z","size":4820,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T00:47:46.869Z","etag":null,"topics":["astar","evolutionary-algorithms","knapsack-problem","pbil","python","search-algorithm","statistical-analysis"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/Depermitto.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":"2024-11-22T20:11:52.000Z","updated_at":"2025-01-29T23:15:59.000Z","dependencies_parsed_at":"2024-12-22T20:22:52.096Z","dependency_job_id":"aed98a4e-2d76-4f5a-b248-79f9972ae871","html_url":"https://github.com/Depermitto/knapsack-problem","commit_stats":null,"previous_names":["depermitto/knapsack-problem"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Depermitto/knapsack-problem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Depermitto%2Fknapsack-problem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Depermitto%2Fknapsack-problem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Depermitto%2Fknapsack-problem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Depermitto%2Fknapsack-problem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Depermitto","download_url":"https://codeload.github.com/Depermitto/knapsack-problem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Depermitto%2Fknapsack-problem/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267489780,"owners_count":24095804,"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-07-28T02:00:09.689Z","response_time":68,"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":["astar","evolutionary-algorithms","knapsack-problem","pbil","python","search-algorithm","statistical-analysis"],"created_at":"2024-11-29T13:31:37.322Z","updated_at":"2025-07-28T09:05:11.670Z","avatar_url":"https://github.com/Depermitto.png","language":"Jupyter Notebook","readme":"# Analiza algorytmów przeszukiwania PBIL i A*\n\n## Wymagania wstępne\n\nNależy zacząć od zainstalowania Pythona w wersji 3.13.x. Jedną z możliwości jest pobranie instalatora ze strony [python.org](https://www.python.org/downloads/).\n\n## Jak zacząć pracę z kodem?\n\nSklonować repozytorium:\n\n```shell\ngit clone https://github.com/Depermitto/knapsack-problem\ncd knapsack-problem\n```\n\n## Uruchomienie\n\nPo ściągnięciu repozytorium na lokalny sprzęt należy zainicjować nowe wirtualne środowisko:\n\n```shell\npython -m venv .venv\n```\n\nNastępnie zależnie od platformy trzeba doinstalować wszystkie zależności i można uruchomić projekt:\n\n### Linux\n\n```shell\n.venv/bin/pip install -r src/requirements.txt\n.venv/bin/python src/main.py\n```\n\n### Windows\n\n```shell\n.venv/Scripts/pip install -r src/requirements.txt\n.venv/Scripts/python src/main.py\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepermitto%2Fknapsack-problem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdepermitto%2Fknapsack-problem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepermitto%2Fknapsack-problem/lists"}