AutoResearch / equation-tree

https://autoresearch.github.io/equation-tree/
MIT License
1 stars 1 forks source link

Add standard operators and functions #5

Closed younesStrittmatter closed 1 year ago

younesStrittmatter commented 1 year ago

Description

changed infix to prefix to use sympy, add more default operators/functons to include sr_bench standards

younesStrittmatter commented 1 year ago

don't use sympy anymore. Multiple reasons: Unary minus/division are a pain, especially since sympy doesn't use binary trees but trees with arbitrary number of nodes. This is a bit fragile still, but if used with default function and operator space, should work.

ATTENTION: Usage of defaults is highly recommended (subspace of defaults will work too)