/3dContainerPacking

Evaluation Method of Single Container Loading Problem Based on Machine Learning

Primary LanguagePython

Evaluation Method of Single Container Loading Problem Based on Machine Learning

QuickStart

You can run the following scripts to reproduce results for our paper

# Linear Regression 
$ python main.py --model Linear

# Random Forest Regressor
$ python main.py --model randomForest

# Nerual Network
$ python main.py --model MLP

# lightgbm
$ python main.py --model lightgbm