Uses of Package
de.jstacs.algorithms.optimization.termination

Packages that use de.jstacs.algorithms.optimization.termination
de.jstacs.algorithms.optimization Provides classes for different types of algorithms that are not directly linked to the modelling components of Jstacs: Algorithms on graphs, algorithms for numerical optimization, and a basic alignment algorithm.
de.jstacs.algorithms.optimization.termination   
 

Classes in de.jstacs.algorithms.optimization.termination used by de.jstacs.algorithms.optimization
TerminationCondition
          This interface declares a method that can be used to decide whether another iteration in an optimization should be done or not.
 

Classes in de.jstacs.algorithms.optimization.termination used by de.jstacs.algorithms.optimization.termination
TerminationCondition
          This interface declares a method that can be used to decide whether another iteration in an optimization should be done or not.