Example usage for org.apache.commons.math3.optim SimpleValueChecker subclass-usage

List of usage examples for org.apache.commons.math3.optim SimpleValueChecker subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.optim SimpleValueChecker subclass-usage.

Usage

From source file com.insightml.math.optimization.Convergence.java

final class Convergence extends SimpleValueChecker {

    final int maxIt;
    final Double trainMax;

    private int it;