TransportMaps.Algorithms.SparsityIdentification.RegularizedMap

Module Contents

Functions

reweighted_l1(eta, pi, qtype, qparams, REG, tol, ders, ...)

coeff_to_activevars(approx_list, threshold, ...)

regularized_map(eta, pi, data, qtype, qparams, dim, ...)

Attributes

tol_l1

l1_threshold

max_iter

tol_soln

eps

lambda_list

dim

TransportMaps.Algorithms.SparsityIdentification.RegularizedMap.tol_l1 = 1e-06[source]
TransportMaps.Algorithms.SparsityIdentification.RegularizedMap.l1_threshold = 1e-06[source]
TransportMaps.Algorithms.SparsityIdentification.RegularizedMap.max_iter = 10[source]
TransportMaps.Algorithms.SparsityIdentification.RegularizedMap.tol_soln = 1e-06[source]
TransportMaps.Algorithms.SparsityIdentification.RegularizedMap.eps = 0.001[source]
TransportMaps.Algorithms.SparsityIdentification.RegularizedMap.lambda_list[source]
TransportMaps.Algorithms.SparsityIdentification.RegularizedMap.reweighted_l1(eta, pi, qtype, qparams, REG, tol, ders, max_iter, tol_soln, eps, dim, order, active_vars)[source]
TransportMaps.Algorithms.SparsityIdentification.RegularizedMap.coeff_to_activevars(approx_list, threshold, prev_active_vars)[source]
TransportMaps.Algorithms.SparsityIdentification.RegularizedMap.regularized_map(eta, pi, data, qtype, qparams, dim, order, active_vars, tol, ders, REG)[source]
TransportMaps.Algorithms.SparsityIdentification.RegularizedMap.dim = 12[source]