Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS571 Project

CS571 Project - Fridge Arrangement Algorithm

Getting Started

  1. In items.py, select items by their and define fridge space.
  2. Run algorithm.py with python3 algorithm.py.

Other

Python Virtual Environments

  1. Create python virtual environment with python -m venv myenv.
  2. To activate a python virtual environment named 'myenv': for MacOS run source myenv/bin/activate; for Windows run myenv\Scripts\activate.
  3. Exit python virtual environment by running deactivate.

About

Branch-and-bound AI search algorithm for arranging items on a grid to maximize an objective (e.g., best way to arrange items in a fridge) | CS571 AI

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages