Inductive programming: Difference between revisions

Content deleted Content added
m Further reading: clean up using AWB
removed merge tag
Line 1:
{{merge from|Inductive functional programming|discuss=Talk:Inductive programming#Proposed merge with Inductive functional programming|date=February 2014}}
{{Programming paradigms}}
'''Inductive programming''' ('''IP''') is a special area of [[automatic programming]], covering research from [[artificial intelligence]] and [[Computer programming|programming]], which addresses [[machine learning|learning]] of typically [[declarative programming|declarative]] ([[logic programming|logic]] or [[functional programming|functional]]) and often [[recursion|recursive]] programs from incomplete specifications, such as input/output examples or constraints.