Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2929_PrioritizedGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.PGE/3.3/src/go-pge/config/prob/bench/Keijzer_02.cfg @ 16620

Last change on this file since 16620 was 16620, checked in by hmaislin, 5 years ago

#2929: Reorganized folder structure for make script, removed explicit marshalling, erased go-side logging

File size: 522 bytes
Line 
1# Problem Configuration
2Name = Keijzer_02
3ProblemType = Benchmark
4TrainData = benchmark/Keijzer_02.trn
5TestData = benchmark/Keijzer_02.tst
6HitRatio = 0.01
7MaxIter = 1000
8
9# Search Configuration
10UsableVars =  0 # 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
21Roots = Add
22Nodes =  Add Mul Div
23NonTrig =  Add Mul Div
24Leafs = Var ConstantF
Note: See TracBrowser for help on using the repository browser.