.gitattributes
.gitignore
LICENSE
README.md
pyproject.toml
setup.py
examples/example_1_rosenbrock.py
examples/example_2_box_constrained.py
examples/example_3_group_lasso.py
examples/example_4_sparse_logistic.py
pyscsopt/__init__.py
pyscsopt/problems.py
pyscsopt.egg-info/PKG-INFO
pyscsopt.egg-info/SOURCES.txt
pyscsopt.egg-info/dependency_links.txt
pyscsopt.egg-info/requires.txt
pyscsopt.egg-info/top_level.txt
pyscsopt/algorithms/__init__.py
pyscsopt/algorithms/iterate.py
pyscsopt/algorithms/prox_ggn_score.py
pyscsopt/algorithms/prox_grad.py
pyscsopt/algorithms/prox_l_bfgs_score.py
pyscsopt/algorithms/prox_n_score.py
pyscsopt/media/__init__.py
pyscsopt/prox/__init__.py
pyscsopt/prox/prox_operators.py
pyscsopt/regularizers/__init__.py
pyscsopt/regularizers/exponential_smooth.py
pyscsopt/regularizers/log_exp_smooth.py
pyscsopt/regularizers/phuber_smooth.py
pyscsopt/regularizers/regularizers.py
pyscsopt/regularizers/smoothing.py
pyscsopt/test/__init__.py
pyscsopt/test/test_algs.py
pyscsopt/test/test_smooth.py
pyscsopt/utils/__init__.py
pyscsopt/utils/prox_reg_utils.py
pyscsopt/utils/utils.py