Class Simplex2D

All Implemented Interfaces:
TargetMotionModel

public class Simplex2D extends AbstractTargetMotionModel
  • Constructor Details Link icon

  • Method Details Link icon

    • getName Link icon

      public String getName()
    • hasParameters Link icon

      public boolean hasParameters()
    • parametersDialog Link icon

      public boolean parametersDialog()
    • runModel Link icon

      public TargetMotionResult[] runModel(TargetMotionInformation targetMotionInformation)
    • getStartPoint Link icon

      public double[] getStartPoint()
      Get the start point for the simplex
      Returns:
      two element double array.
    • setStartPoint Link icon

      public void setStartPoint(double[] startPoint)
      Set the start point for the simplex.
      Parameters:
      startPoint - two eleemnt double array.
    • getToolTipText Link icon

      public String getToolTipText()