-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
How to set seed, m2, and server port? #18
Comments
Those variables are not used in the normal execution mode of NPEFix, you can simply ignore them. |
Thanks @tdurieux. Any reason to have them available in version |
The default main class was different, we used: 'https://github.com/SpoonLabs/npefix/blob/master/src/evaluation/java/fr/inria/spirals/npefix/main/MainEvaluation.java' because it was the experiment for the lastest NPEFix paper. |
Not being able to define |
The variable m2 is never used in the code, it was only used the execution framework of a different experiment. |
(I am waiting to receive the permission to push in this repo) |
Ok, I was not aware of that. In that case I guess we can close this issue. |
Hi,
According to the README.md file
(-k|--m2) <~/.m2>
allows one to defined the path to them2
directory(-s|--seed) <randomSeed>
allows one to define the seed of the random generatorhowever, these options are no longer available in version
0.8-SNAPSHOT
. Is there any way to define these options (using the command line options) so that I don't have to configure a newconfig.ini
every single time I wanna runnpefix
with a different seed?--
Best,
Jose
The text was updated successfully, but these errors were encountered: