This is a more memory-efficient and fast version of the proven DynamicFiltering evaluation method. In most cases you should use DynamicFiltering2 instead of DynamicFiltering. This evaluation method basically implements the ideas of the MagicSet algorithm directly in the inference kernel without generating additional rules. This has two important advantages:
| • | Less rules have to be evaluated |
| • | The evaluation operates on the original rules which makes it easier to understand the evaluation |
Currently DynamicFiltering2 is the best choice for persistent storage systems. In order to start OntoBroker with this evaluation method set
EvaluationMethod=DynamicFiltering2
in OntoConfig.prp.