Skip to content

Commit 97690fe

Browse files
update params values
1 parent e2af57e commit 97690fe

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tests/R-tests/TestExaGeoStatAPI.R

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,15 @@ predict_data(train_data=list(locations_x, locations_y, z_value), test_data=list(
7878
paste("---------------------------------------------------------------")
7979
paste("ExaGeoStat with all Modules - tile low rank")
8080

81+
problem_size <- 1600
8182
computation <- "tlr"
82-
lts <- 8
83-
max_rank <- 500
83+
lts <- 400
84+
dts <- 400
85+
max_rank <- 200
8486
# The final value is computed as 10^(-1.0 * aAccuracy)
85-
acc <- 7
87+
acc <- 5
8688

8789
hardware <- new(Hardware, computation, ncores, ngpus, p, q)
8890
exageostat_data <- simulate_data(kernel=kernel, initial_theta=initial_theta, problem_size=problem_size, dts=dts, dimension=dimension)
89-
estimated_theta <- model_data(matrix=exageostat_data$m, x=exageostat_data$x, y=exageostat_data$y, kernel=kernel, dts=dts, lts = lts, dimension=dimension,lb=lower_bound, ub=upper_bound, mle_itr=10, computation=computation, max_rank=500, acc=acc)
91+
estimated_theta <- model_data(matrix=exageostat_data$m, x=exageostat_data$x, y=exageostat_data$y, kernel=kernel, dts=dts, lts = lts, dimension=dimension,lb=lower_bound, ub=upper_bound, mle_itr=10, computation=computation, max_rank=max_rank, acc=acc)
9092

0 commit comments

Comments
 (0)