SymbolicML / DynamicExpressions.jl

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

AbstractTrees.jl support #77

Open nsajko opened 5 months ago

nsajko commented 5 months ago

https://juliahub.com/ui/Packages/General/AbstractTrees

The only two functions that are mandatory to overload are children and nodevalue.

MilesCranmer commented 5 months ago

Sure, sounds good to me.