BenchOpt is a package to simplify and make more transparent and
reproducible the comparisons of optimization algorithms.
This benchmark considers the approximate joint diagonalization (AJD)
of positive matrices. Given
where | | stands for the matrix determinant and
This benchmark can be run using the following commands:
$ pip install -U benchopt $ git clone https://github.com/benchopt/benchmark_jointdiag $ benchopt run ./benchmark_jointdiag
Use benchopt run -h for more details about these options, or visit https://benchopt.github.io/api.html.
If you run into some errors when running the examples present in this Readme, try installing the development version of benchopt:
$ pip install -U git+https://github.com/benchopt/benchopt