samsontu / eon2pm

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

Evaluation of action choices that are not preferred #9

Closed samsontu closed 6 years ago

samsontu commented 6 years ago

Based on early design of the EON execution engine that returns all Action Choices for user choice, the execution engine evaluates all Action Choices (including ruled out actions), resulting in unwarranted error messages and useless computation. Fix: Evaluate Action Choice actions only when the Choice is preferred.

samsontu commented 6 years ago

Evaluate Action Choice actions only when the Choice is preferred.