You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/optimisation/maximum-likelihood.ipynb
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
"\n",
9
9
"As well as minimising error functions, PINTS optimisation can be used to find the maximum of a loglikelihood (or of any [pints.LogPDF object](https://pints.readthedocs.io/en/latest/log_pdfs.html#pints.LogPDF)).\n",
10
10
"\n",
11
-
"Following on from the [first example](optimisation-first-example.ipynb), we can define an inference problem using the [logistic model](https://pints.readthedocs.io/en/latest/toy/logistic_model.html#module-pints.toy):"
11
+
"Following on from the [first example](first-example.ipynb), we can define an inference problem using the [logistic model](https://pints.readthedocs.io/en/latest/toy/logistic_model.html#module-pints.toy):"
Copy file name to clipboardExpand all lines: examples/optimisation/multi-objective.ipynb
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
"cell_type": "markdown",
14
14
"metadata": {},
15
15
"source": [
16
-
"To simulate this, we'll load two copies of the [logistic model](/toy-model-logistic.ipynb), and run two simulations with the same parameters (the same system) but different initial conditions (a different experiment)."
16
+
"To simulate this, we'll load two copies of the [logistic model](../other-functionality/toy/model-logistic.ipynb), and run two simulations with the same parameters (the same system) but different initial conditions (a different experiment)."
Copy file name to clipboardExpand all lines: examples/optimisation/pso.ipynb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
"\n",
9
9
"This example shows you how to run a global optimisation with [PSO (particle swarm optimisation)](http://pints.readthedocs.io/en/latest/optimisers/pso.html).\n",
10
10
"\n",
11
-
"For a more elaborate example of an optimisation, see: [basic optimisation example](./optimisation-first-example.ipynb)."
11
+
"For a more elaborate example of an optimisation, see: [basic optimisation example](./first-example.ipynb)."
0 commit comments