TestTaskEnd#

class capymoa.ocl.evaluation.events.TestTaskEnd[source]#

Bases: TestTaskBegin

On evaluation end for a task.

__init__(
train_task: int,
test_task: int,
continual_eval: int,
global_step: int,
) → None#
continual_eval: int#

If multiple evaluations are performed during each training task, this counts which evaluation pass is being performed. Otherwise will be 0.

global_step: int#

A monotonically increasing integer that counts training and evaluation steps.

test_task: int#

The ID of the test task that has begun.

train_task: int#

The ID of the training task that is being evaluated.