export(exprDepth)
export(funcDepth)
export(exprSize)
export(funcSize)
export(exprVisitationLength)
export(funcVisitationLength)
export(exprShapesOfDepth)
export(exprShapesOfMaxDepth)
export(exprsOfDepth)
export(exprsOfMaxDepth)
export(exprShapesOfSize)
export(exprShapesOfMaxSize)
export(exprsOfSize)
export(exprsOfMaxSize)
export(randexprGrow)
export(randexprFull)
export(randfunc)
export(randexprTypedGrow)
export(randexprTypedFull)
export(randfuncTyped)
export(embedDataFrame)
export(subDataFrame)
export(geneticProgramming)
export(symbolicRegression)
export(predict.symbolicRegressionModel)
export(makeStepsStopCondition)
export(makeTimeStopCondition)
export(`&.stopCondition`)
export(`|.stopCondition`)
export(`!.stopCondition`)
export(safeDivide)
export(safeSqroot)
export(safeLn)
export(ln)
export(positive)
export(ifPositive)
export(ifThenElse)
export(arithmeticFunctionSet)
export(expLogFunctionSet)
export(trigonometricFunctionSet)
export(mathFunctionSet)
export(numericConstantSet)
export(mse)
export(rmse)
export(normalize)
export(makeFunctionFitnessFunction)
export(makeRegressionFitnessFunction)
export(inputVariablesOfIndividual)
export(mutateFunc)
export(mutateSubtree)
export(mutateNumericConst)
export(mutateFuncTyped)
export(mutateSubtreeTyped)
export(mutateNumericConstTyped)
export(plotFunctions)
export(funcToPlotmathExpr)
export(exprToPlotmathExpr)
export(makePopulation)
export(makeTypedPopulation)
export(print.population)
export(summary.population)
export(plotPopulationFitnessComplexity)
export(popfitness)
export(randchild)
export(randsubtree)
export(crossover)
export(crossoverexpr)
export(crossoverTyped)
export(crossoverexprTyped)
export(functionSet)
export(inputVariableSet)
export(constantFactorySet)
export(c.functionSet)
export(c.inputVariableSet)
export(c.constantFactorySet)
export(tournamentSelection)
export(commonSubexpressions)
export(numberOfCommonSubexpressions)
export(normalizedNumberOfCommonSubexpressions)
export(NCSdist)
export(sizeWeightedNumberOfCommonSubexpressions)
export(normalizedSizeWeightedNumberOfCommonSubexpressions)
export(SNCSdist)
export(differingSubexpressions)
export(numberOfDifferingSubexpressions)
export(sizeWeightedNumberOfDifferingSubexpressions)
export(st)
export(`%->%`)
export(print.sType)
export(sType)
export(`sType<-`)
export(hasStype)
export(`%::%`)
export(rangeTypeOfType)
