target.evaluator.default
is the default targetEvaluator
function that is
invoked if targetEvaluator
is a string (by default
targetEvaluator
is NULL
and this function is not invoked). You can use it as
an advanced example of how to create your own targetEvaluator
function.
target.evaluator.default(experiment, num.configurations, all.conf.id, scenario, target.runner.call)
target.runner
.