TransportMaps.CLI.AdaptivityPostprocessBase

Module Contents

Classes

AdaptivityPostprocess

Base object for every object in the module.

class TransportMaps.CLI.AdaptivityPostprocessBase.AdaptivityPostprocess(**kwargs)[source]

Bases: TransportMaps.CLI.PostprocessBase.Postprocess

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-adaptivity-postprocess '[source]
opts_usage_str = '  [--adapt-step=N --var-diag-conv]\n'[source]
usage_str[source]
docs_descr_str = Multiline-String[source]
Show Value
"""DESCRIPTION
Given a file (--input) storing the transport maps pushing forward a base distribution
to a target distribution constructed through an adaptivity algorithm,
provides a number of diagnositic routines.
All files involved are stored and loaded using the python package pickle and
an extra file OUTPUT.hdf5 is created to store big datasets in the hdf5 format.
In the following default values are shown in brackets."""
docs_options_adapt_str = Multiline-String[source]
Show Value
"""OPTIONS - Adaptivity:
  --adapt-step=N          Run postprocessing analysis on the N-th map of the adaptivity
  --var-diag-conv         Plot the convergence in variance diagnostic vs. number
                            of coefficients
"""
docs_options_str[source]
docs_str[source]
usage()[source]
description()[source]
_load_opts(opts)[source]
_init_self_variables()[source]
load()[source]
variance_diagnostic_convergence(mpi_pool)[source]
run(mpi_pool)[source]