if you look at the definitions of absolute and relative difference, you see
- the absolute is based on the actual difference between values e.g. | x - y |
- the relative is based on the difference compared to their actual size, e.g. | x - y |/max(x,y)
So if the values are less than 1 (i.e. probabilities) then using relative difference convergence test is stricter (since in this case | x - y | is smaller than | x - y |/max(x,y)). However, the reverse is true when the values are greater than 1 (the absolute test is stricter). Therefore to obtain the most precise results you should use relative when the values are less than or equal to 1 and absolute otherwise.
In your case the reward values are very large indeed and as a result using the relative convergence criteria PRISM thinks that the iterative method has converged too early leading to imprecise results.
Gethin
> --
> You received this message because you are subscribed to the Google Groups "PRISM model checker" group.
> To post to this group, send email to prismmod...@googlegroups.com.
> To unsubscribe from this group, send email to prismmodelchec...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/prismmodelchecker?hl=en.
>
The University of Glasgow, charity number SC004401