isValid

open fun isValid(settings: Map<Factor, Double>, enforceRange: Boolean = true): Boolean

Checks if the settings for the factors are valid for this design

Parameters

settings

the map contains each factor and the setting of the factor

enforceRange

true indicates if the range limits of the factor are used in the validation check. Not enforcing the range check allows settings that may be out of range limits for the factors