From dd717af9f5ed5bf109952564c5d15a999a2ecc76 Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 7 Feb 2023 23:00:30 +0100 Subject: [PATCH] cec2020: add LunacekBiRastrigin func ref [skip ci] --- bench/cec2020/benchFunctions.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bench/cec2020/benchFunctions.go b/bench/cec2020/benchFunctions.go index 3d301d6..ecc6d41 100644 --- a/bench/cec2020/benchFunctions.go +++ b/bench/cec2020/benchFunctions.go @@ -48,6 +48,7 @@ func Schwefel(x []float64) float64 { } // LunacekBiRastrigin is the "Shifted and Rotated Lunacek bi-Rastrigin Function" of CEC2020. +// ref: https://al-roomi.org/benchmarks/unconstrained/n-dimensions/229-lunacek-s-bi-rastrigin-function. func LunacekBiRastrigin(x []float64) float64 { var sum0 float64