87 lines
1.1 KiB
JSON
Executable File
87 lines
1.1 KiB
JSON
Executable File
{
|
|
"jsonType": "braid",
|
|
"jsonVersion": "1.0",
|
|
"title": "Moving the Immovable",
|
|
"numLanes": 3,
|
|
"numSteps": 5,
|
|
"numMatrices": 1,
|
|
"braidSequence": [
|
|
[
|
|
1,
|
|
2,
|
|
3
|
|
],
|
|
[
|
|
2,
|
|
1,
|
|
3
|
|
],
|
|
[
|
|
3,
|
|
1,
|
|
2
|
|
],
|
|
[
|
|
2,
|
|
1,
|
|
3
|
|
],
|
|
[
|
|
3,
|
|
1,
|
|
2
|
|
]
|
|
],
|
|
"weightMatrices": {
|
|
"A": [
|
|
[
|
|
0.333,
|
|
0.333,
|
|
0.333
|
|
],
|
|
[
|
|
0.333,
|
|
0.333,
|
|
0.333
|
|
],
|
|
[
|
|
0.333,
|
|
0.333,
|
|
0.333
|
|
]
|
|
]
|
|
},
|
|
"stepConfig": [
|
|
{
|
|
"stepType": "permutation",
|
|
"stepMatrix": "A"
|
|
},
|
|
{
|
|
"stepType": "permutation",
|
|
"stepMatrix": "A"
|
|
},
|
|
{
|
|
"stepType": "permutation",
|
|
"stepMatrix": "A"
|
|
},
|
|
{
|
|
"stepType": "permutation",
|
|
"stepMatrix": "A"
|
|
},
|
|
{
|
|
"stepType": "permutation",
|
|
"stepMatrix": "A"
|
|
}
|
|
],
|
|
"laneTexts": [
|
|
"e'",
|
|
"fis'",
|
|
"b'"
|
|
],
|
|
"laneColors": [
|
|
"red",
|
|
"green",
|
|
"blue"
|
|
],
|
|
"showGrid": true
|
|
} |