From 8a064426286ae4905908d91d1a6079ea3a21896c Mon Sep 17 00:00:00 2001 From: mikael-lovqvist Date: Wed, 18 Feb 2026 23:23:12 +0000 Subject: [PATCH] Add notes.md --- notes.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 notes.md diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..0941f39 --- /dev/null +++ b/notes.md @@ -0,0 +1,3 @@ +This project is being recreated but uses inspiration from Mikaels local files, such as `Projekt/edit-stats/t7.mjs` which also utilizes `Experiments/travelling-salesman/mc_solver.mjs` as a [Monte Carlo](https://en.wikipedia.org/wiki/Monte_Carlo_method) based [travelling salesman solver](https://en.wikipedia.org/wiki/Travelling_salesman_problem). + +This is used to present activity bursts. \ No newline at end of file