concepts.dsl.learning.function_domain_search#
An enumerative search algorithm to generate candidate functions and expressions in a simple function domain.
Functions
| 
 | Return a new function object with argument reordered: functions, variables, constants. | 
| Generate a list of FunctionDomainExpressionSearchResult from a list of expressions. | |
| 
 | Generate merge functions. | 
| 
 | Learn a function from examples. | 
| Return the number of constants, variables, and functions in a function. | 
Classes
| Statistics for the argument list of a function. | |
| An enumerator of expressions and functions for a function domain. | |
| FunctionDomainExpressionSearchResult(expression: Union[concepts.dsl.expression.ConstantExpression, concepts.dsl.dsl_functions.Function, concepts.dsl.expression.FunctionApplicationExpression], depth: int, nr_constant_arguments: int, nr_variable_arguments: int, nr_function_arguments: int) |