go(bench): explain what Neighbourhood const is for
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
cdc8c1f57c
commit
7ada3dac80
@ -9,6 +9,8 @@ type funcParams struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
// Neighbourhood is the number of neighbouring values that are to be
|
||||||
|
// generated as part of e.g. Stochastic Hill Climbing algo.
|
||||||
Neighbourhood = 10
|
Neighbourhood = 10
|
||||||
// MaxFES is the maximum number of allowed function evaluations.
|
// MaxFES is the maximum number of allowed function evaluations.
|
||||||
MaxFES = 10000
|
MaxFES = 10000
|
||||||
|
Loading…
Reference in New Issue
Block a user