SymbolicML / DynamicExpressions.jl

Ridiculously fast symbolic expressions
https://symbolicml.org/DynamicExpressions.jl/dev
Apache License 2.0
90 stars 11 forks source link

Do/can we have an inverse `string_tree` function? #76

Open liuyxpp opened 1 month ago

liuyxpp commented 1 month ago

i.e. is there anyway to parse a string output by string_tree into a valid DynamicExpressions expression?

Or is there any other convenient way to save a large amount of dynamicexpressions that can be loaded back for later use?

MilesCranmer commented 1 month ago

Once https://github.com/SymbolicML/DynamicExpressions.jl/pull/73 is merged that would be the right way to do this.