Description Usage Arguments Value Author(s)
target.runner.default is the default targetRunner function. You can use it as
an advanced example of how to create your own targetRunner function.
1 | target.runner.default(experiment, scenario)
|
experiment |
A list describing the experiment. It contains at least:
|
scenario |
Options passed when invoking irace. |
If targetEvaluator is NULL, then the targetRunner
function must return a list with at least one element "cost",
the numerical value corresponding to the evaluation of the given
configuration on the given instance.
If the scenario option maxTime is non-zero, then the list must
contain at least another element "time" that reports the
execution time for this call to targetRunner.
The return list may also contain the following optional elements that are used
by irace for reporting errors in targetRunner:
erroris a string used to report an error;
outputRawis a string used to report the raw output of calls to an external program or function;
callis a string used to report how targetRunner called
an external program or function.
Manuel López-Ibáñez and Jérémie Dubois-Lacoste
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.