{"id":24782139,"url":"https://github.com/poltanek/crane-random-search","last_synced_at":"2026-05-01T01:32:13.055Z","repository":{"id":274629448,"uuid":"923503369","full_name":"Poltanek/Crane-Random-Search","owner":"Poltanek","description":"Skeleton code for a simulation of a problem similar to the Crane problem however, implementing using random search algorithm expending random nodes","archived":false,"fork":false,"pushed_at":"2025-01-28T12:38:40.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T13:46:44.011Z","etag":null,"topics":["numpy","python","python3","random-search-algorithm"],"latest_commit_sha":null,"homepage":"","language":null,"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/Poltanek.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":"2025-01-28T11:13:54.000Z","updated_at":"2025-01-28T12:38:43.000Z","dependencies_parsed_at":"2025-01-28T13:47:41.972Z","dependency_job_id":"ca0eb7b0-e682-4b90-b6a7-2d8238ec28d3","html_url":"https://github.com/Poltanek/Crane-Random-Search","commit_stats":null,"previous_names":["poltanek/crane-random-search"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poltanek%2FCrane-Random-Search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poltanek%2FCrane-Random-Search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poltanek%2FCrane-Random-Search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poltanek%2FCrane-Random-Search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Poltanek","download_url":"https://codeload.github.com/Poltanek/Crane-Random-Search/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236169081,"owners_count":19106105,"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":["numpy","python","python3","random-search-algorithm"],"created_at":"2025-01-29T11:16:13.422Z","updated_at":"2026-05-01T01:32:13.020Z","avatar_url":"https://github.com/Poltanek.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crane Simulation Project\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Key Components](#key-components)\n  - [Initial State](#initial-state)\n  - [State Visualisation](#state-visualisation)\n  - [Actions and Costs](#actions-and-costs)\n- [Functionality](#functionality)\n  - [Performing Actions](#performing-actions)\n  - [Performing Action Sequences](#performing-action-sequences)\n- [Examples](#examples)\n  - [Example 1: Move Right](#example-1-move-right)\n  - [Example 2: Move Right and Drop](#example-2-move-right-and-drop)\n  - [Example 3: Complex Sequence](#example-3-complex-sequence)\n- [Applications](#applications)\n- [Future Improvements](#future-improvements)\n\n---\n\n## Introduction\n\nThe **Crane Simulation Project** models the operation of a crane managing containers in a set of storage bays. The crane can move between bays, pick up containers, and drop them, while tracking the total operational cost. This project provides a foundation for simulating and optimizing warehouse or shipping yard operations.\n\n---\n\n## Key Components\n\n### Initial State\n\n- **`initial_bays`**: Represents storage bays as a list of lists. Each sublist contains the IDs of containers in a specific bay. Example:\n  ```python\n  initial_bays = [[1, 2], [], [4], []]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoltanek%2Fcrane-random-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoltanek%2Fcrane-random-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoltanek%2Fcrane-random-search/lists"}