Skip to content
Snippets Groups Projects
Commit 1a70ef1d authored by Muhammad Raufu Miah's avatar Muhammad Raufu Miah
Browse files

Update ExperimentsBlackBox.java

parent e36049c2
No related branches found
No related tags found
No related merge requests found
......@@ -32,12 +32,12 @@ import java.util.List;
import java.util.Random;
import java.util.stream.Collectors;
public class ExperimentsBlackBox {
public class Experiments {
public static void main(String[] args) {
// Define configurations
int[] yValues = { 3 };
int[] zValues = { 35 };
int[] yValues = { 5 };
int[] zValues = { 50 };
double[] xValues = { 1,2,3,4};
// Declare arrays to store the average membership queries and average equivalence queries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment