Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 668 Bytes

File metadata and controls

24 lines (20 loc) · 668 Bytes

Non-Convex-Optimization-on-Sphere

👨‍💻 Getting Started

Setting up

The easiest way to get started is as follows:

  1. Clone the repository:
git clone https://github.com/Vishu26/Non-Convex-Optimization-on-Sphere.git
cd Non-Convex-Optimization-on-Sphere
  1. 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.

Contributing Code

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