In-class examples for the IXR UI Optimization lecture.
- Install and set up Gurobi.
- Clone the repository:
git clone https://github.com/Augmented-Perception-Lab/IXRUIOptimizationLecture.git
- Create a virtual environment (recommended):
conda create -n uioptimization python=3.10
conda activate uioptimization
- Install dependencies: The project uses several libraries. Install them via:
pip install -r requirements.txt