Projects Publications Blog Linklog

Linklog

A curated collection of links and resources I have found over time.

Tags: #algorithms (8)#best-practices (9)#cli (4)#data (10)#data-science (7)#deep-learning (8)#diffusion (3)#library (11)#llm (10)#LLM (1)#markdown (2)#optimization (6)#physics (3)#python (27)#rust (7)#SQL (2)#statistics (4)#tools (7)#vcs (6)#web-dev (4)

April 2025

Week 15
  • A Visual Exploration of Gaussian Processes (distill.pub) - #optimization

    This is a very thorough and well designed visual introduction to Gaussian Processes and Bayesian optimisation. The article features interactive visualisations, which I found great to truly get a feel for what's happening.

March 2025

Week 11
  • Algorithms Books (algorithmsbook.com) - #optimization

    A fantastic collection of free textbooks on algorithms for optimization, decision making and validation.

February 2025

Week 8
  • (Ab)using General Search Algorithms on Dynamic Optimization Problems (dubovik.eu) - #optimization#algorithms

    An interesting analysis of various optimization algorithms applied to a simple dynamical programming problem. Features beautiful visualizations of those algorithms.

Week 7
  • Effective Simulated Annealing with Python (nathan.fun) - #optimization#python

    Fantastic introduction to the simulated annealing metaheuristic in Python. This is a powerful method to build good approximate solutions to optimization problems.

December 2024

Week 51
  • Hands-on Optimization with OR-Tools in Python (kunlei.github.io) - #python#optimization

    Detailed use cases of the OR-Tools library for optimization problems. Many problems can be solved in a more efficient way with linear programming, and this library makes it a breeze to do so.

November 2024

Week 45
  • Algorithm Afternoon (algorithmafternoon.com) - #optimization#algorithms

    This a collection of all the optimization metaheuristic you can possibly imagine, with comments on how to implement them and what parameters can be tuned. The aim is to take it one algorithm per afternoon.

You can follow me via RSS. Switch theme.
© 2025 Nicolas Chagnet. All rights reserved.