Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fast tuning of beta #4

Open
ttgump opened this issue Jul 29, 2023 · 2 comments
Open

Fast tuning of beta #4

ttgump opened this issue Jul 29, 2023 · 2 comments

Comments

@ttgump
Copy link

ttgump commented Jul 29, 2023

Hi,
In the paper, it suggests that using small values of parameters, Kp = 0.01 and Ki = 0.001. The results presented in the paper look nice but the small values require large number of iterations to achieve significant change of beta. Is there a way for faster tuning of beta value? Thanks.

@shj1987
Copy link
Owner

shj1987 commented Jul 29, 2023

Hi Thanks for your question. You can set a large initial value of beta_0 in front of PI Control algorithm. Then Beta will be very large in the beginning.

@ttgump
Copy link
Author

ttgump commented Jul 29, 2023

Hi Thanks for your question. You can set a large initial value of beta_0 in front of PI Control algorithm. Then Beta will be very large in the beginning.

Thanks for the suggest. I am asking is there any suggest to fast change value of beta during PID algorithm training? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants