Find minimum value in learning queries #261
-
Dear UPPAAL team, I trust this message reaches you in good spirits. I've developed a model comprising two components: software and hardware. (Attached below are their respective images.) Using the strategy I've also attached my model in here: Thank you for your assistance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Try value estimation under the strategy:
Alternatively inspect the energy trajectories:
I would also suggest to add observation expressions to your learning query. For your current query without observable part of the state UPPAAL will treat as if entire state is observable, which is usually unrealistic and it also drowns the signal with a lot of noise in the learning statistics. |
Beta Was this translation helpful? Give feedback.
Simply use the
power
variable in the derivative expression and then the value of thepower
variable can be adjusted on the incoming edges. Uppaal does not really care about the derivative expression as long as it can compute it. Then I presume theenergy
variable is going to be used in the minimization learning query and the automaton location (orpower
variable) to be used in the observable feature part of the query.The
energy
variable needs to be declared ashybrid clock
in order to use symbolic (A[]
,E<>
etc) queries.