TransportMaps.CLI.DeepLazyMapsConstructionScriptBase

Module Contents

Classes

DeepLazyMapsConstructionScript

Base object for every object in the module.

class TransportMaps.CLI.DeepLazyMapsConstructionScriptBase.DeepLazyMapsConstructionScript(**kwargs)[source]

Bases: TransportMaps.CLI.ConstructionScriptBase.ConstructionScript

Base object for every object in the module.

This object provides functions for storage and parallelization.

property long_options[source]
cmd_usage_str = 'Usage: tmap-deep-lazy-tm '[source]
opts_usage_str[source]
docs_descr_str = Multiline-String[source]
Show Value
"""DESCRIPTION
Given a file (--input) storing the target distribution, produce the transport map that
pushes forward the base distribution (standard normal) to the target distribution,
using the composition (deep) of lazy (low-rank) maps.
All files involved are stored and loaded using the python package pickle."""
docs_options_str[source]
_load_opts(opts)[source]
_init_self_variables()[source]
_check_required_args()[source]
load()[source]
_solve(mpi_pool=None)[source]