-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultipleGenotypeParameters.txt
35 lines (34 loc) · 1.01 KB
/
multipleGenotypeParameters.txt
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ECF>
<Algorithm>
<SteadyStateTournament>
<Entry key="tsize">5</Entry>
</SteadyStateTournament>
</Algorithm>
<Genotype>
<Tree>
<Entry key="maxdepth">10</Entry>
<Entry key="functionset">+ - * / sin</Entry>
<Entry key="terminalset">X Y Z 25</Entry>
</Tree>
</Genotype>
<Genotype>
<Tree>
<Entry key="maxdepth">10</Entry>
<Entry key="functionset">+ - * / sin</Entry>
<Entry key="terminalset">X Y Z 25</Entry>
</Tree>
</Genotype>
<Registry>
<Entry key="batch.repeats">1</Entry>
<Entry key="batch.singlemilestone">0</Entry>
<Entry key="batch.statsfile">stats.txt</Entry>
<Entry key="log.filename">log.txt</Entry>
<Entry key="log.level">3</Entry>
<Entry key="milestone.filename">m.txt</Entry>
<Entry key="randomizer.seed">0</Entry>
<Entry key="population.size">100</Entry>
<Entry key="mutation.indprob">0.3</Entry>
<Entry key="term.eval">200000</Entry>
</Registry>
</ECF>