-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (22 loc) · 1.11 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,minimum-scale=1.0">
<title>国债期货回测结果跑分图</title>
<button type="button">学习率=0.2,未模糊化处理的标准模型(7个行情特征)</button>
<br><br>
<button type="button">学习率=0.02,未模糊化处理的标准模型(7个行情特征)</button>
<br><br>
<button type="button">学习率=0.002,未模糊化处理的标准模型(7个行情特征)</button>
<br><br>
<button type="button">学习率=0.0002,模糊化处理的标准模型(7个行情特征+8个技术指标)</button>
<br><br>
<button type="button" onclick="window.location.href='https://public.flourish.studio/visualisation/7022846/'";>学习率=0.0002,模糊化处理的标准模型(7个行情特征+8个技术指标)</button>
<br><br>
<button type="button">学习率=0.0002,模糊化处理的标准模型(7个行情特征+8个技术指标)</button>
<br><br>
</head>
<body>
</body>
</html>