1. This project is developed based on Java language. Please make sure that Java virtual machine is installed in your computer.
String [] fms = { // Feature models (FM) to be sampled
"ZipMe",//the first FM
"HiPAcc",// the second one, etc.
};
String outputDir = "./output/"; // output dir
int runs =30; // How many runs
String algName = "MPSeedingAccuracy";// Name your algorithm, here "MPSeedingAccuracy"
MAP_test.getInstance().findProductsMAP(algName,fmFile, outputDir, runs,min_nbProds, max_nbProds, evaluations,seedFlag,largeFlag); //