terrencetec / kontrol

KAGRA control python package
MIT License
11 stars 0 forks source link

`kontrol.regulator.feedback.critical_damp_optmized()` and `kontrol.regulator.post_filter.post_low_pass()` bisection algorithm #30

Closed terrencetec closed 1 year ago

terrencetec commented 2 years ago

Both of the functions use the bisection method to find optimized parameters. Perhaps make a separate module for handling these algorithms?

terrencetec commented 2 years ago

Added bisection algorithm 01e753e. Still need to work at replacing/simplifying the contents inside the functions.

terrencetec commented 1 year ago

Not important for now.