Interface Cost

All Known Implementing Classes:
Difference, DifferenceSq, OneMinusErf, Reciprocal

public interface Cost
Interface for cost function implementations used by SearchInterface
Author:
Cameron Arshadi
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    costMovingTo(double valueAtNewPoint)
     
    double
     
  • Method Details

    • costMovingTo

      double costMovingTo(double valueAtNewPoint)
    • minStepCost

      double minStepCost()