Skip to content

Skeleton code for a simulation of a problem similar to the Crane problem however, implementing using random search algorithm expending random nodes

License

Notifications You must be signed in to change notification settings

Poltanek/Crane-Random-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Crane Simulation Project

Table of Contents


Introduction

The 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.


Key Components

Initial State

  • initial_bays: Represents storage bays as a list of lists. Each sublist contains the IDs of containers in a specific bay. Example:
    initial_bays = [[1, 2], [], [4], []]

About

Skeleton code for a simulation of a problem similar to the Crane problem however, implementing using random search algorithm expending random nodes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published