forked from sstklen/trump-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevolution_log.json
More file actions
124 lines (124 loc) · 2.37 KB
/
evolution_log.json
File metadata and controls
124 lines (124 loc) · 2.37 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[
{
"date": "2026-03-15",
"crossover": 16,
"mutation": 12,
"distill": 18,
"total_new": 46,
"total_rules_after": 546,
"top_3": [
{
"features": [
"kw_interest_rate",
"kw_thank_you_for_your_attention",
"kw_economy"
],
"direction": "LONG",
"hold": 3,
"score": 100.0,
"origin": "crossover"
},
{
"features": [
"kw_interest_rate",
"kw_dow_2plus"
],
"direction": "LONG",
"hold": 3,
"score": 100.0,
"origin": "distilled"
},
{
"features": [
"kw_deal",
"kw_beautiful",
"volume_falling_3d"
],
"direction": "LONG",
"hold": 3,
"score": 94.4,
"origin": "crossover"
}
]
},
{
"date": "2026-03-15",
"crossover": 16,
"mutation": 16,
"distill": 18,
"total_new": 50,
"total_rules_after": 550,
"top_3": [
{
"features": [
"open_jobs",
"is_friday"
],
"direction": "LONG",
"hold": 3,
"score": 100.0,
"origin": "mutation_remove"
},
{
"features": [
"kw_interest_rate",
"kw_dow_2plus"
],
"direction": "LONG",
"hold": 3,
"score": 100.0,
"origin": "distilled"
},
{
"features": [
"kw_thank_you_for_your_attention",
"open_china"
],
"direction": "LONG",
"hold": 2,
"score": 90.9,
"origin": "mutation_remove"
}
]
},
{
"date": "2026-03-15",
"crossover": 16,
"mutation": 16,
"distill": 17,
"total_new": 49,
"total_rules_after": 600,
"top_3": [
{
"features": [
"kw_energy",
"kw_interest_rate"
],
"direction": "LONG",
"hold": 3,
"score": 100.0,
"origin": "crossover"
},
{
"features": [
"kw_interest_rate",
"kw_energy"
],
"direction": "LONG",
"hold": 3,
"score": 100.0,
"origin": "distilled"
},
{
"features": [
"is_friday",
"kw_tariffs_2plus"
],
"direction": "LONG",
"hold": 3,
"score": 93.8,
"origin": "distilled"
}
]
}
]