- Project Overview
- Features
- Problem Design
- Logical Representation
- Transitional Model
- Search Algorithm
- Machine Learning Model
This project model solves a complex crane optimization problem and trains a machine learning model to predict container priority when placing.
To explore AI solutions for automation combining optimized algorithms and supervised learning
Includes problem design, logical modeeling, search algorithms, machine learning and ethical reflections which is the priority
- Logical relations to represent crane environments
- Transition models for crane actions
- Search algorithm implementation for finding an optimal crane plan
- Predicting container priorities using supervised learning
- Training and evaluation with real-world data
- 6 Containers, 4-8 loading bays
- At least 10 crane actions to solve the problem Goal: Define and Achieve an optimal crane configuration through logical planning
Relationed Defined: SOON
Goals: Ensure coverage of the environment and actions
- Preconditions and effects for each action
- Documented in a transition table
Breadth-first search (BFS) A*
- Does it find a solution
- Does it guarantee the best solution?
- Dataset:
ContainerData.csv
- Features: Height, Width, Movement Frequency, Dock time
- Goal: Train a model to predict container priority (high/low).