net.therore.concurrent
Class ParameterOptimizer

java.lang.Object
  extended by net.therore.concurrent.ParameterOptimizer

public abstract class ParameterOptimizer
extends Object


Field Summary
static double MAX_STEP
           
 
Constructor Summary
ParameterOptimizer(int minValue, int maxValue, int priority)
           
 
Method Summary
protected  void checkValues(double[] x, double[] y, double[] c)
           
 int getMinValue()
           
abstract  int getTotalPriority()
           
abstract  int getTotalValue()
           
protected  int optimalValue(double[] x, double[] y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_STEP

public static double MAX_STEP
Constructor Detail

ParameterOptimizer

public ParameterOptimizer(int minValue,
                          int maxValue,
                          int priority)
Method Detail

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 Alfredo Diaz (therore.net)

Copyright © 2014. All rights reserved.