mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-17 13:06:14 +02:00
In this commit, we add the static command-center site: an overview phase tracker, live run charts with candidate lineage, a corpus explorer, and an explainer covering the simulator, mission control's probability models, and the evolution results. The site is self-contained (no build step), serves via any static file server, and publishes to Litbucket through the refresh_dashboard.sh script, which exports a GEPA run directory into the dashboard's data schema via export_run.py.
85 lines
No EOL
1.1 KiB
JSON
85 lines
No EOL
1.1 KiB
JSON
{
|
|
"meta": {
|
|
"files": 36,
|
|
"scenarios": 295,
|
|
"splits": {
|
|
"train": 20,
|
|
"val": 8,
|
|
"test": 8
|
|
}
|
|
},
|
|
"topology": [
|
|
{
|
|
"label": "smallworld",
|
|
"value": 18
|
|
},
|
|
{
|
|
"label": "grid",
|
|
"value": 10
|
|
},
|
|
{
|
|
"label": "hubspoke",
|
|
"value": 8
|
|
}
|
|
],
|
|
"liquidity": [
|
|
{
|
|
"label": "bimodal",
|
|
"value": 22
|
|
},
|
|
{
|
|
"label": "uniform",
|
|
"value": 14
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"label": "100",
|
|
"value": 10
|
|
},
|
|
{
|
|
"label": "150",
|
|
"value": 8
|
|
},
|
|
{
|
|
"label": "200",
|
|
"value": 8
|
|
},
|
|
{
|
|
"label": "500",
|
|
"value": 10
|
|
}
|
|
],
|
|
"max_parts": [
|
|
{
|
|
"label": "1",
|
|
"value": 95
|
|
},
|
|
{
|
|
"label": "4",
|
|
"value": 100
|
|
},
|
|
{
|
|
"label": "16",
|
|
"value": 100
|
|
}
|
|
],
|
|
"amount": [
|
|
{
|
|
"label": "< 0.5M",
|
|
"value": 67
|
|
},
|
|
{
|
|
"label": "0.5-2M",
|
|
"value": 102
|
|
},
|
|
{
|
|
"label": "2-5M",
|
|
"value": 78
|
|
},
|
|
{
|
|
"label": "5-10M",
|
|
"value": 48
|
|
}
|
|
]
|
|
} |