Commit 3f5de819 authored by Davis King's avatar Davis King

Fixed grammar

parent a6c6427e
...@@ -87,7 +87,7 @@ namespace dlib ...@@ -87,7 +87,7 @@ namespace dlib
ensures ensures
- This function solves the following optimization problem: - This function solves the following optimization problem:
Minimize: f(p) == 0.5*trans(p)*B*p + trans(g)*p Minimize: f(p) == 0.5*trans(p)*B*p + trans(g)*p
subject to the following constraint: subject to the following constraints:
- length(p) <= radius - length(p) <= radius
- lower(i) <= p(i) <= upper(i), for all i - lower(i) <= p(i) <= upper(i), for all i
- Solves the problem to eps accuracy. We do this by greedily finding the most - Solves the problem to eps accuracy. We do this by greedily finding the most
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment