In GitLab by @barry.nouwt.tno.nl on Aug 29, 2023, 09:12
In some circumstances, when the reasoner is enabled, a knowledge base is contacted multiple times with the same (or nearly the same) question. This is caused by the heuristic of the reasoner plan to determine whether a node changed or not. Currently, it says it changed, while in practice it maybe did not. See also this code: https://github.com/TNO/knowledge-engine/blob/master/reasoner/src/main/java/eu/knowledge/engine/reasoner/ReasonerPlan.java#L134
In GitLab by @barry.nouwt.tno.nl on Aug 29, 2023, 09:12
In some circumstances, when the reasoner is enabled, a knowledge base is contacted multiple times with the same (or nearly the same) question. This is caused by the heuristic of the reasoner plan to determine whether a node changed or not. Currently, it says it changed, while in practice it maybe did not. See also this code: https://github.com/TNO/knowledge-engine/blob/master/reasoner/src/main/java/eu/knowledge/engine/reasoner/ReasonerPlan.java#L134