go(randomSearch): iterate with j^wi
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-06-17 21:41:54 +02:00
parent b60b2447f7
commit 53a5de92dd
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -94,7 +94,7 @@ func RandomSearch(fes uint) {
minIters := 30
for _, dimens := range bench.Dimensions {
for j := 0; j < minIters; j++ {
for i := 0; i < minIters; i++ {
// run Schwefel.
v, r := singleRandomSearch(
dimens,