You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ParameterValidation should distinguish between integers and doubles. If, for example, an algorithm has a variable nTrials with default number 11, parameterValidation will reject user inputs where nTrials=0.5.