src.main.main_eval

Classes

MainEval()

class src.main.main_eval.MainEval
Author:

Alberto M. Esmoris Pena

Class handling the entry point for evaluation tasks

static main(spec)

Entry point logic for evaluation tasks

Parameters:

spec – Key-word specification

static extract_eval_class(spec)

Extract the evaluator’s class from the key-word specification.

Parameters:

spec – The key-word specification.

Returns:

Class representing/realizing an evaluator.

Return type:

Evaluator