Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Semester project: corpus based synthesis #220

Open
wants to merge 79 commits into
base: master
Choose a base branch
from

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.

None yet

2 participants