22.01.2014 Views

download searchable PDF of Circuit Design book - IEEE Global ...

download searchable PDF of Circuit Design book - IEEE Global ...

download searchable PDF of Circuit Design book - IEEE Global ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Conjugate Gradient Search 127<br />

choices will be mentioned, especially the relaxation method (varying each<br />

variable in turn) and the steepest descent strategy, which selects the steepest<br />

slope direction at each turning point. After considering several more important<br />

properties <strong>of</strong> quadratic functions, conjugate vectors and conjugate direction<br />

search methods will be defined. Finally, the Fletcher-Reeves conjugate<br />

gradient search direction formula will be discussed with examples.<br />

5.2.1. Linear Search. At the point in variable space (x) where a new search<br />

direction (s) has been selected, some clear description <strong>of</strong> the next linear search<br />

must be available. The common notation is<br />

i= J,2, ... , (5.39)<br />

where the superscript denotes that this is the ith linear search or iteration. The<br />

search parameter is the single variable ,,;, which determines the distance <strong>of</strong><br />

x;+' from x;. For well-posed problems, there will be some optimum a; that<br />

determines the lowest value <strong>of</strong> F(x) in the s; direction; in that sense, the linear<br />

search is concerned with a function <strong>of</strong> only a single variable, namely F(oJ<br />

Consider the nonquadratic surface over two-variable space previously introduced<br />

in (5.1)-(5.5). Suppose that the starting point X=(7,3)T is selected,<br />

where the gradient turns out to have the value g=(72080, 159976)T. Since the<br />

gradient is the set <strong>of</strong> coordinates describing the direction <strong>of</strong> maximum<br />

function increase.. a reasonable choice for a linear search might be to the<br />

"southwest," i.e., in search direction s=(-I, -I? Table 5.2 summarizes a<br />

set <strong>of</strong> moves in this direction according to (5.39) using Program A5-1. A graph<br />

<strong>of</strong> this function <strong>of</strong> ,,; is shown in Figure 5.12. A new turning point is in the<br />

vicinity <strong>of</strong> x=(5.25, 1.25?, and a new search direction must be obtained,<br />

preferably by a more effective procedure than illustrated. Some simple alternatives<br />

are considered in the next section. A particular linear search strategy will<br />

be considered in some detail in Section 5.3.<br />

Before continuing, examples based on quadratic functions can be implemented<br />

much easier if the linear search parameter" is obtained in closed form<br />

for these cases. Consider the standard quadratic function defined by (5.6) and<br />

write F(x;+ ') by substituting (5.39):<br />

(5.40)<br />

Table 5.2. Searching to the Southwest on (5.1) From XI =7, x2=3 Using (5.39)<br />

"<br />

as, as, x, x, F 'I',F 'I',F<br />

0 0 0 7 3 160,016 72,080 159,976<br />

1 -1 -I 6 2 20,740 20,704 43,212<br />

2 -2 -2 5 1 1,972 -4,824 - 8,764<br />

1.5 . _1.5 -1.5 5.5 1.5 1,740 5,170 10,400<br />

1.75 - 1.75 -7.75 5.25 1.25 38 -462 -728

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!