nicetoolbox.evaluation.engine.EvaluationEngine

class nicetoolbox.evaluation.engine.EvaluationEngine(config_handler: ConfigHandler, io_manager: IO)[source]

Bases: object

Initialize the EvaluationEngine with configuration and IO manager.

Methods

run

Run the evaluation process.

run() None[source]

Run the evaluation process.

This includes: 1. Main loop over configurations 2. Calls dataset-specific runner.