The class "SamplingTimeConstraints" implements the constraints for the sampling times.
SamplingTimeConstraints(
outcome = character(0),
initialSamplings = 0,
fixedTimes = 0,
numberOfsamplingsOptimisable = 0,
samplingsWindows = list(),
numberOfTimesByWindows = 0,
minSampling = 0
)
A string giving the outcome.
A vector of numeric giving the initialSamplings.
A vector of numeric giving the fixedTimes.
A vector of numeric giving the numberOfsamplingsOptimisable.
A vector of numeric giving the samplingsWindows.
A vector of numeric giving the numberOfTimesByWindows.
A vector of numeric giving the minSampling.