-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling rules in to a decision tree as Java source code #1009
Labels
Comments
axkr
added a commit
that referenced
this issue
Jun 21, 2024
axkr
added a commit
that referenced
this issue
Jul 1, 2024
"work in progress" - source must be modified after *Rules.java generation - SphericalHarmonicYRules.java - delete comma - DRules.java - replace with GITHEAD revision
axkr
added a commit
that referenced
this issue
Jul 2, 2024
axkr
added a commit
that referenced
this issue
Jul 16, 2024
axkr
added a commit
that referenced
this issue
Jul 19, 2024
axkr
added a commit
that referenced
this issue
Jul 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The goal of this enhancement in the first step is to generate a decision tree from the existing pattern matching rules as Java source code.
In the first step only simple rules should be converted into Java source code and be used for built-in functions rules:
In the second step the rules from the Rubi Integrator should be used and converted into a Java source code:
See: https://arxiv.org/abs/1705.00907 page 25 for the used discimination net.
The text was updated successfully, but these errors were encountered: