IOptimisationManager opt;
boolean valid = false;
//--- Setting up various things required by several components ---//
optUtil = OptimiserUtil.getInstance();
classLoader = new PESClassLoader();
daoFactory = DAOFactory.createInstance(DAOFactory.HIBERNATE);
estimationResult = new EstimationResult();
priceCalculator = new SamplePriceCalculator();