-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathfunctionSignatures.json
More file actions
84 lines (84 loc) · 2.24 KB
/
Copy pathfunctionSignatures.json
File metadata and controls
84 lines (84 loc) · 2.24 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
{
"_schemaVersion": "1.0.0",
"rvmd": {
"inputs": [
{
"name": "Q",
"kind": "required",
"type": ["numeric"],
"purpose": "finite real- or complex-valued S-by-T data matrix"
},
{
"name": "K",
"kind": "required",
"type": ["numeric", "integer", "scalar", ">0"],
"purpose": "number of modes"
},
{
"name": "Alpha",
"kind": "required",
"type": ["numeric", "scalar", ">=0"],
"purpose": "bandwidth penalty in 1/(1+2*Alpha*d^2)"
},
{
"name": "Restart",
"kind": "namevalue",
"purpose": "restart state returned by rvmd"
},
{
"name": "Weight",
"kind": "namevalue",
"type": ["numeric"],
"purpose": "positive scalar or spatial weight vector"
},
{
"name": "Tolerance",
"kind": "namevalue",
"type": ["numeric", "scalar", ">=0"],
"purpose": "iteration stopping tolerance"
},
{
"name": "MaximumSteps",
"kind": "namevalue",
"type": ["numeric", "integer", "scalar", ">0"],
"purpose": "total iteration cap, including saved restart steps"
},
{
"name": "InitFreqType",
"kind": "namevalue",
"type": "choices={-1,0,1}",
"purpose": "random, zero, or uniform frequency initialization"
},
{
"name": "InitFreqMaximum",
"kind": "namevalue",
"type": ["numeric", "scalar", ">=0"],
"purpose": "initial frequency upper bound, capped at 0.5"
},
{
"name": "Device",
"kind": "namevalue",
"type": "choices={'cpu','gpu'}",
"purpose": "computation device"
},
{
"name": "FPPrecision",
"kind": "namevalue",
"type": "choices={'single','double'}",
"purpose": "floating-point precision"
},
{
"name": "nDC",
"kind": "namevalue",
"type": ["numeric", "integer", "scalar", ">=0"],
"purpose": "number of leading modes fixed at zero frequency"
},
{
"name": "Display",
"kind": "namevalue",
"type": "choices={'off','iter'}",
"purpose": "iteration display mode"
}
]
}
}