addAlgorithm {BatchExperiments} | R Documentation |
Add an algorithm to registry.
Description
Add an algorithm to registry and stores it on disk.
Usage
addAlgorithm(reg, id, fun, overwrite = FALSE)
Arguments
reg |
[ |
id |
[ |
fun |
[ To retrieve job informations from the |
overwrite |
[ |
Value
[character(1)
]. Invisibly returns the id.
See Also
Other add:
addExperiments()
,
addProblem()