Propagation

Usage

e["Problem"]["Type"] = "Propagation"

Compatible Solvers

This problem can be solved using the following modules:

Variable-Specific Settings

These are settings required by this module that are added to each of the experiment’s variables when this module is selected.

Precomputed Values
  • Usage: e[“Variables”][index][“Precomputed Values”] = List of real number

  • Description: Contains predetermined values for the variables to evaluate.

Prior Distribution
  • Usage: e[“Variables”][index][“Prior Distribution”] = string

  • Description: Indicates the name of the distribution to use as prior distribution.

Distribution Index
  • Usage: e[“Variables”][index][“Distribution Index”] = unsigned integer

  • Description: Stores the the index number of the selected prior distribution.

Sampled Values
  • Usage: e[“Variables”][index][“Sampled Values”] = List of real number

  • Description: Contains values sampled from prior.

Name
  • Usage: e[“Variables”][index][“Name”] = string

  • Description: Defines the name of the variable.

Configuration

These are settings required by this module.

Execution Model
  • Usage: e[“Problem”][“Execution Model”] = Computational Model

  • Description: Stores the function to evaluate.

Number Of Samples
  • Usage: e[“Problem”][“Number Of Samples”] = unsigned integer

  • Description: Number of samples to draw from Prior distribution.

Default Configuration

These following configuration will be assigned by default. Any settings defined by the user will override the given settings specified in these defaults.

{
"Number Of Samples": 0
}

Variable Defaults

These following configuration will be assigned to each of the experiment variables by default. Any settings defined by the user will override the given settings specified in these defaults.

{
"Distribution Index": 0,
"Precomputed Values": [],
"Prior Distribution": " ",
"Sampled Values": []
}