Skip to content
Discussion options

You must be logged in to vote

I think the chosen prob and decrease are the main problem.

The documentation's formal statement of the AST rule states that the range of prob and decrease must be strictly positive. Intuitively, you have to show that the variant actually decreases by a value > 0 with a probability > 0 (in expectation).

However, it appears this is never checked by Caesar. Instead, we rely on the user providing correct parameters, which is not the case in your examples. Caesar only checks the six conditions listed in the documentation. With the given values, Caesar can (trivially) verify them and wrongly reports successful verification.

Ideally, Caesar should also check these parameter constraints. I don't …

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@ahuoguo
Comment options

Comment options

You must be logged in to vote
6 replies
@umutdural
Comment options

@ahuoguo
Comment options

@ahuoguo
Comment options

@Philipp15b
Comment options

@ahuoguo
Comment options

Answer selected by ahuoguo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants