Package targetMotionModule.algorithms
Class Simplex2D
java.lang.Object
targetMotionModule.algorithms.AbstractTargetMotionModel
targetMotionModule.algorithms.Simplex2D
- All Implemented Interfaces:
TargetMotionModel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
double[]
Get the start point for the simplexboolean
boolean
runModel
(TargetMotionInformation targetMotionInformation) void
setStartPoint
(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
-