grammar: a -> the value [skip ci]
This commit is contained in:
parent
ea0ccedbba
commit
32649e28c1
@ -27,7 +27,7 @@ var FunctionParams = map[string]funcParams{
|
||||
"De Jong 2nd": DeJong2Params,
|
||||
}
|
||||
|
||||
// Schwefel computes a value of the Schwefel function for x.
|
||||
// Schwefel computes the value of the Schwefel function for x.
|
||||
func Schwefel(x []float64) float64 {
|
||||
var res float64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user