Tabu (bnlearn)
Module name |
|
Package |
|
Version |
4.8.3 |
Language |
|
Docs |
|
Paper |
|
Graph type |
|
MCMC |
No |
Edge constraints |
|
Data type |
C, D, M |
Data missingness |
|
Intervention type |
|
Docker |
Tabu
Tabu is a less greedy version of the HC algorithm allowing for non-optimal moves that might be beneficial from a global perspective to avoid local maxima.
Some fields described
edgeConstraintsName of the JSON file containing background knowledge
Example JSON
[
{
"id": "tabu-bde",
"score": "bde",
"iss": [
0.001,
0.01,
0.1
],
"issmu": 1,
"issw": null,
"l": 5,
"k": 1,
"prior": "uniform",
"beta": 1,
"timeout": null,
"edgeConstraints": "edgeConstraints.json"
},
{
"id": "tabu-bge",
"score": "bge",
"iss": 1,
"issmu": [
0.0001,
0.001,
0.01,
0.05
],
"issw": null,
"l": 5,
"k": 1,
"prior": "uniform",
"beta": 1,
"timeout": null,
"edgeConstraints": "edgeConstraints.json"
}
]