latency#

eclypse.graph.assets.defaults.latency(lower_bound=1000000000.0, upper_bound=0.0, init_fn_or_value=None)[source]#

Create a new concave asset for latency.

Parameters:
  • lower_bound (float) – The lower bound of the asset.

  • upper_bound (float) – The upper bound of the asset.

  • init_fn_or_value (PrimitiveType | AssetSpace | Callable[[], Any] | None) – The function/scalar to initialize the processing time value.

Returns:

The latency asset.

Return type:

Concave