Skip to content

Commit

Permalink
update linsys
Browse files Browse the repository at this point in the history
  • Loading branch information
bzhangcw committed Apr 25, 2024
1 parent c28892e commit 2fc961a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/convex/test_linear_system.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ Base.@kwdef mutable struct KrylovInfo
numops::Float64
end
table = []
name = "a4a"
# name = "a9a"
# name = "w4a"
# name = "covtype"
# name = "news20"
# name = "rcv1"
# names = ["a4a"] #, "a9a", "w4a", "covtype", "rcv1", "news20"]
# names = ["covtype"] #, "a9a", "w4a", "covtype", "rcv1", "news20"]
names = ["a4a", "a9a", "w4a", "covtype", "rcv1"]
names = ["news20"] #, "a9a", "w4a", "covtype", "rcv1", "news20"]
# names = ["a4a", "a9a", "w4a", "covtype", "rcv1"]
@warn "news20 is very big..., consider run on a server"
# use the data matrix of libsvm
f1(A, d=2) = sqrt.(sum(abs2.(A), dims=d))
Expand Down

0 comments on commit 2fc961a

Please sign in to comment.