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

com.github.chen0040.glm.search.GradientEvaluationMethod Maven / Gradle / Ivy

package com.github.chen0040.glm.search;

/**
 * Created by xschen on 12/8/15.
 */
public interface GradientEvaluationMethod {
    void apply(double[] x, double[] Vf, double[] lowerBounds, double[] upperBounds, Object constraint);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy