From 45f93b36b71a02619b267b4dcb76c8f8a2d001d5 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 7 Apr 2025 21:37:46 +1200 Subject: [PATCH] Fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ed0705..44c23c1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Affiliation This wrapper is maintained by the JuMP community and is not an official project -of [sburer](https://github.com/sburer). +of [`@sburer`](https://github.com/sburer). ## Getting help @@ -55,7 +55,7 @@ searches for their rank-`r` factor `F` such that `X = F * F'`. The advantage is that, as `F` is a `n × r` matrix, this decreases the number of variables if `r < n`. The disadvantage is that the SDPLR is now solving a -nonconvex probem so it may converge to a solution that is not optimal. +nonconvex problem so it may converge to a solution that is not optimal. The rule of thumb is: the larger `r` is, the more likely the solution you will get is optimal but the smaller `r` is, the faster each iteration is