Class RandomOptimiser

    • Field Detail

      • m_Iterations

        protected int m_Iterations
        number of iterations.
      • m_Seed

        protected long m_Seed
        the seed value.
    • Constructor Detail

      • RandomOptimiser

        public RandomOptimiser()
    • Method Detail

      • setIterations

        public void setIterations​(int value)
        Sets the iterations to use.
        Parameters:
        value - the iterations.
      • getIterations

        public int getIterations()
        Gets the iterations use.
        Returns:
        the iterations
      • iterationsTipText

        public String iterationsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setSeed

        public void setSeed​(long value)
        Sets the seed value.
        Specified by:
        setSeed in interface Randomizable
        Parameters:
        value - the seed
      • getSeed

        public long getSeed()
        Returns the seed value.
        Specified by:
        getSeed in interface Randomizable
        Returns:
        the seed
      • seedTipText

        public String seedTipText()
        Returns the tip text for this property.
        Specified by:
        seedTipText in interface Randomizable
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.