Class Simplex2D

All Implemented Interfaces:
TargetMotionModel

public class Simplex2D extends AbstractTargetMotionModel
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • hasParameters

      public boolean hasParameters()
    • parametersDialog

      public boolean parametersDialog()
    • runModel

      public TargetMotionResult[] runModel(TargetMotionInformation targetMotionInformation)
    • 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

      public String getToolTipText()