gov.sns.tools.optimizer
Class GraphDataSolver

java.lang.Object
  |
  +--gov.sns.tools.optimizer.FunctionSolver
        |
        +--gov.sns.tools.optimizer.GraphDataSolver

public class GraphDataSolver
extends FunctionSolver


Constructor Summary
GraphDataSolver()
          Creates a new instance of GraphDataSolver with simplex algorithm.
GraphDataSolver(int algorithmType)
          Creates a new instance of GraphDataSolver with an algorithm of certain type.
 
Method Summary
 void setFittingData(BasicGraphData gd)
           
 
Methods inherited from class gov.sns.tools.optimizer.FunctionSolver
addFittingDataPoint, elapsedTime, getAlgorothm, getBestParamsArray, getBestParamsStepsArray, getBestParamsStepsList, getBestScore, getScoreboard, getSolver, isRunning, iterations, setFittingData, setFittingData, setFittingDataCpacity, setFunction, setFunction, setInitialParameters, setInitialParameters, setInitialParameters, setSearchAlgorithm, setStopper, solve, wantToStop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphDataSolver

public GraphDataSolver()
Creates a new instance of GraphDataSolver with simplex algorithm.


GraphDataSolver

public GraphDataSolver(int algorithmType)
Creates a new instance of GraphDataSolver with an algorithm of certain type.

Method Detail

setFittingData

public void setFittingData(BasicGraphData gd)