-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfsys.stock.2
51 lines (45 loc) · 1.2 KB
/
confsys.stock.2
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<random>
seed = 0.9
</random>
<condition::ternary>
condition size = 5
dontcare probability = 0.1
mutate with dontcare = on
crossover method = 1
mutation method = 2
</condition::ternary>
<action::binary>
number of bits = 4
</action::binary>
<environment::stock_env>
stock data file = /home/liu/毕业设计/code/600547.XSHG.csv
</environment::stock_env>
<classifier_system>
population size = 100
learning rate = 0.5
discount factor = 0.7
covering strategy = action_based 0
discovery component = off
theta GA = 10
crossover probability = 0.1
mutation probability = 0.04
epsilon zero = 10
vi = 5
alpha = 0.1
prediction init = 10.0
error init = 0.1
fitness init = 1
set size init = 10
population init = load:/home/liu/毕业设计/code/classifiers.txt
exploration strategy = RANDOM
deletion strategy = ACCURACY-BASED
theta delete = 20
theta GA sub = 20
theta AS sub = 50
GA subsumption = on
AS subsumption = on
update error first = on
use MAM = on
GA tournament selection = on
tournament size = 0.3
</classifier_system>