From 132c3b282a322d206901893985d741e30a2e6de0 Mon Sep 17 00:00:00 2001 From: Niels Wouda Date: Mon, 9 Jan 2023 22:50:40 +0100 Subject: [PATCH] Fix typo in docs --- docs/source/setup/template.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/setup/template.rst b/docs/source/setup/template.rst index 5cdcf80..28f6563 100644 --- a/docs/source/setup/template.rst +++ b/docs/source/setup/template.rst @@ -26,7 +26,7 @@ A good first repair operator is *greedy repair*, which repairs the partially des \arg \max_x f(x) = \arg \min_x -f(x), that is, the solution :math:`x` that maximises :math:`f(x)` is the same - :math:`x` that mimimises :math:`-f(x)`. In your ALNS implementation, you + :math:`x` that minimises :math:`-f(x)`. In your ALNS implementation, you should thus implement your objective as :math:`-f(x)`. The following is a quickstart template that can help you get started: