go(randomSearch): iterate with j^wi
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
b60b2447f7
commit
53a5de92dd
@ -94,7 +94,7 @@ func RandomSearch(fes uint) {
|
|||||||
minIters := 30
|
minIters := 30
|
||||||
|
|
||||||
for _, dimens := range bench.Dimensions {
|
for _, dimens := range bench.Dimensions {
|
||||||
for j := 0; j < minIters; j++ {
|
for i := 0; i < minIters; i++ {
|
||||||
// run Schwefel.
|
// run Schwefel.
|
||||||
v, r := singleRandomSearch(
|
v, r := singleRandomSearch(
|
||||||
dimens,
|
dimens,
|
||||||
|
Loading…
Reference in New Issue
Block a user