.coveragerc
.gitignore
LICENSE
MANIFEST.in
Makefile
README.rst
codecov.yml
pyproject.toml
roadmap.md
setup.cfg
setup.py
.circleci/artifact_path
.circleci/config.yml
.github/workflows/linting.yml
.github/workflows/main.yml
.github/workflows/release.yml
.github/workflows/test.yml
benchopt/__init__.py
benchopt/base.py
benchopt/benchmark.py
benchopt/callback.py
benchopt/config.py
benchopt/constants.py
benchopt/runner.py
benchopt/stopping_criterion.py
benchopt/version.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/cli/__init__.py
benchopt/cli/completion.py
benchopt/cli/helpers.py
benchopt/cli/main.py
benchopt/cli/process_results.py
benchopt/datasets/__init__.py
benchopt/datasets/simulated.py
benchopt/datasets/tests/test_dataset_simulated.py
benchopt/helpers/__init__.py
benchopt/helpers/julia.py
benchopt/helpers/r_lang.py
benchopt/helpers/shell.py
benchopt/plotting/__init__.py
benchopt/plotting/generate_html.py
benchopt/plotting/helpers.py
benchopt/plotting/helpers_compat.py
benchopt/plotting/plot_bar_chart.py
benchopt/plotting/plot_objective_curve.py
benchopt/plotting/html/static/benchmark.js
benchopt/plotting/html/static/hover_index.css
benchopt/plotting/html/static/main.css
benchopt/plotting/html/static/result.js
benchopt/plotting/html/templates/benchmark.mako.html
benchopt/plotting/html/templates/index.mako.html
benchopt/plotting/html/templates/result.mako.html
benchopt/tests/__init__.py
benchopt/tests/fixtures.py
benchopt/tests/test_benchmarks.py
benchopt/tests/test_cli.py
benchopt/tests/test_config.py
benchopt/tests/test_runner.py
benchopt/tests/test_benchmarks/dummy_benchmark/doc_objective.py
benchopt/tests/test_benchmarks/dummy_benchmark/objective.py
benchopt/tests/test_benchmarks/dummy_benchmark/test_config.py
benchopt/tests/test_benchmarks/dummy_benchmark/datasets/dataset_test.py
benchopt/tests/test_benchmarks/dummy_benchmark/datasets/leukemia.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/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/python_pgd_callback.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/tests/test_benchmarks/dummy_benchmark/solvers/solver_test.py
benchopt/tests/test_benchmarks/requirement_benchmark/objective.py
benchopt/tests/test_benchmarks/requirement_benchmark/datasets/simulated.py
benchopt/tests/test_benchmarks/requirement_benchmark/solvers/baseline.py
benchopt/utils/__init__.py
benchopt/utils/checkers.py
benchopt/utils/class_property.py
benchopt/utils/conda_env_cmd.py
benchopt/utils/dependencies_mixin.py
benchopt/utils/dynamic_modules.py
benchopt/utils/files.py
benchopt/utils/github.py
benchopt/utils/misc.py
benchopt/utils/parametrized_name_mixin.py
benchopt/utils/pdb_helpers.py
benchopt/utils/profiling.py
benchopt/utils/safe_import.py
benchopt/utils/shell_cmd.py
benchopt/utils/stream_redirection.py
benchopt/utils/sys_info.py
benchopt/utils/terminal_output.py
continuous_integration/build_doc.sh
continuous_integration/install_coverage_subprocess_pth.py
continuous_integration/test_script.sh
doc/Makefile
doc/advanced.rst
doc/api.rst
doc/cli.rst
doc/conf.py
doc/config.rst
doc/how.rst
doc/index.rst
doc/names.inc
doc/publish.rst
doc/whats_new.rst
doc/_static/github_benchopt_token.png
doc/_static/style.css
doc/_templates/search.html
doc/_templates/autosummary/class.rst
doc/_templates/autosummary/function.rst
doc/sphinxext/gh_substitutions.py
doc/sphinxext/sphinx_click_semantic_group.py
examples/README.txt
examples/plot_run_benchmark.py
examples/plot_run_benchmark_python_R.py