search for: linstance

Displaying 1 result from an estimated 1 matches for "linstance".

Did you mean: instance
2006 Aug 10
1
How to speed up nested for loop computations
...W28102OPT,resRW29102OPT,resRW36102OPT,resRW 37102OPT,resRW38102OPT,resRW39102OPT,resHC1x102OPT,resUR1x102OPT,resUR26 102OPT,resUR27102OPT,resUR28102OPT,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<-...