parameters_tree {iraceplot} | R Documentation |
Print parameter dependencies as a tree
Description
Print parameter dependencies as a tree
Usage
parameters_tree(parameters)
Arguments
parameters |
( |
Author(s)
Manuel López-Ibáñez
Examples
## Read the parameters directly from text
parameters_tab <-
'a "" i (2, 10)
b "" c (yes, no) | a < 5
c "" r (10, 50) | a == 2 || b == "yes"
'
parameters <- irace::readParameters(text=parameters_tab)
parameters_tree(parameters)
[Package iraceplot version 1.3 Index]