sisl / ExprOptimization.jl

Algorithms for optimization of Julia expressions
Other
44 stars 11 forks source link

Enumerating algorithms and _() #4

Closed rcnlee closed 7 years ago

rcnlee commented 7 years ago

Enumerating algorithms, such as Nested Monte Carlo, Iterated Depth-First Search, etc., will not be able to handle () rules properly since they enumerate over production rules but there could be infinitely many possibilities hidden inside ().

mykelk commented 7 years ago

I don't think we need to support these. We actually removed these algorithms from the book in the latest version.