The easiest way to get started is as follows:
- Clone the repository:
git clone https://github.com/Vishu26/Non-Convex-Optimization-on-Sphere.git
cd Non-Convex-Optimization-on-Sphere
- Create conda environment with all required packages:
conda create -n opt python=3.10 && \
pip install requirements.txt
Additionally, you can use the provided Dockerfile to create your own docker image.
To contribute, please commit to the dev branch and issue merge request. To do this, checkout the dev branch before pushing code:
git checkout dev