Posts by Year

2025

Back to Top ↑

2024

Back to Top ↑

2023

Simulated Annealing in C#

less than 1 minute read

Simulated annealing is a probabilistic technique used for approximating the global optimum of a given function. Here’s a simple simulated annealing algorithm...

Conway’s Game of Life in C# Avalonia

less than 1 minute read

Conway’s Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It’s a zero-player game, which means its progr...

Back to Top ↑