Package targetMotionModule.algorithms
Class Simplex2D
java.lang.Object
targetMotionModule.algorithms.AbstractTargetMotionModel
targetMotionModule.algorithms.Simplex2D
- All Implemented Interfaces:
 TargetMotionModel
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected double[]getName()double[]Get the start point for the simplexbooleanbooleanrunModel(TargetMotionInformation targetMotionInformation) protected voidsetFirstStep(double[] firstStep) voidsetStartPoint(double[] startPoint) Set the start point for the simplex.Methods inherited from class targetMotionModule.algorithms.AbstractTargetMotionModel
getPlotSymbol 
- 
Constructor Details
- 
Simplex2D
 
 - 
 - 
Method Details
- 
getName
 - 
hasParameters
public boolean hasParameters() - 
parametersDialog
public boolean parametersDialog() - 
runModel
 - 
getStartPoint
public double[] getStartPoint()Get the start point for the simplex- Returns:
 - two element double array.
 
 - 
setStartPoint
public void setStartPoint(double[] startPoint) Set the start point for the simplex.- Parameters:
 startPoint- two eleemnt double array.
 - 
getToolTipText
 - 
getFirstStep
protected double[] getFirstStep()- Returns:
 - the firstStep
 
 - 
setFirstStep
protected void setFirstStep(double[] firstStep) - Parameters:
 firstStep- the firstStep to set
 
 -