Python Sparse data Analysis Package external MRI plugin.
Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.
-
class
mri.optimizers.utils.cost.GenericCost(gradient_op, prox_op, initial_cost=1000000.0, tolerance=0.0001, cost_interval=None, test_range=4, optimizer_type='forward_backward', verbose=False, plot_output=None)[source]ΒΆ Define the Generic cost function, based on the cost function of the gradient operator and the cost function of the proximity operator.
Follow us