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