jakobbossek / smoof

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

Update sof.shekel.R #108

Closed surmann closed 7 years ago

surmann commented 7 years ago

Hallo Jakob, There were two bugs in the Shekel function: The last row contains 3 instead of 3.6 and the matrix x out of the vector x didn't multiply the vector. Here are the bugfixes. All best, Dirk

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.3%) to 89.519% when pulling 19e58ff0be0e63ecb1a7d6a165dca38ab608fab6 on surmann:patch-1 into 2b467a309503374fad22488761b6b325021bb0d6 on jakobbossek:master.

jakobbossek commented 7 years ago

Thanks.