diff --git a/docs/source/setup/template.rst b/docs/source/setup/template.rst index 5cdcf807..28f65637 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: