go(bench): add MaxNeighbourVariancePercent
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
b6e7e916ce
commit
ab6dc7412e
@ -12,6 +12,9 @@ const (
|
||||
// Neighbourhood is the number of neighbouring values that are to be
|
||||
// generated as part of e.g. Stochastic Hill Climbing algo.
|
||||
Neighbourhood = 10
|
||||
// MaxNeighbourVariancePercent covers an arbitrary task requirement: pick
|
||||
// neighbours from max n percent of search space.
|
||||
MaxNeighbourVariancePercent = 10
|
||||
// MaxFES is the maximum number of allowed function evaluations.
|
||||
MaxFES = 10000
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user