From 9633f8bb71a3de14be3e005c3b6afb7c9a685f16 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Fri, 2 Aug 2024 22:22:10 -0400 Subject: [PATCH] i hate this --- CMakeLists.txt | 2 +- include/config.h | 3 ++- lib/blt-gp | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b3e8557..4970cc7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(image-gp-6 VERSION 0.0.17) +project(image-gp-6 VERSION 0.0.18) include(FetchContent) diff --git a/include/config.h b/include/config.h index 348af01..45bee31 100644 --- a/include/config.h +++ b/include/config.h @@ -24,7 +24,8 @@ inline constexpr size_t log2(size_t n) // NOLINT return ((n < 2) ? 1 : 1 + log2(n / 2)); } -inline const blt::u64 SEED = std::random_device()(); +//inline const blt::u64 SEED = std::random_device()(); +inline const blt::u64 SEED = 553372510; inline constexpr blt::size_t IMAGE_SIZE = 128; inline constexpr blt::size_t IMAGE_PADDING = 16; inline constexpr blt::size_t POP_SIZE = 64; diff --git a/lib/blt-gp b/lib/blt-gp index 3af4676..2952170 160000 --- a/lib/blt-gp +++ b/lib/blt-gp @@ -1 +1 @@ -Subproject commit 3af4676c8342ab3722bc58d8f8b5414ba016aa1d +Subproject commit 29521703d31121460750815727d5f8ecde34db25