40% Off Career-Building Certificates
AI Engineer - Learn how to integrate AI into software applications
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Explore the fascinating world of simulated annealing in this 28-minute RubyConf 2022 talk by Chris Bloom. Dive into the metallurgy-inspired algorithm designed to find near-optimal solutions for constrained optimization problems. Learn about the algorithm's real-world applications, understand what constitutes a constrained optimization problem, and discover why "good enough" solutions are sometimes preferable. Gain insights into implementing simulated annealing in Ruby applications using the Annealing gem. Follow along as the speaker breaks down complex concepts, including optimization problems, the Traveling Salesperson Problem (TSP), and its metal band variant. Examine the simulated annealing process step-by-step, from defining an annealing schedule to measuring energy states and deciding on optimal arrangements.
Syllabus
Intro
Optimization problems
Traveling Salesperson Problem (TSP)
Traveling Metal Band Problem (TSP)
Traveling Metal Band Problem Alternative Version
Meeting cost matrix
The simulated annealing process
Define an annealing schedule
Select an initial arrangement
Generate a new state
Measure the energy of both states
Decided which state to keep
Check if the simulation is done
Taught by
Confreaks
Reviews
4.0 rating, based on 1 Class Central review
Showing Class Central Sort
-
The course was really useful. It helped me to understand the annealing process its methodology, working principle. Willing to learn more through these courses and improve my skills