GuidedLoopInterchangedHandler loop =
new GuidedLoopInterchangedHandler(nCols, nThreads);
loop.loopProcess();
try {
lp.send2stream(new PrintStream(new FileOutputStream("/dev/null")));
} catch (Exception e) {
throw new IllegalArgumentException("Can't write to devnull " + e);
}
return lookupValues;