-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
61 lines (60 loc) · 1.59 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
importFrom("stats", "dnorm", "runif")
importFrom("utils", "tail")
export(
"grule",
"gsrule",
"gvrule",
"CreateGrammar",
"GrammarMap",
"GrammarGenotypeToPhenotype",
"GrammarRandomExpression",
"EvalExpressions",
"GeneticAlg.int",
"EvolutionStrategy.int",
"GrammaticalEvolution",
"GetGrammarDepth",
"GetGrammarMaxRuleSize",
"GetGrammarMaxSequenceLen",
"GetGrammarNumOfExpressions",
"GrammarStartSymbol",
"GrammarIsRecursive",
"GrammarIsTerminal",
"GrammarGetDepth",
"GrammarMaxRuleSize",
"GrammarMaxSequenceLen",
"GrammarMaxSequenceRange",
"GrammarNumOfExpressions",
"c.GERule",
"as.character.GEPhenotype",
"as.expression.GEPhenotype",
"print.GEPhenotype",
"print.grammar",
"print.GERule",
"print.GrammarOverflow",
"print.GESearch",
"print.GeneticAlg.int",
"print.EvolutionStrategy.int",
"print.GrammaticalEvolution",
"summary.grammar",
"print.summary.grammar",
"is.GrammarOverflow",
"GrammarGetFirstSequence",
"GrammarGetNextSequence",
"GrammaticalExhaustiveSearch",
"GrammaticalRandomSearch",
"ReplaceInExpression"
)
S3method(c, GERule)
S3method(summary, grammar)
S3method(print, grammar)
S3method(print, summary.grammar)
S3method(print, GEPhenotype)
S3method(print, GERule)
S3method(print, GESearch)
S3method(print, GrammarOverflow)
S3method(print, GeneticAlg.int)
S3method(print, EvolutionStrategy.int)
S3method(print, GrammaticalEvolution)
S3method(as.character, GEPhenotype)
S3method(as.expression, GEPhenotype)
S3method(as.expression, GEPhenotype)