Make the PID controller more smooth
This commit is contained in:
+3
-3
@@ -204,9 +204,9 @@ static int monitor (hashcat_ctx_t *hashcat_ctx)
|
||||
|
||||
last_temp_check_time = temp_check_time;
|
||||
|
||||
float Kp = 1.8f;
|
||||
float Ki = 0.005f;
|
||||
float Kd = 6.0f;
|
||||
float Kp = 1.6f;
|
||||
float Ki = 0.001f;
|
||||
float Kd = 10.0f;
|
||||
|
||||
// PID controller (3-term controller: proportional - Kp, integral - Ki, derivative - Kd)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user