Skip to content
Snippets Groups Projects
Commit e4931e7a authored by Albin Heimerson's avatar Albin Heimerson
Browse files

improve bounds a little

parent 941596b5
No related branches found
No related tags found
1 merge request!2Add functionality for AK
...@@ -169,8 +169,8 @@ mod pole_position_app { ...@@ -169,8 +169,8 @@ mod pole_position_app {
L: 0.0, L_lower: 0.0, L_upper: 5.0, L: 0.0, L_lower: 0.0, L_upper: 5.0,
}, },
complex: ComplexSecondOrderSystem { complex: ComplexSecondOrderSystem {
d: 0.7, d_lower: 0.01, d_upper: 5.0, d: 0.7, d_lower: 0.01, d_upper: 1.0,
w: 1.0, w_lower: 0.01, w_upper: 5.0, w: 1.0, w_lower: 0.01, w_upper: 10.0,
K: 1.0, K_lower: -2.0, K_upper: 2.0, K: 1.0, K_lower: -2.0, K_upper: 2.0,
L: 0.0, L_lower: 0.0, L_upper: 5.0, L: 0.0, L_lower: 0.0, L_upper: 5.0,
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment