From 5c9ba9cfdffca62f41864b103e7ef91664f38ca1 Mon Sep 17 00:00:00 2001 From: Segcolt <9hmbzr275@mozmail.com> Date: Sun, 13 Oct 2024 19:44:44 -0300 Subject: [PATCH] Raise the temperature! It gives relatively good results with lesser time, I'll still try to optmize this algorithm though. --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 5f06795..ec12c68 100644 --- a/main.cpp +++ b/main.cpp @@ -4,7 +4,7 @@ #include "sa.hpp" #ifndef TEMP -#define TEMP 1000 +#define TEMP 1000000 #endif #ifndef ALPHA