---
date: '2024-12-23'
description: a numerical optimization technique
id: annealing
modified: 2026-06-05 15:08:23 GMT-04:00
tags:
  - math
title: annealing
created: '2024-12-23'
published: '2024-12-23'
pageLayout: default
slug: thoughts/annealing
permalink: https://aarnphm.xyz/thoughts/annealing.md
generator:
  quartz: v4.6.0
  hostedProvider: Cloudflare
  baseUrl: aarnphm.xyz
full: https://aarnphm.xyz/llms-full.txt
---
The idea is to approximate global optimum for a given function. It is usually used once the search space is discrete (think of traveling salesman problem.)

