This project implements a GAN-based GA for the 3D bin packing problem.
- Python 3.8 or higher
- PyTorch 1.8 or higher
- numpy
Run python main.py
to start the algorithm.
This project implements a GAN-based GA for the 3D bin packing problem.
Run python main.py
to start the algorithm.