from_dict# static ObjectiveCriterion.from_dict(criterion_dict: dict) → Criterion# Create an instance of the Criterion class from actor properties. Parameters: criterion_dictdictOutput from optiSLang server. Returns: CriterionInstance of the Criterion class. Raises: TypeErrorRaised when undefined type of criterion is given.