Example usage for org.apache.commons.math.optimization RealConvergenceChecker interface-usage

List of usage examples for org.apache.commons.math.optimization RealConvergenceChecker interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math.optimization RealConvergenceChecker interface-usage.

Usage

From source file Align_Projections.java

class ConvergenceCheckerWithManualCancel implements RealConvergenceChecker {

    /** Default relative threshold. */
    private static final double DEFAULT_RELATIVE_THRESHOLD = 100 * MathUtils.EPSILON;

    /** Default absolute threshold. */