VR-SZD

February 11, 2026 ยท View on GitHub

Variance Reduced Structured Zeroth-order Descent method

Setup

Before executing the scripts, you have to install some packages. We suggest to create a new conda environment

conda create -n svrz python=3.10 numpy=1.26.4 matplotlib=3.9.2

Alternatively, you can install dependences using the requirements.txt file

conda install --file requirements.txt

or with pip

pip install -r requirements.txt