run: handle comparing means for all algos
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6f39c616c0
commit
35fae028ae
12
run.go
12
run.go
@ -81,9 +81,17 @@ func run() {
|
|||||||
|
|
||||||
wg.Wait()
|
wg.Wait()
|
||||||
|
|
||||||
// pL, benchCount := algo.PrepComparisonOfMeans(&wg)
|
var pL *report.PicList
|
||||||
|
|
||||||
// report.SaveComparisonOfMeans(*pL, benchCount)
|
var benchCount int
|
||||||
|
|
||||||
|
if *c2jDE && *c2SOMAT3A {
|
||||||
|
pL, benchCount = algo.PrepCEC2020ComparisonOfMeans(&wg)
|
||||||
|
} else {
|
||||||
|
pL, benchCount = algo.PrepComparisonOfMeans(&wg)
|
||||||
|
}
|
||||||
|
|
||||||
|
report.SaveComparisonOfMeans(*pL, benchCount)
|
||||||
report.SaveTexAllPics()
|
report.SaveTexAllPics()
|
||||||
report.SaveTexAllTables()
|
report.SaveTexAllTables()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user