amnh / PCG

𝙋𝙝𝙮𝙡𝙤𝙜𝙚𝙣𝙚𝙩𝙞𝙘 𝘾𝙤𝙢𝙥𝙤𝙣𝙚𝙣𝙩 𝙂𝙧𝙖𝙥𝙝 ⸺ Haskell program and libraries for general phylogenetic graph search
28 stars 1 forks source link

Experiment with "Trees That Grow" technique(s) #44

Closed recursion-ninja closed 4 years ago

recursion-ninja commented 7 years ago

I read through the introduction of Shayan Najd and Simon Peyton Jones' paper Trees That Grow and it seems to describe our exact problem of modelling in a well-typed manner a tree with expanding decorations on the vertices.

I'm hoping to try and replicate their technique in our phylogenetic computation context rather than the paper's "parser centric" context.

recursion-ninja commented 4 years ago

We have abandoned the "Trees that Grow" approach and chosen to pursue a different approach for record representation in our graphs. The graph object rewrite obviates this issue.