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

cassandra: wrong computation of the number of experiments to run #115

Open
montanier opened this issue Jan 27, 2016 · 0 comments
Open

cassandra: wrong computation of the number of experiments to run #115

montanier opened this issue Jan 27, 2016 · 0 comments

Comments

@montanier
Copy link
Contributor

For certain parameters of config files the computation of the number of experiments seems wrong. For example in the config file of the attached zip file, when asking a variation of alpha from 0.1 to 1.0 by steps of 0.5, cassandra computes 3 experiments (it should be 2). When clicking on "generate" the following exception is thrown:

app exception thrown: Laboratory::computeExperiments - number of experiments: 5 does not match with computed number: 4 for attribute: alpha of element: controller

Probably due to to a floating point error, the computation does not always return the same result.
src.zip

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

1 participant