API references#
Here is a list of Python functions available to construct a new benchmark with
benchopt:
List of base classes:#
|
Base class to define an objective function |
|
Base class to define a dataset in a benchmark. |
|
A base class for solver wrappers in Benchopt. |
See Benchmark class configuration for common configuration options: parameters, dependencies, and lifecycle hooks.
Benchopt utils#
|
Run full benchmark. |
Context used to manage import in benchmarks. |
|
|
Plot convergence curve and bar chart for a given benchmark. |
Generate a linear regression with decaying correlation for the design matrix \(\rho^{|i-j|}\). |
|
|
Decorator to tell line profiler which function to profile. |
|
Merge result files of a benchmark |