From 19ece6f700cd03d742db8c0f312004e1bc0743d7 Mon Sep 17 00:00:00 2001 From: Segcolt <9hmbzr275@mozmail.com> Date: Sat, 12 Oct 2024 22:13:53 -0300 Subject: [PATCH] Reduce temp and alpha because why not --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index e28923e..f3db368 100644 --- a/main.cpp +++ b/main.cpp @@ -4,11 +4,11 @@ #include "sa.hpp" #ifndef TEMP -#define TEMP 100000 +#define TEMP 1000 #endif #ifndef ALPHA -#define ALPHA 0.999 +#define ALPHA 0.99 #endif #ifndef TEMP_MIN