Giter Site home page Giter Site logo

Comments (2)

FlorinAndrei avatar FlorinAndrei commented on September 4, 2024 2

This is a great idea. This would be closer to the idea of Adaptive Simulated Annealing:

https://en.wikipedia.org/wiki/Adaptive_simulated_annealing

When looking for the minimum of a continuous function, and while doing a move at each step, I would like to be able to adjust the size of the step based on temperature. As it gets closer to the end, the size of the step should decrease.

Generally speaking, I want access to temperature, somehow, from the move function. Also, ideally, access to the min and max values of temperature. This way, I could vary the size of the gaussian jump at each step, based on temperature.

from simanneal.

ilanashapiro avatar ilanashapiro commented on September 4, 2024

Hi! I know this is old but I'm doing this right now for my current project. You can easily make this change yourself -- just go into anneal.py and change T to self.T in the Annealer class, and then access in move() as self.T

from simanneal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.