From 804b4011ed27500d88773e51b72c3aadb38fba27 Mon Sep 17 00:00:00 2001 From: Manlio Morini Date: Wed, 1 May 2024 18:41:36 +0200 Subject: [PATCH] doc: add thumbnail pictures for examples --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e6f3054..0963a6d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ This software is the result of a complete rewriting of [Vita][vita]. The code ha ## EXAMPLES ### Mathematical optimization + The core of the operation is: @@ -55,6 +56,7 @@ auto value(res.best_measurements.fitness); Further details in the [specific tutorial][rastrigin]. ### Symbolic regression + ```C++ // DATA SAMPLE (output, input)