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

Error might occur when using Breach for trace generation #8

Open
nikos-kekatos opened this issue May 5, 2020 · 0 comments
Open

Error might occur when using Breach for trace generation #8

nikos-kekatos opened this issue May 5, 2020 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@nikos-kekatos
Copy link
Owner

This might be related to the eps_time used to describe the duration of the setpoints (sampling time of each setpoint of the reference trace).

eps_time = (sim_time/nbctrpt)*0.4;

For sim_time=10 and 2 control points, we end with setpoints holding from $0-2$, and then $2-10$. This might mean that the nominal controller might not have enough time to stabilize for the first setpoint and might spend too much time (being constant)on the second setpoint.

Such a definition of eps_time can be found at the Breach_interface_quad, falsification_breach, and running_simulations_Breach.

@nikos-kekatos nikos-kekatos added bug Something isn't working help wanted Extra attention is needed labels May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant