Class BoltzAnnealingFunction

    • Constructor Detail

      • BoltzAnnealingFunction

        public BoltzAnnealingFunction​(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
      • BoltzAnnealingFunction

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