You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shared preconditions can be optimized to be evaluated only once, which may require modifications in both UHyper_Compiler#compile_domain and Hypertension_U#planning.
This process can be done by:
Only evaluating the preconditions during the first outcome evaluation
Separating preconditions from operator application (using N + 1 methods)
Using coroutines.
May be slower when evaluating a complex precondition before minimum probability!
See Hypertension_U#execute.
The text was updated successfully, but these errors were encountered:
Shared preconditions can be optimized to be evaluated only once, which may require modifications in both
UHyper_Compiler#compile_domain
andHypertension_U#planning
.This process can be done by:
N + 1
methods)May be slower when evaluating a complex precondition before minimum probability!
See
Hypertension_U#execute
.The text was updated successfully, but these errors were encountered: