State ===== The ``State`` dataclass tracks the complete state of an active learning task, including the current round number, acquired candidates, training data, validation data, and all relevant metadata for resuming or analyzing experiments. .. automodule:: alf_core.dataclasses.state :members: :show-inheritance: :undoc-members: