Skip to content

CAM-Bench-124 is false without symmetry of (A) #1

Description

@Zshan0

CAM-Bench-124 claims the exact line-search formula $\alpha_k=-(Ax_k-b)^Tp_k/(p_k^TAp_k)$, but neither the informal nor formal statement assumes (A) is symmetric. Counterexample: $A=[[1,1],[0,1]], b=0, x=(0,1), p=(1,0)$. Then $p^TAp=1$ and $\phi(x+\alpha p)=\frac12(\alpha^2+\alpha+1)$, so the minimizer is (-1/2), while the claimed formula gives (-1).

Suggested fix: add $hA_{symm} : A.transpose = A$, or change the numerator to $\frac12(x^TAp+p^TAx)-b^Tp$.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions