function title = p25_title ( ) %*****************************************************************************80 % %% P25_TITLE returns a title for problem 25. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 31 December 2000 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, a title for the problem. % title = 'The De Jong Function F4 (with Gaussian noise)'; return end