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.bakk @ 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: 612 bytes
Line 
1# Problem Configuration
2Name = Annie
3ProblemType = Diffeq
4TrainData = real/mendata_lim.mat
5TestData = real/mendata_lim.mat
6HitRatio = 0.01
7MaxIter = 10000
8
9# Search Configuration
10UsableVars = 0 1 2 3 4 5 6 7 8 # list of indices into independent variables
11SearchVar = 3 # phys: 6 8  chem: 3   bio: 4 5  # index into dependent variables
12
13# Tree Bounds
14MaxSize = 50
15MinSize = 4
16MaxDepth = 6
17MinDepth = 1
18
19# Tree Components
20# UsableVars = 0 1 2 3 4 5 6 7 8 # list of indices into independent variables
21Roots = Add
22Nodes = Add Mul Div Sin
23NonTrig = Add Mul Div #Exp Log
24Leafs = Var ConstantF
Note: See TracBrowser for help on using the repository browser.