coraallensavietta / RankingMethods

A Weighted Loss-Based Bayesian Ranking Method
0 stars 0 forks source link

Script for Running Experiment #9

Open coraallensavietta opened 6 years ago

coraallensavietta commented 6 years ago
coraallensavietta commented 6 years ago

made progress, but stuck on adding parameters and results to data frame 7eea5a5

coraallensavietta commented 6 years ago

now returns dataframe 33679e4

coraallensavietta commented 6 years ago

decided to just rbind dataframe in the simulation. temporary solution. 38325fe

coraallensavietta commented 6 years ago

fixed it! 6a19e9c

coraallensavietta commented 6 years ago

testing n_min and n_max 4d1a9e5

coraallensavietta commented 6 years ago

From meeting 6/8: Make the following changes to RunSimulation.

coraallensavietta commented 6 years ago

6/15/18 NOTES

coraallensavietta commented 6 years ago
coraallensavietta commented 6 years ago

server code now works. run using /s/pkg/linux64/R/3.4.1/bin/Rscript ranking_experiment_run_server.r

commit 0d15f30

coraallensavietta commented 6 years ago

new bug:

Error in RunSimulation(n_sim = 1, metric = TRUE) : object 'returnDF' not found Calls: source -> withVisible -> eval -> eval -> RunSimulation In addition: Warning message: 'rBind' is deprecated. Since R version 3.2.0, base's rbind() should work fine with S4 objects Execution halted

coraallensavietta commented 6 years ago

check: n = 10 simulation (running since Fri at 5:30 pm) check: n = 100 simulation (running since Fri at 5:30 pm) Error in $<-.data.frame(*tmp*, "ranking", value = list(c(2L, 1L, 4L, : replacement has 2 rows, data has 1 Calls: system.time -> rbind -> RunSimulation -> $<- -> $<-.data.frame