test_fista.pyΒΆ
Source: tests/classical_algorithms/test_fista.py
Tests for FISTA L1.
- test_fista_l1() None
Test reconstruction with FISTA L1 with no regularization (lam=0) simply gives the least squares solution.
This test runs specifically on CPU device.
- test_fista_l1_cuda() None
Test reconstruction with FISTA L1 with no regularization (lam=0) simply gives the least squares solution.
This test runs specifically on CUDA device.