From 38d5200462b9399cc063b1f4afd8208bf9136961 Mon Sep 17 00:00:00 2001 From: Sergiu-Antonin Ghita Date: Thu, 25 Aug 2016 23:25:39 +0200 Subject: fix typo: "mimimum" -> "minimum" --- docs/00-five-simple-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/00-five-simple-examples.md b/docs/00-five-simple-examples.md index 82c0e59..81c9aaa 100644 --- a/docs/00-five-simple-examples.md +++ b/docs/00-five-simple-examples.md @@ -59,7 +59,7 @@ Printing the function value (here on a random point) can be easily done with: print(J(torch.rand(N))) ``` -## 2. Find the exact mimimum +## 2. Find the exact minimum We can inverse the matrix (which might not be numerically optimal) -- cgit v1.2.3