Class FRLayoutAlgorithm2D.InverseLinearTemperatureModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double a  
      private double b  
    • Constructor Summary

      Constructors 
      Constructor Description
      InverseLinearTemperatureModel​(double a, double b)
      Create a new inverse linear temperature model.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double temperature​(int iteration, int maxIterations)
      Return the temperature for the new iteration
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • a

        private double a
      • b

        private double b
    • Constructor Detail

      • InverseLinearTemperatureModel

        public InverseLinearTemperatureModel​(double a,
                                             double b)
        Create a new inverse linear temperature model.
        Parameters:
        a - a
        b - b