Across Replication Half Width Checker
class AcrossReplicationHalfWidthChecker @JvmOverloads constructor(response: ResponseCIfc, desiredHalfWidth: Double = 1.0, name: String? = null) : ModelElementObserver
This class will stop the simulation when the desired half-width criterion is met for the supplied response variable.
Parameters
response
the response to observe
desired Half Width
the desired half-width. It must be positive.
name
an optional name
Constructors
Link copied to clipboard