package ojub.algo.comp; public interface Termination { void initialize(); boolean isReached(); void update(double... ds); }