Interface AnnealingFunction

    • Method Detail

      • nextProposal

        Vector nextProposal​(Vector currentState,
                            double temperature)
        Gets the next proposal, given the current state and the temperature.
        Parameters:
        currentState - the current state of the system
        temperature - the current temperature of the system
        Returns:
        the next proposal