go(randomSearch): print progress stats
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
3940036304
commit
4abc9e6246
@ -103,6 +103,9 @@ func RandomSearchNG(maxFES, benchMinIters int, theD []int, benchFunc string) []s
|
|||||||
funcStats := &stats.FuncStats{BenchName: benchFunc}
|
funcStats := &stats.FuncStats{BenchName: benchFunc}
|
||||||
benchFuncParams := bench.FunctionParams[benchFunc]
|
benchFuncParams := bench.FunctionParams[benchFunc]
|
||||||
|
|
||||||
|
printRandomSearch("running bench \"" + benchFunc + "\" for " +
|
||||||
|
fmt.Sprint(randomSearchStatDimX.Dimens) + "D")
|
||||||
|
|
||||||
funcStats.Solution = make([]stats.BenchRound, minIters)
|
funcStats.Solution = make([]stats.BenchRound, minIters)
|
||||||
|
|
||||||
// perform the while dance 'minIters' times for "statistical relevance"
|
// perform the while dance 'minIters' times for "statistical relevance"
|
||||||
|
Loading…
Reference in New Issue
Block a user