Table of Contents

Class PartitionedDataStorageBitFlippingErrorModel

Namespace
NominalSystems.Classes
Assembly
NominalSystems.Classes.dll

The 'BitFlipping' model for the 'PartitionedDataStorage' component

public class PartitionedDataStorageBitFlippingErrorModel : ComponentModel<PartitionedDataStorage>
Inheritance
PartitionedDataStorageBitFlippingErrorModel
Inherited Members

Constructors

PartitionedDataStorageBitFlippingErrorModel()

protected PartitionedDataStorageBitFlippingErrorModel()

Fields

BitFlipProbability

The probability that a bit will be flipped across all data nodes within the partitioned data storage.

public double BitFlipProbability

Field Value

double

Methods

OnUpdate(double, double)

Called each timestep during a event tick

protected override void OnUpdate(double time, double step)

Parameters

time double

current time (seconds)

step double

delta timestep (seconds)