Vishu26 / Non-Convex-Optimization-on-Sphere

Mirror Descent on Sphere Geometry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mirror Descent on Sphere Geometry

License:MIT License


Languages

Language:Python 98.9%Language:Dockerfile 1.1%