X-Git-Url: http://gitweb.michael.orlitzky.com/?p=octave.git;a=blobdiff_plain;f=optimization%2Ftest_functions%2Ftrigonometric1.m;h=e6725ff4c9a808be09dd8186f10597f6e6b3b7a3;hp=f7fd625e7bd9297b9fd2e7310a9f0a8b80805889;hb=b12c6c2a4bf4cef29b2e08b743c92889505c7ed9;hpb=e1b71b4ca7cfa08ac76744a17a3778d4ccfaa7e2 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;