![JAR search and dependency download from the Maven repository](/logo.png)
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