.azure_pipeline.yml
.coveragerc
LICENSE
MANIFEST.in
Makefile
README.rst
codecov.yml
conftest.py
dev-requirements.txt
pyproject.toml
roadmap.md
setup.py
benchopt/__init__.py
benchopt/base.py
benchopt/cli.py
benchopt/config.py
benchopt/runner.py
benchopt/util.py
benchopt.egg-info/PKG-INFO
benchopt.egg-info/SOURCES.txt
benchopt.egg-info/dependency_links.txt
benchopt.egg-info/entry_points.txt
benchopt.egg-info/requires.txt
benchopt.egg-info/top_level.txt
benchopt/tests/__init__.py
benchopt/tests/conftest.py
benchopt/tests/test_benchmarks.py
benchopt/tests/test_cli.py
benchopt/tests/test_benchmarks/dummy_benchmark/objective.py
benchopt/tests/test_benchmarks/dummy_benchmark/datasets/boston.py
benchopt/tests/test_benchmarks/dummy_benchmark/datasets/simulated.py
benchopt/tests/test_benchmarks/dummy_benchmark/solvers/cd.py
benchopt/tests/test_benchmarks/dummy_benchmark/solvers/celer.py
benchopt/tests/test_benchmarks/dummy_benchmark/solvers/julia_pgd.jl
benchopt/tests/test_benchmarks/dummy_benchmark/solvers/julia_pgd.py
benchopt/tests/test_benchmarks/dummy_benchmark/solvers/python_pgd.py
benchopt/tests/test_benchmarks/dummy_benchmark/solvers/r_pgd.R
benchopt/tests/test_benchmarks/dummy_benchmark/solvers/r_pgd.py
benchopt/tests/test_benchmarks/dummy_benchmark/solvers/sklearn.py
benchopt/utils/__init__.py
benchopt/utils/checkers.py
benchopt/utils/class_property.py
benchopt/utils/dynamic_modules.py
benchopt/utils/files.py
benchopt/utils/julia_helpers.py
benchopt/utils/r_helpers.py
benchopt/utils/shell_cmd.py
benchopt/utils/stream_redirection.py
benchopt/utils/datasets/__init__.py
benchopt/utils/datasets/libsvm.py
benchopt/viz/__init__.py
benchopt/viz/helpers.py
benchopt/viz/plot_convergence_curve.py
benchopt/viz/plot_histogram.py
continuous_integration/build_doc.sh
continuous_integration/install.sh
continuous_integration/install_coverage_subprocess_pth.py
continuous_integration/test_script.sh
doc/Makefile
doc/api.rst
doc/conf.py
doc/doc-requirements.txt
doc/how.rst
doc/index.rst
doc/_static/style.css
examples/README.txt
examples/plot_run_benchmark.py
examples/plot_run_benchmark_python_R_julia.py