Releases: MarkNahabedian/Rete.jl
Releases · MarkNahabedian/Rete.jl
v1.1.0
Rete v1.1.0
This is the initial release of this package, which provides a platform for implementing discrimination networks based on the Rete algorithm. See traditional Artificial Intelligence texts like Russell and Norvig for a description.
The examples in the documentation are simpleminded, but another package, https://github.com/MarkNahabedian/SquareDanceReasoning.jl, makes extensive use of it.
This package does not implement unification or any pattern matching.
Forward chaining rules join those facts that match the rule's input fact types and run Julia code to filter the input facts and output new facts.
There is no retraction mechanism.
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#1) (@dependabot[bot])
- CompatHelper: add new compat entry for MacroTools at version 0.5, (keep existing compat) (#2) (@github-actions[bot])
- CompatHelper: add new compat entry for IterTools at version 1, (keep existing compat) (#3) (@github-actions[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#6) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#7) (@dependabot[bot])