Reduce temp and alpha because why not

This commit is contained in:
Segcolt 2024-10-12 22:13:53 -03:00
parent 7aad87810f
commit 19ece6f700

View File

@ -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