Exemple #1
0
 /**
  * wrap up various variables to save memeory and do some housekeeping after optimization has
  * finished.
  *
  * @throws Exception if something goes wrong
  */
 protected void wrapUp() throws Exception {
   m_error = null;
   super.wrapUp();
 }