Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / multimin / ChangeLog
1 2007-07-30  Brian Gough  <bjg@network-theory.co.uk>
2
3         * history.c: removed (unused file)
4
5 2007-02-20  Brian Gough  <bjg@network-theory.co.uk>
6
7         * vector_bfgs2.c (vector_bfgs2_iterate): use positive step size
8
9 2007-02-17  Brian Gough  <bjg@network-theory.co.uk>
10
11         * linear_minimize.c (minimize): return GSL_ENOPROG for roundoff
12
13 2007-02-14  Brian Gough  <bjg@network-theory.co.uk>
14
15         * linear_minimize.c: made all functions static
16
17         * linear_wrapper.c: made all functions static
18
19 2007-02-08  Brian Gough  <bjg@network-theory.co.uk>
20
21         * linear_wrapper.c: convert multidimensional function to
22         one-dimensional for line minimisation
23
24         * linear_minimize.c: one-dimensional minimisation from Fletcher
25
26         * vector_bfgs2.c: added Fletcher's implementation
27
28 2006-02-18  Brian Gough  <bjg@network-theory.co.uk>
29
30         * vector_bfgs.c (vector_bfgs_iterate): avoid division by zero if
31         dxdg == 0
32
33 2003-07-24  Brian Gough  <bjg@network-theory.co.uk>
34
35         * simplex.c (nmsimplex_set): changed index variable i from int to
36         size_t
37
38 2003-04-17  Brian Gough  <bjg@network-theory.co.uk>
39
40         * simplex.c (nmsimplex_iterate): bug fix to find the second
41         highest point correctly
42
43         * vector_bfgs.c (vector_bfgs_iterate): no need to update g0norm on
44         each downhill step, since g0norm is the norm for the initial
45         gradient.
46
47         * conjugate_pr.c (conjugate_pr_iterate): no need to update g0norm
48         on each downhill step, since g0norm is the norm for the initial
49         gradient.
50
51         * conjugate_fr.c (conjugate_fr_iterate): no need to update g0norm
52         on each downhill step, since g0norm is the norm for the initial
53         gradient.
54
55 Sun Sep 30 20:50:00 2002  Tuomo Keskitalo  <tkeskita@pt.hut.fi>
56
57         * Added Nelder-Mead Simplex optimization algorithm and 
58         fminimizer structure.
59
60 Sun Feb 10 21:57:36 2002  Brian Gough  <bjg@network-theory.co.uk>
61
62         * conjugate_pr.c (conjugate_pr_iterate): return error ENOPROG if
63         cannot find downward step
64
65         * conjugate_fr.c (conjugate_fr_iterate): return error ENOPROG if
66         cannot find downward step
67
68         * vector_bfgs.c (vector_bfgs_iterate): return error ENOPROG if
69         cannot find downward step
70
71 Thu Oct 25 11:56:06 2001  Brian Gough  <bjg@network-theory.co.uk>
72
73         * added a tolerance parameter for the line minimizations
74
75 Wed Oct 24 23:18:46 2001  Brian Gough  <bjg@network-theory.co.uk>
76
77         * modified all routines to use a single minimiztion iteration,
78         instead of nested iterations for line and gradient search.
79
80 Thu Oct 18 22:56:52 2001  Brian Gough  <bjg@network-theory.co.uk>
81
82         * renamed gsl_multimin_f_minimizer to gsl_multimin_fminimizer for
83         consistency with rest of the library
84
85         * renamed gsl_multimin_fdf_minimizer to gsl_multimin_fdfminimizer
86         for consistency with rest of the library
87
88 Mon Oct  8 21:41:51 2001  Brian Gough  <bjg@network-theory.co.uk>
89
90         * diff.c (gsl_multimin_diff): pass params argument using
91         GSL_MULTIMIN_FN_EVAL (3 occurrences)
92
93 Sun Jul 15 17:54:15 2001  Brian Gough  <bjg@network-theory.co.uk>
94
95         * fdfminimizer.c (gsl_multimin_fdf_minimizer_alloc): eliminated
96         use of interval type
97
98 Sat Apr 28 11:29:08 2001  Brian Gough  <bjg@network-theory.co.uk>
99
100         * diff.c (gsl_multimin_diff): made indices unsigned
101
102 Mon Apr 23 13:22:31 2001  Brian Gough  <bjg@network-theory.co.uk>
103
104         * gsl_multimin.h diff.c: made starting_point const throughout to
105         avoid compiler warnings
106
107         * made internal functions static
108
109         * gsl_multimin.h: added missing prototype for gsl_multimin_diff
110
111 Tue Apr 17 22:15:37 2001  Brian Gough  <bjg@network-theory.co.uk>
112
113         * gsl_multimin.h: added missing prototype for gsl_multimin_compute_ep
114
115 Sun Feb 18 16:35:21 2001  Brian Gough  <bjg@network-theory.co.uk>
116
117         * fdfminimizer.c (gsl_multimin_fdf_minimizer_alloc): modified to
118         account for change in calling convection of
119         gsl_min_fminimizer_alloc
120
121 Fri May  5 16:08:34 2000  Brian Gough  <bjg@network-theory.co.uk>
122
123         * test.c (test_fdf): fixed warning about "control reaches end of
124         non-void function" by changing test_fdf to return type void
125  
126 Tue May  2 19:20:46 2000  Brian Gough  <bjg@network-theory.co.uk>
127
128         * test.c (main): added return gsl_test_summary() to main, so that
129         test results are returned through the exit status.
130
131 Mon Feb 14 13:12:16 2000  Brian Gough  <bjg@network-theory.co.uk>
132
133         * made all internal functions static
134