Removal of the cost error #95
stephane-caron
started this conversation in
Design
Replies: 1 comment
-
Acted in v2.1.0 of the benchmark. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So far, the benchmark has considered the "cost error" defined for a given primal solution$x$ as $|f(x) - f^*|$ , where $f(x) = x^T P x + q^T x$ and $f^*$ is an independently-provided optimal-cost value.
There are a few concerns with this metric:
The proposal is to remove it.
Beta Was this translation helpful? Give feedback.
All reactions