More clear description

main
Luca Lombardo 2 years ago
parent e3ae0ce14a
commit 74bc0d4de6

@ -95,7 +95,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Basic test case with random numbers to test the algorithm." "Auxiliary function to compute the $\\tilde P$ matrix described in the reference paper"
] ]
}, },
{ {
@ -147,6 +147,13 @@
" return A, p.T" " return A, p.T"
] ]
}, },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"`Algorithm 4` described in the reference paper "
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 5, "execution_count": 5,
@ -256,6 +263,13 @@
" raise Exception('Maximum number of iterations reached')" " raise Exception('Maximum number of iterations reached')"
] ]
}, },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Random Numerical Test Case on a small-world random graph"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 6, "execution_count": 6,
@ -815,7 +829,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.10.8" "version": "3.10.9"
}, },
"orig_nbformat": 4, "orig_nbformat": 4,
"vscode": { "vscode": {

Loading…
Cancel
Save