Skip to content

nathanhyao/cs571-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages