|
|
|
|
|
by danbruc
64 days ago
|
|
Where do you see exponential blow-up? If you replace every function in an expression tree with a tree of eml functions, that is a size increase by a constant factor. And the factor does not seem unreasonable but in the range 10 to 100. |
|
As an example, searching for sqrt(x) would require a tree of depth ~40 which is in the trillion-parameter regime.