Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2929_PrioritizedGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.PGE/3.3/go-code/go-pge/config/prob/bench/Nguyen_09.cfg @ 16080

Last change on this file since 16080 was 16080, checked in by hmaislin, 6 years ago

#2929 initial commit of working PGE version

File size: 576 bytes
Line 
1# Problem Configuration
2Name = Nguyen_09
3ProblemType = Benchmark
4TrainData = benchmark/Nguyen_09.trn
5TestData = benchmark/Nguyen_09.tst
6HitRatio = 0.01
7MaxIter = 1000
8
9# Search Configuration
10UsableVars =  0 1 # list of indices into independent variables
11SearchVar = 0 # index into dependent variables
12
13# Tree Bounds
14MaxSize = 50
15MinSize = 4   # GPSR does not work when MinSize < 4
16MaxDepth = 6
17MinDepth = 1
18
19# Tree Components
20UsableVars =  0 1
21Roots = Add
22Nodes =  Add Mul Div Sin Cos Exp Log Sqrt
23NonTrig =  Add Mul Div Exp Log
24Leafs = Var ConstantF
Note: See TracBrowser for help on using the repository browser.