concepts.pdsketch.strips.atomic_strips_domain.AtomicStripsRegressionRuleApplier#

class AtomicStripsRegressionRuleApplier[source]#

Bases: object

Methods

Attributes

regression_rule

The regression rule.

arguments

The arguments of the operator, as a tuple of strings.

bound_arguments

The bound arguments of the operator.

__init__(regression_rule, bound_arguments)[source]#
Parameters:
__new__(**kwargs)#
arguments: Tuple[str, ...]#

The arguments of the operator, as a tuple of strings.

bound_arguments: Dict[str, str]#

The bound arguments of the operator.

regression_rule: AtomicStripsRegressionRule#

The regression rule.