{"id":19738977,"url":"https://github.com/fpopic/hmo","last_synced_at":"2025-08-22T10:11:14.923Z","repository":{"id":71942389,"uuid":"182860242","full_name":"fpopic/hmo","owner":"fpopic","description":"(Class) Heuristic Optimization Methods","archived":false,"fork":false,"pushed_at":"2019-04-23T06:11:50.000Z","size":21981,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T19:42:18.502Z","etag":null,"topics":["assignment-problem","bfs-algorithm","cmake","cpp11","genetic-algorithm","greedy-algorithm"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fpopic.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":"2019-04-22T20:10:06.000Z","updated_at":"2019-04-23T06:11:51.000Z","dependencies_parsed_at":"2023-05-03T01:16:33.472Z","dependency_job_id":null,"html_url":"https://github.com/fpopic/hmo","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/fpopic%2Fhmo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpopic%2Fhmo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpopic%2Fhmo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpopic%2Fhmo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpopic","download_url":"https://codeload.github.com/fpopic/hmo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241068111,"owners_count":19903961,"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":["assignment-problem","bfs-algorithm","cmake","cpp11","genetic-algorithm","greedy-algorithm"],"created_at":"2024-11-12T01:15:50.616Z","updated_at":"2025-02-27T22:26:35.217Z","avatar_url":"https://github.com/fpopic.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HMO\n\nHeuristic Optimization Methods\n\nTask in Croatian : [PDF](Task.pdf) \n\n## Requirements\n\n- CMake 3.6\n- C++11\n\n## Compiling\n\n```bash\ncmake .\nmake\n```\n\n## Running\n\nBFS algorithm has been used to evaluate solution.\n\n1. Compute an inital greedy solution:\n    ```bash\n    ./GREEDY\n    \n    # Writes to \"results/res-\u003cSOLUTION_ERROR\u003e-\u003cSOLUTION_MINUTES\u003emin-popic\";\n    ``` \n\n2. Compute a GA-optimised solution (best from population):\n    ```bash\n    ./GA \u003cpM_start\u003e \u003cpM\u003e \u003cpop_size\u003e \u003cpre_solution_path\u003e\n    ```\n    \n    Params:\n    - pM_start - mutation percentage for an inital population\n    - pM - mutation percentage\n    - pop_size - population size\n    - pre_solution_path - path to file for an inital greedy solution \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpopic%2Fhmo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpopic%2Fhmo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpopic%2Fhmo/lists"}