-
Notifications
You must be signed in to change notification settings - Fork 25
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
Setting parameters epsilon and delta #8
Comments
Hey,
Pleat pass the "--help" option. It should display these options. If not,
please let us know! We are happy to fix.
Cheers,
Mate
…On Wed, 3 Apr 2019, 13:30 edredre, ***@***.***> wrote:
Hi, is there any possibility of setting the values of parameters epsilon
and delta? In you paper, you write that they are set to 0.8 and 0.1,
respectively... Are they built in the code or can be passed as parameters
(in the --help this option does not appear). Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABReOVN9eMQ99WW2f62-I2Wz4xVEWNn7ks5vdJDBgaJpZM4caRpy>
.
|
this is my display (upon calling approxmc --help): Approximate counter AppMC options: |
Hi,
Yes, those are the ones you are looking for! Please see kappa and @kuldeep
should be able to answer which is the other one you mean. The system
computes some of these values based on other values you provide.
Kuldeep will answer that question here or you can look into the code and
find the calculation and associated parameters.
Mate
…On Wed, 3 Apr 2019, 14:19 edredre, ***@***.***> wrote:
this is my display (upon calling approxmc --help):
Approximate counter
appmc [options] inputfile
AppMC options:
-h [ --help ] Prints help
--version Print version info
--input arg file(s) to read
-v [ --verb ] arg (=1) verbosity
-s [ --seed ] arg (=1) Seed
--threshold arg (=72) Number of solutions to check for -- used to be
'pivotAC'
--measure arg (=9) Number of measurements -- used to be 'samplingT' or
'tApproxMC'
--start arg (=0) Start at this many XORs
--log arg Log of ApproxMC iterations.
--th arg (=1) How many solving threads to use per solver call
--vcl arg (=0) Print banning clause + xor clauses. Highly verbose.
--sparse arg (=0) Generate sparse XORs when possible
--kappa arg (=0.638) Uniformity parameter (see TACAS-15 paper)
--startiter arg (=0) If positive, use instead of startiter computed by
AppMC
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABReOVtP30esA4GuKjgshvwXiwzt8T7Wks5vdJxfgaJpZM4caRpy>
.
|
Hi: Many thanks for reporting this -- look forward to learning of your experience. |
fixed threshold, moved setting conf.measurement to be part of approxmc
Hi, is there any possibility of setting the values of parameters epsilon and delta? In you paper, you write that they are set to 0.8 and 0.1, respectively... Are they built in the code or can be passed as parameters (in the --help this option does not appear). Thanks!
The text was updated successfully, but these errors were encountered: