org.dllearner.core
Interface ResumableLearningAlgorithm


public interface ResumableLearningAlgorithm

Interface for learning algorithms, which can be paused and later continued.

Author:
Jens Lehmann

Method Summary
 void pause()
          Pauses the algorithm (not all algorithms need to implement this operation).
 void resume()
          Resumes the algorithm (not all algorithms need to implement this operation).
 

Method Detail

pause

void pause()
Pauses the algorithm (not all algorithms need to implement this operation).


resume

void resume()
Resumes the algorithm (not all algorithms need to implement this operation). You can use this method to continue an algorithm run even after a termination criterion has been reached. It will run until paused, stopped, or terminated again.



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann