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

bug in disc brake design problem #9

Open
linjunhe opened this issue Feb 25, 2023 · 4 comments
Open

bug in disc brake design problem #9

linjunhe opened this issue Feb 25, 2023 · 4 comments

Comments

@linjunhe
Copy link

image

In the supplementary file and the source codes, the constraint on x4 is miscalculated as 11 <= x4 <= 20, but it should be 2 <= x4 <= 11.

@ryojitanabe
Copy link
Owner

Thank you for pointing out the bug and typo. Yes, I made a miscalculation. The range of $x_4$ should be [2, 11].

@shiye520
Copy link

Sir, RE24 CODE IN MATLAB VERSION, sigmaB = 4500 / (x1 * x2); maybe BOTH X1 and X2 are ZERO, SO THERE IS NAN IN YOUR OBJECTIVES.

@ryojitanabe
Copy link
Owner

Thanks for your comment. But, it will only occur if x1 and x2 violate the bound constraints [0.5, 4] and [4, 50], respectively.

@shiye520
Copy link

shiye520 commented Oct 22, 2024 via email

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

3 participants