// run the simulator
IRUnitDriver polr_ir = new IRUnitDriver( yarn_props_file );
polr_ir.Setup();
polr_ir.SimulateRun();
// evaluate the saved model
// - read the saved model location from the yarn props file
// - read the input test vectors
ModelTester.evaluateModel( yarn_props_file, null, 20 );