diff options
| author | Nikita Kostovsky <luntik2012@gmail.com> | 2024-12-02 19:42:15 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <luntik2012@gmail.com> | 2024-12-02 19:42:15 +0100 |
| commit | 5e6df9ccf832d166bd231297b521394beec1fec6 (patch) | |
| tree | 73b38c20f836de769fbe0c5304b20d5096f985bf /genetic_algos.h | |
| parent | 53979d9d26c5bb51e86e70eb9c3a998bc50f713c (diff) | |
line search
Diffstat (limited to 'genetic_algos.h')
| -rw-r--r-- | genetic_algos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genetic_algos.h b/genetic_algos.h index 862cd34..8dea732 100644 --- a/genetic_algos.h +++ b/genetic_algos.h @@ -3,9 +3,9 @@ // #define _USE_MATH_DEFINES #include <algorithm> #include <cmath> -// #include <execution> #include <numbers> #include <random> +// TODO: <execution> /* |
