Skip to content

Conversation

@jmuth
Copy link

@jmuth jmuth commented Jun 10, 2016

Master semester project of Joachim Muth with title "Corpus based synthesis"

Experiment various methods to compare functional trees between them. Given a function, use these algorithms to find the most similar tree contained in a corpus of functions. Try to suggest an autocompletion for a ”hole” in a tree, based on this corpus.

Add some documentations in "installation.rst" to help future installations on IntelliJ.

jmuth added 30 commits March 14, 2016 15:13
*/
trait Comparator {
val name: String
def compare(expr_base: Expr, expr: Expr): (Double, String)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should consistently use camelcase in Scala code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants