Skip to content

Commit

Permalink
works offline
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Nov 9, 2024
1 parent bd4b983 commit 21c1d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/RandomFeature/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ rng = Random.MersenneTwister(seed)
new_outputs = sin.(new_inputs)

# RF parameters
n_features = 50
n_features = 100
eps = 1e-8
scalar_ks = SeparableKernel(DiagonalFactor(eps), OneDimFactor()) # Diagonalize input (ARD-type kernel)
vector_ks = SeparableKernel(DiagonalFactor(eps), CholeskyFactor()) # Diagonalize input (ARD-type kernel)
Expand Down

0 comments on commit 21c1d90

Please sign in to comment.