Displaying 2 results from an estimated 2 matches for "bestalgo".
2006 Aug 10
1
How to speed up nested for loop computations
...2OPT,resUR29102OPT,resUR36102OPT,resUR3710
2OPT,resUR38102OPT,resUR39102OPT,resPIR2OPT,resSEQ2OPT,resSEQ22OPT)
attach(res)
lalgo<-levels(idalgo)
linstance<-levels(instance)
ltry<-unique(try)
lcpu<-unique(cpu_id)
for (i in (1:length(linstance)))
{
current_instance<-linstance[i]
bestalgo<-list()
for (j in (1:length(ltry)))
{
current_try<-ltry[j]
for (k in (1:length(lalgo)))
{
current_algo<-lalgo[k]
res2<-res[res$instance==current_instance & res$try==current_try &
res$idalgo==current_algo,]
# res2 contains for a given instance, a given try,...
2007 Mar 27
0
Error when calling residual.plots() on an ANOVA object
...datafilename="http://landau.ulb.ac.be/~mmanfrin/ANOVA/noLS/
rat783_4CPU_10000.best"
instance21_4<-read.table(datafilename,header=TRUE)
datafilename="http://landau.ulb.ac.be/~mmanfrin/ANOVA/noLS/
rat783_8CPU_10000.best"
instance21_8<-read.table(datafilename,header=TRUE)
bestalgo<-rbind
(instance1_4,instance1_8,instance2_4,instance2_8,instance3_4,instance3_8
,instance4_4,instance4_8,instance5_4,instance5_8,instance6_4,instance6_8
,instance7_4,instance7_8,instance8_4,instance8_8,instance9_4,instance9_8
,instance10_4,instance10_8,instance11_4,instance11_8,instance12_4,...