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

Reproducing result for the archived paper #15

Closed
YuqiHuai opened this issue Mar 23, 2022 · 2 comments
Closed

Reproducing result for the archived paper #15

YuqiHuai opened this issue Mar 23, 2022 · 2 comments

Comments

@YuqiHuai
Copy link

Hi! Thank you for all the responses to earlier issues. I am able to successfully run ADFuzz without any issue.
I am trying to run ADFuzz in the same setup as described in the paper at https://arxiv.org/pdf/2109.06126.pdf, 140 simulations, and 100 warm-up simulations. Are the following the command arguments to use? Can I use the default value for all other arguments?

-a nsga2-un --rank_mode adv_nn --warm_up_len 100

@AIasd
Copy link
Owner

AIasd commented Mar 25, 2022

--pop_size is set to 10 for this experiment. --has_run_num should be set to 140 accordingly. It has this warm-up/seed collection stage for which nsga2-un should be run. The folder consists of the seeds is then used as the value for --warm_up_path.

Another possible source of difference is that i used Apollo 6.0 (with Signal Sensor) so if modular testing is used, the results should be different.

Also, since I made multiple changes to the current repository after the results for that paper, if you see very different result, please let me and I will look into possible causes. Some reasonable randomness should be normal since the simulation is not deterministic and the fuzzing process also has some randomness. However, the superiority of the proposed method over the other two baselines should hold.

@YuqiHuai
Copy link
Author

YuqiHuai commented Apr 1, 2022

Thanks for the explanation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants