Dynamically adding rules in a running system #255
Answered
by
newm4n
rishijain300900
asked this question in
Q&A
-
Hi |
Beta Was this translation helpful? Give feedback.
Answered by
newm4n
Oct 13, 2021
Replies: 1 comment
-
In Grools, its not that dynamic. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rishijain300900
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Grools, its not that dynamic.
You can't modify the rule set (
KnowledgeBase
) of the running engine.You have to modify the rule set in
KnowledgeLibrary
, obtain another instance ofKnowledgeBase
from the library and run again.