Python API¶
Here is a list of Python function available to construct a new benchmark.
|
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. |
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. |