Sequential Conduit

This sequential conduit is the default conduit when using Korali. It evaluates samples running computational models sequentially (i.e., not concurrently or in parallel), under the same process as the calling application.

For more information, see Parallel Execution.

Usage

k["Conduit"]["Type"] = "Sequential"

Configuration

These are settings required by this module.

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.

{    }