Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Wouda committed Jan 9, 2023
1 parent 9374b04 commit 132c3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/setup/template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 132c3b2

Please sign in to comment.