Chris Coey
Chris Coey
Thanks! Feel free to ping me in May if I don't get around to it before then.
Can diagnose linear system numerical issues from residual on linear solution (computed combined directions). Can judge cone barrier numerical issues from residuals on log-homogeneity conditions perhaps. Thus we could only...
waiting on PARTR to work nicely with BLAS and LAPACK multithreading (https://github.com/JuliaLang/julia/issues/32786)
related to #69
~~planning to have a crack at this over the next few days.~~ very curious to see how it compares to the current homogeneous-self-dual-embedding-based algorithm. edit: there are higher priority issues...
see https://github.com/JuliaOpt/MathOptInterface.jl/pull/734
see https://github.com/JuliaOpt/MathOptInterface.jl/issues/749
another reference: https://arxiv.org/pdf/1408.4685.pdf
as recently discussed with @blegat and @tweisser, we currently only support an interpolant-basis WSOS cone, which has a slightly more complicated parametrization than the cones currently defined by SumOfSquares. but...
maybe want to define an "unbounded certificate" in MOI: - primal unbounded certificate is a feasible primal point plus a primal improving ray - dual unbounded certificate is feasible dual...