-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_settings_mixed.json
More file actions
63 lines (61 loc) · 1.33 KB
/
example_settings_mixed.json
File metadata and controls
63 lines (61 loc) · 1.33 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
{
"name": "mass_mixed",
"fixed": {
"condition": {
"/res_metrics/soc":0.0,
"/res_metrics/avg_l":0.0,
"/res_metrics/cruise_aoa":0.0,
"/res_metrics/cruise_fom":0.0,
"/res_metrics/cruise_l":0.0,
"/res_metrics/avg_drag":0.0
},
"lambdas": [
{
"name": "battery_squared",
"x": "/design_tree/battery/mass",
"function": "lambda x: x**2"
}
],
"mask_cond": [
"/res_metrics/avg_drag",
"/res_metrics/avg_l",
"/res_metrics/comp_weights/total",
"/res_metrics/cruise_aoa",
"/res_metrics/cruise_fom",
"/res_metrics/cruise_l",
"/res_metrics/soc"
]
},
"investigations": [
{
"name": "mass_mixed_-1.0",
"condition": {
"/res_metrics/comp_weights/total":-1.0
}
},
{
"name": "mass_mixed_-0.5",
"condition": {
"/res_metrics/comp_weights/total":-0.5
}
},
{
"name": "mass_mixed_0",
"condition": {
"/res_metrics/comp_weights/total":0.0
}
},
{
"name": "mass_mixed_0.5",
"condition": {
"/res_metrics/comp_weights/total":0.5
}
},
{
"name": "mass_mixed_1.0",
"condition": {
"/res_metrics/comp_weights/total":1.0
}
}
]
}