dacapo.experiments.tasks.task_config

Module Contents

Classes

TaskConfig

Base class for task configurations. Each subclass of a Task should

class dacapo.experiments.tasks.task_config.TaskConfig

Base class for task configurations. Each subclass of a Task should have a corresponding config class derived from TaskConfig.

name: str
verify() Tuple[bool, str]

Check whether this is a valid Task