Class RadialVelocityFunction

java.lang.Object
planner.utils.objfunctions.RadialVelocityFunction
All Implemented Interfaces:
ObjectiveFunction

public class RadialVelocityFunction extends Object implements ObjectiveFunction
RadialVelocityFunction is a class implementing the estimation of the radial velocity of a binary stellar system from a candidate solution and a set of input variables.
Since:
1.0
Version:
1.0
Author:
Alicia Vazquez Ramos
  • Constructor Details

    • RadialVelocityFunction

      public RadialVelocityFunction()
  • Method Details

    • compute

      public double compute(double[] genotype, double[] input)
      Computes the radial velocity estimation for a binary stellar system given a candidate solution and a set of input variables.
      Specified by:
      compute in interface ObjectiveFunction
      Parameters:
      genotype - candidate solution.
      input - input variables neede for the estimation.
      Returns:
      the estimation.