Class SimpleAnnealingFunction

    • Method Detail

      • nextProposal

        public Vector nextProposal​(Vector x0,
                                   double temperature)
        Description copied from interface: AnnealingFunction
        Gets the next proposal, given the current state and the temperature.
        Specified by:
        nextProposal in interface AnnealingFunction
        Parameters:
        x0 - the current state of the system
        temperature - the current temperature of the system
        Returns:
        the next proposal
      • getStepLength

        public abstract double getStepLength​(double temperature)