All Downloads are FREE. Search and download functionalities are using the official Maven repository.

utils.AlgorithmInput Maven / Gradle / Ivy

The newest version!
package utils;

public class AlgorithmInput {

    public int numIterations = 0;
    public double tolerance = 1.0e-8;
    public boolean showIterations = true;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy