Class FastAnnealingFunction

    • Constructor Detail

      • FastAnnealingFunction

        public FastAnnealingFunction​(int dim,
                                     RandomStandardNormalGenerator rnorm)
        Constructs a new instance where the RVG is created from a given RLG.
        Parameters:
        dim - the number of dimensions of the annealing function
        rnorm - the standard Normal RNG to be used
      • FastAnnealingFunction

        public FastAnnealingFunction​(RandomVectorGenerator rvg)
        Constructs a new instance that uses a given RVG.
        Parameters:
        rvg - an rvg that gives the random directions