samsontu / eon2pm

EON execution engine source code, but not KBs, data, or output
2 stars 0 forks source link

Caching of criteria evaluation result is no longer appropriate #13

Closed samsontu closed 6 years ago

samsontu commented 6 years ago

As an optimization, the execution engine caches the criteria evaluation result and re-use it. However, in the current usage of the system, such caching is no longer appropriate, as the encoding regularly test whether there is any recommendation from past steps.

samsontu commented 6 years ago

Fixed so that only PAL queries and criteria results are cached.