SymbolicML / DynamicExpressions.jl

Ridiculously fast symbolic expressions
https://ai.damtp.cam.ac.uk/dynamicexpressions
Apache License 2.0
106 stars 15 forks source link

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

Open liuyxpp opened 6 months ago

liuyxpp commented 6 months 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 6 months ago

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