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/prob_default.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: 566 bytes
RevLine 
[16080]1# Problem Configuration
2Name = Korns_0200
3ProblemType = Benchmark
4TrainData = Korns_02.trn
5TestData = Korns_02.tst
6HitRatio = 0.01
7MaxIter = 50
8
9# Search Configuration
10UsableVars = 0 1 2 3 4 # list of indices into independent variables
11SearchVar = 0 # index into dependent variables
12
13# Tree Bounds
14MaxSize = 50
15MinSize = 4
16MaxDepth = 6
17MinDepth = 1
18
19# Tree Components
20UsableVars = 0 1 2 3 4 # list of indices into independent variables
21Roots = Add
22Nodes = Add Mul # Div Exp Log Cos Sin
23NonTrig = Add Mul # Div Exp Log
24Leafs = Var ConstantF
Note: See TracBrowser for help on using the repository browser.