brent_original


brent_original, a FORTRAN77 code which finds a zero or a local minimizer or a global minimizer of a scalar function of a scalar variable, by Richard Brent.

The methods do not require the use of derivatives, and do not assume that the function is differentiable.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

brent_original is available in a FORTRAN77 version.

Related Data and Programs:

brent_test

glomin, a Fortran77 code which finds a global minimum of a scalar function of a scalar argument, without the use of derivative information, by Richard Brent.

local_min, a Fortran77 code which finds a local minimum of a scalar function of a scalar variable, without the use of derivative information, by Richard Brent.

zero, a Fortran77 code which seeks a solution of a scalar nonlinear equation f(x) = 0, by Richard Brent.

Author:

Richard Brent;

Reference:

  1. Richard Brent,
    Algorithms for Minimization without Derivatives,
    Dover, 2002,
    ISBN: 0-486-41998-3,
    LC: QA402.5.B74.

Source Code:


Last revised on 22 January 2019.