tree {deducorrect} | R Documentation |
Solve an optimization problem using a tree algorithm as described in Scholtus (2009)
Description
Solve an optimization problem using a tree algorithm as described in Scholtus (2009)
Usage
tree(B, kappa, delta = as.logical(rep(NA, ncol(B))), sol = NULL)
Arguments
B |
binary matrix with suggested corrections per violated edit |
kappa |
frequency of suggested corrections |
delta |
|
sol |
current best solution. (starts with null) |
Value
sol
[Package deducorrect version 1.3.7 Index]