jakobbossek / smoof

Single- and Multi-Objective Optimization Test Functions
http://jakobbossek.github.io/smoof/
Other
36 stars 16 forks source link

Fix name of Powell-Sum generator #133

Closed olafmersmann closed 3 years ago

olafmersmann commented 3 years ago

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.

jakobbossek commented 3 years ago

Thanks Olaf! Merging ...