Check for the samplingTime constraints for continuous optimization
checkSamplingTimeConstraintsForContinuousOptimization(
object,
arm,
newSamplings,
outcome
)# S4 method for SamplingTimeConstraints
checkSamplingTimeConstraintsForContinuousOptimization(
object,
arm,
newSamplings,
outcome
)
A list of Boolean giving true if the minimal sampling times is in the vector of sampling times & the number of sampling for each windows is respected false otherwise.
An object from the class SamplingTimeConstraints.
An object from the class Arm.
A vector giving the new sampling.
The outcomes for the model.