net.therore.concurrent
Class ParameterOptimizer
java.lang.Object
net.therore.concurrent.ParameterOptimizer
public abstract class ParameterOptimizer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_STEP
public static double MAX_STEP
ParameterOptimizer
public ParameterOptimizer(int minValue,
int maxValue,
int priority)
getMinValue
public int getMinValue()
getTotalPriority
public abstract int getTotalPriority()
getTotalValue
public abstract int getTotalValue()
optimalValue
protected int optimalValue(double[] x,
double[] y)
checkValues
protected void checkValues(double[] x,
double[] y,
double[] c)
Copyright © 2014. All rights reserved.