-
Notifications
You must be signed in to change notification settings - Fork 10
Documentation #21
Copy link
Copy link
Open
Description
Hi,
Is there a documentation talking about the source code like an API documentation?
I am developing a structure like:
Given that Const is a subtype of Exp
f{T<:Exp}(x::T,y ::T ) = Composite(x,y)
f(x::Const,y::Const) => here I look for optimization cases where Const(0.0) or Const(1.0) and in the fall back case , I need to call f{T<:Exp}(x::T,y ::T ).
This definitely needs this sort of dispatch. I developed my own expression tree matching system. however i need to develop a decision tree and linearization scheme like yours? So If there is a document about the process, it would be awesome.
Or at least, an explanation about each type or jl file that you use in your code would be a nice thing.
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels