}
@Parameters
public static Collection<Object[]> data() {
return Arrays.asList(new Object[][] { /* */
{ new NormalLocationsGenerator(10, .15, .05) }, /* */
{ new NormalLocationsGenerator(10, .18, .05) }, /* */
{ new NormalLocationsGenerator(5, .15, .05) }, /* */
{ new NormalLocationsGenerator(5, .16, .05) }, /* */
{ new NormalLocationsGenerator(5, .17, .05) }, /* */
{ new NormalLocationsGenerator(5, .18, .05) }, /* */
{ new NormalLocationsGenerator(5, .19, .05) }, /* */
{ new NormalLocationsGenerator(5, .20, .05) }, /* */
{ new NormalLocationsGenerator(5, .15, 1.0) }, /* */
{ new NormalLocationsGenerator(5, .2, .1) }, /* */
{ new NormalLocationsGenerator(5.1, .2, .1) }, /* */
{ new NormalLocationsGenerator(3, .2, 1) } /* */
});
}