The name of makePowellSumFunction is "Double-Sum" but should be "Powell-Sum". Otherwise filterFunctionsByTags returns duplicate names. The patch also adds a test to check that all names returned by filterFunctionsByTags("single-objective") are unique.
The name of
makePowellSumFunction
is "Double-Sum" but should be "Powell-Sum". OtherwisefilterFunctionsByTags
returns duplicate names. The patch also adds a test to check that all names returned byfilterFunctionsByTags("single-objective")
are unique.