thread.start();
}
public void run() {
EncogBenchmark benchmark = new EncogBenchmark(this);
String s = benchmark.process();
dispose();
EncogWorkBench.displayMessage("Benchmark Complete", s + "\n(higher is better)");
}
public void report(int total, int current, String status) {