Esempio n. 1
0
 def doit(self, tagnote=""):
     generate_final_frontier_for_gale4(self.tests.problems, self.tests.algorithms, self.Configurations, tag=tagnote)
     hv_spread =[]
     for problem in self.tests.problems:
         hv_spread.append(charter_reporter([problem], self.tests.algorithms, self.Configurations, tag=tagnote))
     statistic_reporter(self.tests.problems, self.tests.algorithms, self.Configurations, tag=tagnote)
     comparision_reporter(self.tests.problems, self.tests.algorithms, [hvp[0] for hvp in hv_spread], [hvp[1] for hvp in hv_spread], "GALE")
     generate_summary(self.tests.problems, self.tests.algorithms, "GALE", self.Configurations)
Esempio n. 2
0
 def doit(self, tagnote=""):
     hv_spread = []
     for problem in self.tests.problems:
         hv_spread.append(
             charter_reporter([problem],
                              self.tests.algorithms,
                              self.Configurations,
                              tag=tagnote))
     statistic_reporter(self.tests.problems,
                        self.tests.algorithms,
                        self.Configurations,
                        tag=tagnote)
     comparision_reporter(self.tests.problems, self.tests.algorithms,
                          [hvp[0] for hvp in hv_spread],
                          [hvp[1] for hvp in hv_spread], "GALE")
Esempio n. 3
0
 def doit(self, tagnote=""):
     generate_final_frontier_for_gale4(self.tests.problems,
                                       self.tests.algorithms,
                                       self.Configurations,
                                       tag=tagnote)
     hv_spread = []
     for problem in self.tests.problems:
         hv_spread.append(
             charter_reporter([problem],
                              self.tests.algorithms,
                              self.Configurations,
                              tag=tagnote))
     statistic_reporter(self.tests.problems,
                        self.tests.algorithms,
                        self.Configurations,
                        tag=tagnote)
     comparision_reporter(self.tests.problems, self.tests.algorithms,
                          [hvp[0] for hvp in hv_spread],
                          [hvp[1] for hvp in hv_spread], "GALE")
     # for problem in self.tests.problems:
     #     hv_spread.append(charter_reporter([problem], self.tests.algorithms, self.Configurations, tag=tagnote))
     generate_summary(self.tests.problems, self.tests.algorithms, "GALE",
                      self.Configurations)
Esempio n. 4
0
 def doit(self, tagnote=""):
     hv_spread =[]
     for problem in self.tests.problems:
         hv_spread.append(charter_reporter([problem], self.tests.algorithms, self.Configurations, tag=tagnote))
     statistic_reporter(self.tests.problems, self.tests.algorithms, self.Configurations, tag=tagnote)
     comparision_reporter(self.tests.problems, self.tests.algorithms, [hvp[0] for hvp in hv_spread], [hvp[1] for hvp in hv_spread], "GALE")