1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-27 02:18:21 +00:00

Adjusted PID controler settings

This commit is contained in:
jsteube 2016-10-30 01:49:16 +02:00
parent 99afe745b5
commit f85886ecf1

View File

@ -193,9 +193,9 @@ static int monitor (hashcat_ctx_t *hashcat_ctx)
last_temp_check_time = temp_check_time;
float Kp = 1.8f;
float Kp = 2.0f;
float Ki = 0.005f;
float Kd = 6;
float Kd = 10.0f;
// PID controller (3-term controller: proportional - Kp, integral - Ki, derivative - Kd)