X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=optimization%2Ftest_functions%2Ftrigonometric1.m;h=e6725ff4c9a808be09dd8186f10597f6e6b3b7a3;hb=c3e7feb9a20fe34085814a2d32a9878e0b069ec6;hp=f7fd625e7bd9297b9fd2e7310a9f0a8b80805889;hpb=da77431bfbbb5fed8835d09aeea0de7eb7f6194a;p=octave.git diff --git a/optimization/test_functions/trigonometric1.m b/optimization/test_functions/trigonometric1.m index f7fd625..e6725ff 100644 --- a/optimization/test_functions/trigonometric1.m +++ b/optimization/test_functions/trigonometric1.m @@ -1,11 +1,11 @@ function f = trigonometric1(x) - ## - ## The trigonometric function. See More, Garbow, and Hillstrom, - ## function #26. - ## - ## This function has a minimum with f(x) == 0. The suggested - ## starting point is x0=(1/n, 1/n,...). - ## + % + % The trigonometric function. See More, Garbow, and Hillstrom, + % function #26. + % + % This function has a minimum with f(x) == 0. The suggested + % starting point is x0=(1/n, 1/n,...). + % n = length(x); f = 0;