Displaying 1 result from an estimated 1 matches for "dhsvm".
2008 May 14
0
Parallel computing with rgenoud and snow: external file I/O possible?
...or
library(rgenoud) # calibrator of choice
# Set the working directory--must be an absolute pathname. Also put
this statement inside
# drive.calib(), the function that is called by genoud(). I cannot get
genoud() to pass this
# as an argument without breaking.
working.dir <- "/projects/dhsvm/uvm/test/rhelp/"
results.file <- "test_results.txt" # file to save results in
# Set up the cluster
this.host <- system("hostname", intern=T)
node <- c(this.host, "escalante") # add additional nodes here
setDefaultClusterOptions(master=this.host, type=...