infoFile = new PrintWriter(new FileOutputStream(baseName + ".info"),
true);
infoFile.println(dfunction.domainDimension() + "; DomainDimension ");
infoFile.println(mem + "; memory");
} catch (IOException e) {
throw new RuntimeIOException("Caught IOException outputting QN data to file", e);
}
}
Record rec = new Record(quiet, monitor, functionTolerance, outFile);
// sets the original gradient and x. Also stores the monitor.