FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith...

142
„.— FINESSE John Henry Smith

Transcript of FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith...

Page 1: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

„.—

-

FINESSE

John Henry Smith

Page 2: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

: 'E SCHOOL93940

Page 3: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

United StatesNaval Postgraduate School

THESIS

FINESSE

by

John Henry Smith

June 1970

TkU documznX hcu> been approved fan. public n.z-

lzcu>e. and 6alz; aM> cLutnlibiition aj> unLimltzd,

^A$Z

Page 4: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 5: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

Finesse

by

John Henry SmithLieutenant Colonel, United States Marine Corps

B.S., United States Naval Academy, 1953

Submitted in partial fulfillment of the

requirements for the degree of

MASTER OF SCIENCE IN COMPUTER SCIENCE

from the

NAVAL POSTGRADUATE SCHOOLJune 1970

Page 6: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 7: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

ISTGRADUATE SCHOOL\ CALIF. 93940

ABSTRACT

Finesse is a program written to investigate the role of a general-

ization scheme in computer learning. The finessing play in the game

of bridge is developed as an example in which the computer starts with

a few basic bridge rules and improves its play through self-analysis

of successive plays of the same hands. After deciding that an optimum

play has been found for a particular hand, Finesse makes the generaliza

tion that all hands with approximately the same distribution should be

played in the same way.

Page 8: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 9: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

TABLE OF CONTENTS

I. INTRODUCTION 5

II. BACKGROUND 7

III. RATIONALE --- 9

IV. PROGRAM EXAMPLES 13

V. MEMORY STRUCTURE 17

VI. PROGRAM DESCRIPTION 22

VII. CONCLUSIONS 29

APPENDIX A 31

COMPUTER PROGRAM 36

LIST OF REFERENCES 65

INITIAL DISTRIBUTION LIST 66

FORM DD 1473 --- 67

Page 10: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 11: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

u

Page 12: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 13: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

I. INTRODUCTION

This paper describes an interactive bridge -playing program,

Finesse, designed to solve finessing problems in no-trump hands.

The program is written is PL/1 in two versions, one for batch proces-

sing, the other to be played on-line. The object of the thesis is to

investigate computer learning using Finesse as the vehicle. This was

done by writing a program which produces its own set of finessing

rules; rules which continue to build and improve as the program plays

more and more hands. As new and different card combinations are

encountered, the program amends the rules stored in memory either

by adding to the knowledge contained, or when that knowledge proves

faulty, deleting from memory those rules which no longer apply.

Finesse was designed with the idea that it should play in as human-

istic a way as possible. A beginner in any game starts by learning a

few basic rules, then builds on these as his degree of expertise increases.

New rules are generally learned as new situations are encountered.

This is the approach taken in Finesse . A few simple rules were built

into the program so that Finesse would have a basis for making an

initial play for any given hand. These rules were designed to insure

that players follow suit whenever possible and that certain rules of dis-

tribution are followed in the initial play of a hand. For instance, if

declarer's hands contain eleven or more cards of the same suit, there

Page 14: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 15: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

would be little requirement to finesse for the King. Another example

of this is the popular "eight ever, nine never" rule by which beginners

learn to finesse for a missing Queen if they hold eight or less cards,

but to play for the Queen to fall if nine cards are held. Such heuristics

are refined and amended as the analysis of play directs.

Before any programming could be done, certain basic decisions had

to be made concerning the scope of the thesis and the direction that its

development would follow. It quickly became obvious that time would

not permit the writing of a program to play all aspects of the game and,

more important, that such a program would not be required to study

the stated problem of computer learning. For the finessing problem,

the playing of one suit with the intent of winning the greatest number of

tricks has enough of the same strategic and tactical problems found in

playing the entire hand, that it is a worthy vehicle for the purpose of

this thesis. In short, finessing can be considered bridge in miniature.

Certain restrictions were placed on the type of hands to be played

in Finesse , thus reducing programming problems without detracting

from the thesis objective. For example, with the use of no-trump hands

only, the problem of counting and keeping track of trump cards was

eliminated. Also, certain information that would normally be available

and useful, such as the bidding sequence, is unknown in Finesse . Omit-

ting this type of information provides a more generalized line of play

than might otherwise be found.

Page 16: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 17: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

II. BACKGROUND

Several authors have published papers on bridge programs, some

of which consider the play of all aspects of the game. Until 1969, how-

ever, no reference could be found to show that any real efforts had been

made toward generalizing on the results of completed plays and estab-

lishing a line of play for similar hands that follow.

The earliest three papers on bridge-playing programs were pub-

lished in 1962. Two of these were the result of individual thesis work

at Massachusetts Institute of Technology, by E. R. Berlekamp and

Gay Carley (Refs. 1 and 2). The third, by Thomas A. Throop (Ref. 3),

is a short description of a program to conduct bidding for one round.

The programs written by Berlekamp and Carley were more ambitious

and deserve a closer look.

Carley's thesis describes a full-length bridge program written in

assembly language for the IBM 7090 computer. The program bids,

decides upon a strategy for the hand, and plays a fair game of bridge,

largely through programmed heruistics. The program is flexible in

the sense that it contains a number of subroutines which could be easily

changed by the author. But these changes were not controlled by the

program as the result of any self-analysis of previous plays, and this

should be the object of a generalization process.

In the case of Berlekamp's paper, a generalization process is in-

cluded. Here the author has constructed a program to solve the specific

Page 18: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 19: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

bridge problem of finding the winning play in seven no-trump hands in

double-dummy bridge. The final solution for a particular hand was

reached by first playing it in accordance with a set of heuristics built

into the program. Then the same hand was re-examined with a different

defensive play. If the original line of play was again successful, a new

defensive strategy would be tried until either all strategies had been

played, or a particular defense proved better than the previous plays.

If this latter event occurred, a new offensive play would be tried and

the play and test procedure would be repeated. In this manner, the play

of a particular hand would improve until the optimum play had been found.

Thus, this program generalizes only on the line of play to be followed

with one specific hand when all tricks must be taken.

Riley and Throop (Ref. 4) presented their paper in 1969. It describes

what appears to be the first bridge program to attack the problem of

generalization, including generalizing in finessing. Riley and Throop's

approach to the finessing problem was to handle it through pattern analysis,

with each finessing hand falling into one of eight patterns. This method

differs from the method used in Finesse , which makes generalizations

according to previous plays and stores them in decision trees. New and

better plays are found, primarily through a trial and error process,

much as they were in Berlekamp's program. The inferences drawn and

rules developed are not made for one specific hand, but for any hand in

which certain key cards are missing.

Page 20: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 21: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

III. RATIONALE

In Finesse , the declarer's hands (North/South) are played by the

computer, while a human opponent plays the East/West cards. The

program learns to play the cards in much the same manner as a human

player does. It starts with the knowledge that there are certain basic

rules which must be followed:

1. All players must follow suit whenever possible.

2. If a player cannot follow suit, a card in another suit, preferably

a loser, must be played.

3. When specific numbers and denominations of cards are held by

the declarer and his partner, they should be played in a prearranged

manner to win the most tricks. For example, if nine or more cards

are held by declarer and the Queen is the only missing honor, the prob-

ability of it falling if the Ace and King are played out is greater than 50%.

This play would be dictated if no further information were known con-

cerning the opponents' distribution. With fewer than nine cards, the

probability of the drop falls below the 50% level and a finessing play is

required. Similar rules require Finesse to play for the drop of the King

when more than ten cards are held and for the drop of either the Jack

or Ten when more than six cards are held.

4. No suit with fewer than seven cards in declarer's hands has

been considered as a finessing suit in this program. This is not because

such finesses cannot be made, but because suits in which declarer has

Page 22: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 23: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

fewer cards than his opponents are not normally identified as advantageous

for early development in the play of a No-Trump hand. These suits are

usually held in reserve for transportation purposes, stoppers in short

suits, and for sure tricks when needed either to make the contract or

avert a serious loss.

5. For a similar reason, no suit distributions with more than two

missing honors have been considered. Had such consideration been

given, a small extension of the program would have been required to

determine the initial strategy for playing such suits, but the actual play

of the hand would be similar.

6. If the suit to be played falls into the category of a finessing suit,

then the missing honor(s) is singled out and designated as the card(s) to

be located. The idea of identifying the cards declarer is missing, rather

than those he has, was decided upon to cut down on the number of possible

card holdings which could arise.

If a suit is identified as one to be played for a finesse, the next lower

card to the missing honor, or a card of equivalent value, is selected as

the finessing card and the initial finesse is made. The program will

determine whether North or South must be the leader in order to finesse

properly and will use transportation cards to position itself in the right

hand if necessary. If the finesse fails and the missing honor takes the

trick, Finesse will assume that there are no more key cards left in the

suit to be concerned with. When the declarer has the lead again, the pro-

gram will play out all remaining cards, anticipating the capture of all

10

Page 24: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 25: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

unplayed tricks.

If the finesse is successful and the missing card does not appear,

Finesse will assume that it has located the missing honor. It proceeds

to make as many finessing plays as are required and/or possible through

the opponent holding the missing card. When this card appears, Finesse

will infer that all remaining cards should be played out. If at any point

in this play an opponent wins a trick, the declarer's strategy does not

change. Upon regaining the lead, he continues to draw the remaining

cards.

As each trick is played, a tally is kept of the number of tricks won

by declarer, and the identity of all winning opponent cards is stored in

memory. When all cards in the suit have been played, an analysis is

made of the number of tricks won by declarer as opposed to the maxi-

mum number he could have won. If, for example, declarer's cards

were split 4-3, he could have won at most four tricks. If he were also

missing the Ace, he could have won only three. In this case, if he

actually won three, Finesse infers that the hand was played correctly

and the play terminates, indicating that the optimum play had occurred.

If this cannot be determined, then the suit must be played again, using

a different strategy, and the results of the two plays will be compared.

The strategy to be followed in the second play is determined by

the highest ranking card that won a trick for the opponents. This be-

comes the new card for which the program finesses. After it appears,

the finesse is made for the original missing honor. The remaining

11

Page 26: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 27: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

cards are then drawn as before, the tricks are tallied, and another

comparison is made. If fewer tricks were made on the second play, the

play is discarded and the original play is assumed to be the best. Other-

wise, the new play is stored and will be used again the next time that

combination of missing cards is encountered. This process of searching

for a better play can be continued until the play analysis shows that

there are no more alternatives, or that the last play is inferior to its

predecessor. In this way the "optimum" play is left in memory until

the same situation is encountered again and a better play developed.

12

Page 28: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 29: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

IV. PROGRAM EXAMPLES

To see how Finesse works, let us study the plays of two different

hands. The first has a suit distribution as shown below:

North

K J 5 2

West East

10 8 4 3 Q 7

South

A 9 6

Finesse first analyzes the hand and determines if at least seven

cards are held in the North/South hands. If so, it looks for the highest

ranking missing honor. In this hand the Queen is recognized as this key

missing card. Since the declarer only holds seven cards, a finesse is

required. North, having been predetermined to be the leader, leads

the Jack to finesse for the Queen. East, as played by the human player,

covers an honor with an honor. South rises with his Ace to take the

trick and West plays low. The program decides that North/South is

the winner and signals that they have one trick. Since the trick was

taken by South, the lead shifts to that hand.

Since the key card has been played, Finesse plays the remaining

cards in descending order. The six is led by South to North's King,

with West playing low and East giving up the seven. North then leads

13

Page 30: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 31: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

his low card, the two, back to the nine, the highest card left in declarer's

hand. When East shows out, West wins the last two tricks with the ten

and eight. The values of these two cards are stored, as is declarer's

final trick count of two.

Finesse then determines that the ten was the highest ranking of the

opponents' cards to take a trick and designates the ten and the Queen

as key cards. The hand is played again with the finesse for the lower

of these two key cards, the ten, being tried first. Once again North is

the initial leader. This time North leads his two. When East plays low,

North attempts a finesse with the nine. When West's ten wins again, it

is stored in memory and the play continues.

Since the ten has been played, the Queen again becomes the critical

card and the Jack is led. At this stage the play follows the original

hand with the Queen falling to South' s Ace and West playing low. The

remaining cards are played out with South leading the six to the King,

West playing the four, and East showing out. Again, declarer wins only

two tricks as West's eight takes the last trick. Analysis of the hand

shows no reduction in thv number of tricks won over the previous play.

Finesse , applying an heuristic, assumes that the second play, attempting

a deeper finesse, is a superior play to the first.

The evaluation after this second play shows that the eight is the new

key card and adds it to memory. With North leading again, his two is

covered by the seven and South' s nine loses to the ten. Then the five

is led and South's Ace takes East's Queen with West playing low.

14

Page 32: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 33: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

South' s last card, the six, is then led and West plays the four which is

taken by the Jack as East shows out. North's last card, the King, is

then led and West's eight falls to it, winning three tricks for declarer.

Analysis of the play shows that one more trick was taken. Since no

new key cards were discovered, Finesse infers that the optimum play

has been found. The analysis is concluded, all key cards are left in

the decision tree, and play terminates.

In a second example, the suit distribution is as shown:

North

10 8 3

West East

J 9 5 K 7 4

South

A Q 6 2

With North in the lead, the initial play of the suit is as follows:

Play #1: King recognized to be missing.

Leader Lead Opponent 1 Leader's Partner Opponent 2 Trick Count

North 3 4 Q 5 1

North* 10 K A 9 1

South 2 J 8 7

South 6 out out out 1

3

*Lead changed hands through transportation cards to take advantage of

the successful finesse.

15

Page 34: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 35: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

Play #2: King, Jack recognized to be key cards .

Leader Lead Opponent 1 Leader's Partner Opponent 2 Trick Count

North 10 K A 5 1

North-- 8 4 2 9

North 3 7 Q J 1

South 6 out out out 1

3

**Lead changed hands to take the only finesse left.

Play #3: King, Jack, 9 recognized to be key cards.

North 8 4 2 9

North 10 K A 5 1

South Q J 3 7 1

South 6 out out out 1

3

Three tricks were made in each play. After the final play, when no

new key cards were found, play of the hand terminated. The results of

the third attempt were stored as the program inferred that the deepest

finesse is the best play.

16

Page 36: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 37: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

V. MEMORY STRUCTURE

Finesse uses tree structures for storage of key cards and their

associated finessing cards. Three different types of cells are used,

and examples of each are shown in Figures 1 and 2.

The MCARDTREE cell is used only as a header cell for each decision

tree. Each of these, along with its associated FPLAY cell, is initialized

in the early stages of the program. The header cell contains the value

of the highest missing honor in declarer's hands while the FPLAY cell

holds the value of the finessing card to be used. The other fields of the

header are pointers. M6 connects the header cell to its FPLAY cell

and M1-M4 are initialized as null pointers. As the trees grow, these

latter four pointers are used to connect the header cell to its descendents.

The cells to be joined are those declared as N3 cells having a field

holding the value of a key card and three pointer fields.

Four separate decision trees are used in Finesse ; one for each of

the top four honors. No Ten Tree is used, for unless the opponents'

distribution is highly unusual (either 5-1 or 6-0), the ten will fall to

successive plays of the other honors. If the unusual distribution should

occur, Finesse will recognize it and play the hand accordingly without

further recourse to a decision tree.

Since the header cell holds the value of the highest ranking honor

missing from declarer's hands, any cards subsequently added to the tree

must have a lower rank. The decision as to which pointer should be

17

Page 38: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 39: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

CDK\ MCARDTREE CELLGDI \ (HEADER)

CD'

FPLAY CELL

M6KllNU

Ml M2 M3 M4

QUEEN EM

FIGURE 1

HEADER CELL

CD3-

FPLAY CELL

CD

FIGURE 2

18

Page 40: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 41: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

used to join these two cells together is made by comparing the value of

the two cards concerned. If the card to be added is an honor and has a

value of one greater than that of the card in the header cell, pointer Ml

is used to connect the cells. If two greater, M2 is used, and so forth.

If the card is not an honor, it is automatically pointed to by Ml. Clearly

then, only the Ace Tree will use all four pointers.

Like the header cell, each N3 cell has an FPLAY cell associated

with it and containing the value of the card to be used in finessing.

Pointer PL connects these cells. The other two pointer fields of this

cell are BP and M7. BP is a back pointer used in moving up the tree

when changes in tree position are made, while M7 points to the next

lower N3 cell in the tree. The final pointer to be mentioned, the EM

field of the FPLAY cell, is also a back pointer connecting the previous

FPLAY cell in the tree. To better understand the tree construction, let

us follow through with the addition of one level to the header cell, using

one of the hands played earlier as an example.

North

10 8 3

West East

J 9 5 K 7 4

South

A Q 6 2

Pointer CD was set to the header cell originally and CDl was then

set equal to it. A new N3 cell is allocated and a determination is made

as to which of the M1-M4 pointers should be used. In this instance, with

19

Page 42: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 43: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

the King in the header cell and the Jack the next key card missing,

pointer M2 is chosen and set to the N3 cell (Figure 2). Level one

pointers are set as shown and CD is moved to the N3 cell. BP is set

to point the way back up the tree and a new FPLAY cell is allocated.

All level two pointers are set, with M7 having a null value, and the

construction is complete.

Subsequent levels are added in a similar manner with the setting

of the M7 pointer to the new N3 cell rather than one of the M1-M4

pointers. CD continues to be used as the first pointer to be moved as

each new cell is allocated and the other moving pointers follow it.

Pointers CDl and CD3 remain at the header cell level.

A level of cells may be moved easily up or down the tree by recon-

necting the appropriate M7, BP and EM pointers, and rearranging the

movable pointers so that CD, CD2, CD4 and CD5 always point to the

lowest and next to lowest level cells. Figure 3 shows the decision tree

after the final play has been completed.

20

Page 44: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 45: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

CDKCD1\

CD3>

/ M6QUEEN EMKING

Ml M2 M3 M4

\5 /

• CD4Y

/JACK PL

10EM

i

BP M7Jf

CE>2 /\ CJ>\

9

IDL

8EM

BP M7

FIGURE 3

21

Page 46: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 47: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

VI. PROGRAM DESCRIPTION

Finesse begins each new play of a suit by determining whether

initialization of the decision trees is necessary. If initialization is re-

quired, the header cells and their associated FPLAY cells are construc-

ted. Otherwise, this part of the program is bypassed so that the hands

to be played may be read in. Figure 4, a Macro Flow Chart, shows

how the play of a hand flows through the program.

Each player's cards are represented in an array consisting of

thirteen bits, with a one indicating the presence of a card in the hand.

The cards are represented in inverse order, with the Ace occupying the

first array position, the King the second, and the two the thirteenth.

Thus the highest ranking cards have the lowest array numbers. This

simplifies the many searches required to locate the high cards of arrays

HAND1 and HAND2. For input/output purposes, however, the card

values are inverted and represented more normally with the Ace having

a value of 14, King 13, Queen 12, Jack 11 and ten through two the values

of 10-2.

All four hands of the suit to be played are read into the program.

Either North (NH) or South (SH) is declared to be the initial leader

(LEADER) in ( e play. The array HAND1 is set equal to the leader's

hand, HAND2 equal to his partner's, and OHANDl and OHAND2 set equal

to the correct East/West hands. These arrays are then used as the

playing hands and the North, South, East and West arrays are stored,

22

Page 48: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 49: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

YES

FINISH3

NO

NO

YES

Initialize

trees

FINESSE

~t~

YES

NO

PLAY

Add key-

card to

. tree

e

FIGURE 4

23

Page 50: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 51: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

to be used only to recreate these playing hands when required. The

number of cards held by declarer is determined and the number of mis-

sing honors is counted. A determination is made as to whether a finesse

is required or the cards should be played consecutively. This decision

is made on the basis of what honor is missing, how many cards in the

suit are held by declarer, and the probability of a finesse being the play

most likely to capture the missing card. Here, heuristics such as the

"eight ever, nine never" rule, come into play in directing the play of the

cards to one of two major sections of the program, Procedures PLAY

or FINESSE.

The procedure PLAY is designed to play the cards, starting with

the highest ranking card in declarer's hands, without regard to any

missing key cards. PLAY is called whenever the initial program

analysis determines that the probability of the key cards falling to this

sort of strategy exceeds the probability of falling to a finesse. It is also

called from Procedure FINESSE whenever all key cards have been played

by the opposition.

PLAY accomplishes its mission by continually searching the de-

clarer's hands to locate the highest ranking card in the suit, or an

equivalent card (the Queen is equal to the Ace if the Ace, King, Queen

are held by partners). The correct lead is made by determining whether

the high card, or its equivalent, can be led directly, and which hand

declarer wishes to be in upon completion of the play.

The strategy decided upon will play the cards in a manner requiring

the fewest transportation plays per suit. For example, Finesse determines

24

Page 52: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 53: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

which hand has the most cards and, whenever possible, that hand is given

the lead before his partner becomes void in the suit.

When all cards have been played from the North/South hands, the

program calls BETPLAY to analyze the completed play of the suit.

Before looking at this portion of the program, a thorough study should

be made of the Procedure FINESSE which is the heart of the finessing

play. Upon entering FINESSE, the program determines the highest

ranking honor missing from the declarer's hands and goes to the ap-

propriate decision tree to find the correct card to play.

The first time a finessing hand is played, the tree will be only one

level deep and will contain just the header cell and its associated FPLAY

cell containing the value of the card to be played. In this case the tree

traversal is limited to going to the FPLAY cell to find the finessing

card. The card is then located in the North/South hands. Should it be

missing, an adjustment is made in the designation of the card to be

played so that the next lower ranking card held by declarer becomes the

new finessing card. Both of the declarer hands are inspected for dis-

tribution of cards to be used in finessing and a decision is made as to

how the finesse should be attempted. For example, if the King is mis-

sing and the other honors are distributed as shown in either of the hands

below, the finesse can be made in only one way, although the exact play

of the cards \ ill be different.

North Leader NA

NA 10

S

Q J 10

S

Q J

25

Page 54: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 55: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

In either case, the finesse must be made through the Ace as it is recog-

nized as the only card of a higher rank than the King, and transportation

cards must be used to get to the South hand for finessing purposes.

Then, assuming that the Queen is successfully finessed, the program

infers that the King is located in West's hand and that it must use trans-

portation cards to return to the South hand. Successive finesses will be

attempted until the missing honor appears, declarer runs out of finessing

cards, or loses his transportation capability.

It should be noted here that the assumption has been made that

sufficient transportation cards will be available to allow the play of a

suit to proceed as envisioned by Finesse . The routine TRANSPO is

called whenever such transportation is required. It changes the lead

from one hand to another and prints out the statement "Lead Changes

Hands".

Whenever the missing honor appears, and when there is only one

level to the decision tree, the program infers that there are no more

key cards to worry about and goes to the PLAY block for completion of

the suit play. If the tree level is greater than one, however, there is

more than one missing card to be finessed, and control reverts to the

beginning of FINESSE for another iteration.

As each complete play of four cards is made, a count is made of

the key cards played by the opponents. When this count equals the num-

ber of key cards to be found, all required finesses have been taken. The

routine PLAY is entered and, if there are any cards left, they are played

26

Page 56: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 57: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

as required by that section of the program. When all declarer's cards

have been played, Procedure BETPLAY, the initial part of the analysis

of the hand, is called.

BETPLAY determines the maximum number of tricks that might be

taken by declarer by counting the cards in each declarer hand and

assuming that the maximum tricks possible equals the number of cards

in the longer hand. If that number of tricks wa.s actually made, BETPLAY

will infer that the optimum play has been made, make a statement to

that effect and terminate the play of that hand. If a lesser number of

tricks was taken and it appears as if a better play might have been

made, the analysis of the play continues. Simple rules are applied to

determine whether it is possible to take more tricks than were made in

the previous play. For example, if North has four cards and South

three, then four tricks are the most that can be won. If the Ace is

missing, or if the King is not held by declarer and is not fines sable be-

cause it sits behind the Ace, then only three tricks can be made. If

the previous play took those three tricks, the inference will be drawn

that the best possible play has been made, and the play of the hand will

terminate. Otherwise, the routine BPLAY will be called. This is the

portion of the program in which decision trees are built and manipulated.

BPLAY immediately checks the value of all opponents' cards, with

the exception of the Ace, that won tricks. The value of the highest rank-

ing card in this category is then checked to see if it has already been

used as a key card. If so, the next such card in the array is located and

checked until a new key card is discovered. When the new key card is

27

Page 58: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 59: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

found, the next lower ranking card is assigned as its finessing card

and a new level added to the tree.

As each new key card is identified and added to the tree, Procedure

CHUP is used to compare its value with the value of the card immediately

above it. If the last card added is found to be of a higher rank than its

predecessor, the tree positions of the two cards are interchanged, and

this procedure is repeated until all cards occupy their proper place in

the tree, with the higher ranking cards at the top.

If no new key cards are found, the program infers that there are no

other important cards to finesse and that the optimum play has been

made. The message "All Key Cards Have Been Tested" is printed out

and the program looks for another hand to play.

The play and replay of a suit may also terminate when the newest

play proves to be bad. Finesse determines this by comparing the number

of tricks won with the number taken by the previous play. If the last

play takes the same number, or more tricks than the preceding play,

the program assumes the method of play to be good and leaves the infor-

mation stored in the tree. If fewer tricks are taken, the line of play is

considered bad and that play is removed from the decision tree. The

last play remaining in the tree is considered the optimum play.

28

Page 60: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 61: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

VII. CONCLUSIONS

The program Finesse does learn. It develops a line of play by

successively finessing for newly discovered key cards, as long as each

new play does at least as well as the previous play. Then, when the

apparent best play is found, it is stored in a decision tree in memory

for future use. The next time the same situation is presented for a

solution, the hand is played in the same way. In a subsequent play of

what appears to be an identical hand, the opponents' card distribution

may cause the pre-planned play to take fewer tricks than anticipated.

If so, Finesse will erase the previous play and try to find a better one.

Thus Finesse is learning to finesse in much the same way that a human

player would. It starts by learning a few basic bridge rules and adds

to these through experience.

The rules developed could be improved upon by expanding Finesse

to include more information and give the declarer a better idea of what

adversities may face him. Information which might be provided includes

the bidding sequence and a listing of cards already played from other

suits (to show declarer something about the distribution of the entire

hand). With such information added, the probability of finding the op-

timum play in a specific situation would increase. But this increase in

information will require an equivalent increase in the size and complexity

of the decision trees. If they become too detailed, the plays will become

too specific, and the result may be specialization rather than generalization.

29

Page 62: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 63: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

As it is, Finesse provides a good general method of play for any suit of

seven cards or more. For example, any hand with the King, Jack, 9

missing will be played in the same general way, rather than in the two

or three more specialized ways it might have been played if additional

information were known. Special rules for each specific situation

should not have to be developed. However, some additional information,

particularly in the area of knowledge of the bid, would be helpful in

determining which opponent to finesse through. Such an improvement

should help significantly to close the gap between what Finesse does now

and what it would have to do as a part of a complete bridge playing program.

By storing in the decision trees only information concerning the

missing key cards, rather than those held by the declarer, the size of

the decision trees was reduced, saving storage requirements and data

manipulation time. This principle of working with the complement of

required information may prove a valuable technique which can be used

in other programming problems.

30

Page 64: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 65: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

APPENDIX A

This section provides a chronological listing of major Begin Blocks

and Procedures found in Finesse with a brief description of their purposes

and means of accomplishment.

PSTART; This block is the entry point to Finesse. After each complete

play of a suit, control of the program returns to PSTART for a deter-

mination of whether another hand will be played or the program will

terminate. Subsequent action is decided by the setting of variable

QUEST to a value of zero, one or two.

READIN : The purpose of this block is to provide an entry point to all

program input.

LOWCARD1, LOWCARD2 : These two routines find the lowest ranking

cards in HAND1 and HAND2 respectively by searching the HANDl and

HAND2 arrays backwards for the first bit equal to 1. Upon termination,

they return the values of variables LCARDl and LCARD2 to the calling

section of the program.

CHHAND : This is the routine called to change the lead from one de-

clarer hand to the other when the trick has been won by a card from

HAND2, When this happens, HANDl and HAND2 exchange card values

as do OHAND1 and OHAND2 and the lead then changes to the hand now

called HANDl.

TWIN : Twin is designed to count the number of tricks won by the

declarer hands. The variable TRICKCT returns the new trick count

31

Page 66: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 67: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

value. If the trick has been won by either the East or West hand,

TWIN calls Procedure OWIN.

OWIN: OWIN identifies and stores key cards in the array OHCARD.

If East's nine wins a trick, for example, the bit OHCARD (6), the array

position for the nine card, is set to one. OWIN then returns control to

TWIN.

FOLCH: Folch is a routine called whenever the FOLLOW card is to

be played. It checks the present value of FOLLOW and, by looking at

the card that has been played from hand OHANDl, determines whether

a change must be made in the FOLLOW value.

The play of the FOLLOW card has been pre-programmed for one of

these two standard plays:

1. If the LEAD card is other than the lowest card in the HANDl

hand, that is, it is either the highest card in the hand or a selected

finessing card, HAND2 is programmed to play its lowest card unless

the analysis by FOLCH dictates a different play. This will occur when

the OHANDl card is higher ranking than the card led. Then, if HAND2

can beat the opponents' play, FOLCH will change the FOLLOW value

to play the card from HAND2 immediately higher than that played by the

first opponent.

2. If LCARDl is to be led from HANDl, HAND2 is programmed to

play either its highest card or a designated finessing card. This will be

done unless FOLCH determines that OHANDl has played a card higher

in value than the programmed FOLLOW card. If so, a higher card will

32

Page 68: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 69: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

be played if available. If such a card is not held, LCARD2 is played.

OPLAYl, OPLAY2: These two routines are called when the play of a

card is required by the East/West hands. OPLAYl tells opponent one to

input the value of a card from his hand, and OPLAY2 does the same for

OHAND2. The cards played are removed from the opponents' hands.

ONEHMISS: If only one honor is determined to be missing from the com-

bined declarer hands, this procedure applies a set of simple rules to

decide whether control should pass to the PLAY or to the FINESSE

sections of the program.

PLAY: That section of Finesse which plays the declarer's cards in

numerical order. It is called when there is no requirement to finesse

for key cards. A detailed description of this program block and its in-

ternal blocks and procedures has been included in the Program Description

section.

FINESSE : This is the section of the program which determines the

cards to be used for finessing purposes and how the finesses will be

made. A detailed description of FINESSE and its internal procedures

and blocks has been included in the Program Description section.

TRANS PO : This section of coding is called whenever the program de-

termines that the lead is located in the wrong hand and that a play using

transportation cards is required to get the lead in the correct hand.

TRANSPO does this through an artificial play of the cards designed to

require CHHAND to change the cards held by all four players. The state-

ment "LEAD CHANGES HANDS" is printed out.

33

Page 70: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 71: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

BETPLAY : BETPLAY is a procedure designed to recreate the original

hands for all four players, to count the number of cards in each of de-

clarer's hands, and determine the maximum number of tricks which

might possibly be made. If required, it also directs control of the play

to MISS1 or MISS2.

MISSl, MISS2 : By checking the suit distribution against a few distribu-

tional rules, a quick determination may be made within these program

blocks concerning the maximum number of tricks that can be made.

See the Program Description for a more detailed account of these pro-

gram sections.

BPLAY: This procedure looks for new key cards by searching the array

OHCARD. If one is found, BPLAY adds it and its associated finessing

card to the decision tree and switches the program back to the FINESSE

procedure so that a new line of play may be tried. BPLAY also removes

plays from the decision trees when the analysis of a play shows that it

takes fewer tricks than its predecessor. See the Program Description

section for a more detailed discussion of BPLAY.

CHUP : CHUP is a procedure which is called after each new level has

been added to the decision tree. CHUP will rearrange the tree levels

if a lower level cell is found to contain a higher ranking card than its

immediate predecessor in the tree.

FINISH: FINISH is a begin block used as an exit from Finesse . When

there are no more hands to be played and the value of two has been en-

tered for the variable QUEST, program control passes to FINISH, the

34

Page 72: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 73: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

message "Finish" is printed, and the program terminates.

LOPUT, FOPUT : These two procedures take the array values of the

LEAD and FOLLOW cards respectively and convert them to their actual

card values ranging from fourteen for the Ace to two for the two. The

conversion is made by searching the VTREE cells for the correct array

value, then substituting for it the value found in the associated DESIG

cell.

INI, IN2: These procedures are the opposite of LOPUT and FOPUT.

Their purpose is to take the OHl and OH2 input (the cards played by

opponents 1 and 2) and convert these card values to array numbers.

35

Page 74: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 75: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

COu,

-i ••

=> o£t r-ilb UJ • O

II I X Z'

O Hh -' *-

"Z CO U COh UAi I/)

to ID II — UJ v,

CO Ol- K Z -H

W CO - mZ U-U >- LL t>0

K-i I—O •• *^ —

J

U- G X # Z -J•- •••» -« UJ

a oll 3a co oO LUt-< «•!- O O_J ho >Q- OrUJ a:UJ »-. •- »- v. <l (/) LU> —)<1 •» D-3 •• # CJ> ~ Ouj <i- x *-D a <O »-<<r co hu t- co > uj ujho »-4 •> a: -J u> cd xO t-i Z CO •- _J *H Zti i-i a -.•*uj O -J

hD U. C£»- lf>OC-> O H- -J«»2" »-0. OUJ UJ <~»

••< ujz o c uxa •> h- co o~»oc oCf-i I- -a hu.'*. <i d coaZ(S> <o o-O u Du 2 ct uj^ ••

hC <i o •(_> «d- <ra (s <z m —

.

<a COU- cd o o-~uj*^ •-« o •" nh- CM5 a. ujot * e^ic «" — —'u.' aw uj Z XOr- CO UJ LU Z CM <CO ^

uj cxlu**"- •• uj *•>- *V)UiO O •• •-< a. -«cocr i- x* o x co. c<i»-< £x< » < w •- h-uj kZo I- «'0 h- * O5<co Z^ Y DO »-«LU UiOh»Z CO —. •» u_*r oX •• •-•O • "Z. U-iLU ZCL CO•-•CtCUJCUJ \-ZZ CM «-0 "COUJO <«~o O COX h-K •'•»

»-C0U>X»-|- ••COLU»-h || UJO ** -JUJUJ h-OUJ CJ <.•— O ••>" ••C\J_J

a. xi— <zujXO i— • cMco_ict:x •-•-•- ••••zujx •-•• ccu-'-za •-<< o n _i

0<t«-" i/)Zmdh «q. co o ocolui— H->tr:Q:cxa:D:oi/;»-Hct.cxQ:co ao< H -J ocj^>aoitiHcc ll. uj •» a."Ot-uDu.i-i-i-i-hu<u-Khh-_i j-oi-i-'O •-•a n t-2:

ui ii oosTLUwt-Jcx ^> hut-a 5. ex aaaoa cd aaaJ <i-qi-J"»uu. voxiiO H-l— COolOJ ii o> a. •-CLK- «-XLU<lH CO <$" UJ _IX <_) o<s "JE UJ5.ct:ujcoco<uj <ii—o <cc a<-< »-UJoo*-<c\jm< «£)_jmor^_jo„(_) o.uj5 ujujclOAlucmazuo.couiLua.1- ..i-coi-«*u. t- -<l oia:s2 5.5:r^5.JZ5:^inc llzujcoi- ii o i ha. i AA

coz>r) i- <uj ot-< co<ooucok uj >- << ii <t< ii < i i

••UJOQJ^aCOOZ '•a-UU^^OHMOJ(M(M{\JC\JOHNM(\l(\J<Vrl(VNWUOOOUDOQOujz o<< ocuju-'uj ccet-.jiL(^aHK cooc:_j_j_)_j_j<_iou-cjH-.f_e.touju- jj?uuuouou•"-• O ZDQU'm UJUilUODDDDZDOT-K #Oor *

-l-H •-OLUUOUUUUm_j Q. _J X_J _Jzu u >o l-_J _Jo <TO <I <I

* K--J *«v ^Q. ««^

36

Page 76: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 77: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

>-<l

a.a.<DCt.

<xoUJ

ooCOco<t

h->» •» •• CO~ .-. ,-» >UJU O U orDa a. a o_j

«-. -~ -~ uj> •1-rsJ I— CVJ I— Csl 2 —

»

LU Q_ U- O- LU 0. 0"Clto w «/) w V) w cocxaa-

UJ K UJ I— UJ H JtjCLLUUJ UJUj UJ UJ i-< O•"*""oc co q: co •»•• •••»a: to .#.... fZD—i~-uj -

I » « (I- •• •» I t I If— •» •» I I I l»— '••'_J_J-JJ(r<DWDJJJJD •»> "C1JJJJJD ••> "<-JJ-JJJD •»>• «c-«_J_l_J_J_J IDLLXlLU3JDaa c\j<t o II -JZ>Z3Z)ZJcc m< o n -J^z>Z>r3a ir>< o II —O^^OZTh-UJcrxZZZZ< II —I UU3Z222< II -J UUD22ZZ< II -J UO^ZZZZOUJ ~ii ii ii no na iil-z.il n ii no na 111-211 11 11 110 »-<a. 11 i-z 11 11 11 11 *-«i.2uju-r-it\jrfi«*5: •• ••ou- «ux 11 r-ironisrs. •» »uu. ox 11 r-icvoi-4-s: •-•»ou- «uxiiH(Mri^t- •a:5:522 uys »5UJi5f25: oo5- ••5UJ5555:5 0~35 ••5UJ5:5 5:5.5:oXOa:UJAAAAUJaCAUJN/\ZliJAAAAUJQ.OAUJMAZU.iAAAAUiaDAtlJtMAZU. |AAAAUJl-UJI-5:

I I I I»- II O I H-a I AA I I I I K II O I l-D. I AA I | | | h HU | ha | AA | I I I

IAh-hUJ>z:<<K<r<^ II *;< II x. I |y^yy<OIIO<HOI |OCGO<TH")<ll"? I 1 t-j-3-? ^_jDDDDUCODODQQOOODOUOODUDDDOODGOUDaOUOCDDDOCCV) wHMOOOOOOOOOOOOOOOOOOOOO0<-JOOOOOOOC'OOOOOOOOOOOO*-'C0

~t _J _j _l _J _J XLU_J_J_» _J _l .J _J _J l-ZJOO<I < < <l < <t jOD

37

Page 78: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 79: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

1- era»-. u£c— x:

*~>—

<

—.mu*»r-l(flw»H(\JS—COCJZ-JC-3.JZIO<iouX•>•>«•—-~oc^rri<HHUJ—-'-JHH00ZZI-<KO

• » • • XX*«—

.

«-» OOO. a «-» »—

1

9* •• a cv CO *ct•- «p— «— •a* w » ••t-J-~(-

-~ a LL LL te tr • » .—«^rou. a a H" i-a t-o _J HIH fa ~- w • » LUQ. LU II II LU • '_J w(- w-

a

^ 9" >fr" OO Q. V>0 LULU _o zrf-s:O H \- HO II • LU 5"_J _J2 KOCOLU

OtlM'LU 111 II UJ LUO XCID ZZ D » •-h </)<!»-•» ujXq:i/i to LULU LULU II •—

i —

»

3 II ZD CC LU(X. V)Hh- * 2.J O-LU LUtOZ .< LUZ II LU * •i- »»<;LLaLU HO 22 K _).»5.LUOU ZO OLU •»•>. ».rH

coccc uj II »"H 3 II•• >Oa ZDAaAO LU_J #• corn—

t- lUCJDC LUf) »ujzm AO-A 1 II 1 A LL'Z f-l ••HHf)(Jcao^it't- ..JTUi u zee-1 U- | II | LUCOO |

_JD»C>*0" '-'-i

UJ *-*~Z\Li^ azLj- O AU •h-DODI- LUU 'UIO OAOC-OLUOIwUJ^tO^-J •• Q-A U. II 1 ACX<IUJUJUJ<1UJUJU.UJ A 1 O II LULUa^h 1--joujoj^uja II | LUclOO 1

\- | OlUU_LUO_J_J_IUJ 1 O 11 OLU_i<.a 000

CO

fO

•» o •*02 •• oLU <I «~ LUXX H X

t»i—

<

O- »" »-«

XLL 2L LL2 .»LU KII — OK •- —aw uj cc 3LUO«*X OOttO-H •"••*• , •'•"*••'—

J

<<luu roooomo—

1

UJUX f-<UJLULLr-<UUO

•-LL CMQ >-i—1 »-<Q *-i u.• »»-• XLUU-LLU-OLLLr\ioa:0>- < OllttLU «-<LUOl/)OZ<X<2'H _iX)Qr^0O-aLU

DUDZCJl-aCQI- II UJLUO inC'JJJOZZZJ OlbCliiJZuCUlUHUiUZIa J<h?2:j< II lUU-l<T.-UULULUC\lr-i_j _j UJLUaiLU II II X Z J* _l II —I^OOOiOSlLULU—J

C0CMr-<(VfMt_)OUJU'OO-J_jLU II It I _J UJjUJJaLLO«'<—-J"^3ww>ZIh|-^ouJJDuzzjxi-< < •»_JZ_Jz:cLa. u-i«-t

I I I O _J_l_J_J> II _j_J_J_J_J_l_l_J_J_JO _J _J O Z UUOUUJIUUUUL'OUOUUO < <I C UJ oooo_izoooooooooo

38

Page 80: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 81: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

czat

•*

"H2<ujai v.

n #• •c\j ••

K O C CMw,Z Z Olu<i a ZSI I<II O hiCV rH 3O" + *v v. 0>-z»- % a # i/jcc

CC/] CO *vILU CO !-• CO I*£03 t~ O C l-O

ii s: z z a 3.

t-C II X X 22coz * a« I/) Z Z ZUJtux co t-t .» »-. •» uucrno »-. o o uj,-• 2 O Z O Z 3o~

•v. C. " I Or. UJ O. UJ H <£

* «' zx < <t LUX^ v» <ll— 2 Z (_> " O •» CCzk o ja lu uj •• z •» z *i-<c/) ui oo x x I- >- a h- > CC Du

LU > Z h- I- CO II "I> 00 || .O <-h-4

D3 < "II UJ rH Oh- UJ CM OK LUff< _i leg i-i O 3 D Zu-i 3 O Zuj _Jf-uji- a ho n ii o a ujet o a act:occo o z>z «-» —. _j <r _j < luco< ii o< x o O •••• O •••• ID

uju! cm cox *— «— uj _J«»0-0 lu J»ao i-cct «-"C II cm <\j x oo ii x oo n •—«JX«~Z o»cM" c of- ZCOh k zoom oo>

i- o<i •• ooi 2" z uj —io uj —'o illuDDuio •' ozk <it-4 < co iz cc co xz a: cotujo>- wo O 1 + X O HluO< O hll Oo zo.>-co<«»>-CDr zxo —co u? z ii-u z iho <

•• < «-JD<UJ<l UJ CO HQ O t— r-i\r- _J *-* HJ- _J XUJO Jiaiu-i>o X •• II li a: H •»u_ li O "ll ii C oXUJ"CLH-0>CL<rX t-Xi-t —< «->0 -HO" O -HtOi» HX2 0C~-<IO—IO" hC "IU OOIU >A O "OUJ >A O ""UIi-i»-<ujo -J ii o- ii o XcxZ mw ii "wa2 "w>.»o naZ »»w>-"0 mu2o:nomzi-auuDii •» "20< i-ti-ico ir.naM 2»-< *-* can 2fM i-t domuj

UJ <~l/)02 II cti- o«*znzx OO O h- hDU.I UJ <X K hqu. | ui ac*:i->

q-cdo t-<n<io<ic ii oi-«cx H C2a "OZ'O oz*-">co»»< »«o ezM>-W"<aDLu2" hh-jHiao^ DIIDUJH...»|-« Oh<HD UJ< iijautMO UJ< ii _jd.o C2uj" co oa<o.u»D:Q.<DODO iu n idx cciuj>-ujo3Qcc ccxuj>-ujo3 "o:uji-zwwi-z5:orwo<5:uj<zoiiH * ^ cc co ooct co odd x_i«-,0_juj<ujX i. ioc ll oitic£iu<r co ii ll in ii ll<ico •» "U__j _j_j<co«»«»u—i _j_jzco2cj^ oihoi- h-i/!2h jiujdim .ri/)o»-. l_)>-< r'>a-^-<uj o»-, rr>a-^-'Uj <.»-<

_J<t<.h- Q COct O^ 2IHC DD3IHO OOXXcoOU.XLU zu j<o zro oe- ii o zzohiio zzxkoOct O UJ*-" UJUD UJXO _l >-_) U^Ui_J >-_l ILUJO Z

* * * *«J

39

Page 82: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 83: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

2uX

oII

<\J te

X l-i

o +_ • « H3 O oO 2 • • V-J LU r-* CJ or

-J + -1 Cc #• 1- a uu. 2 2 O »-

A a LU *: n 5CM •*v 3 X o H 2 U<X # K H H-

1

O UJ ICJ UJ or * X 1-

^ I. or «— \~ u KCO h- O II -I to • •

an 3 • • II K or —. u oo o 0m CM c; H O or cII CO h- X x II of-< V. o o u 2 <\t H 2X X V — »— LU X lO LUD K o 2cv or X c I— O- 1—

1

u x 21- h — o K3 c OC xo LL <v 2O 2 H l-V X2 rvj X <r ^-»

-J <— 3 1- UJ I o O-J > 3C X o V to II

o CD < o_j rHl- V o o 3LL t- _J_J X o <t or OA 2 < _JO OfM <r LL <i _i

r-< o c ou vx LU _l o _J

X • r 3 U w oo • » _J • * *— oo 2" • » »- AW <v r-4 t-ICC > LL

•» W or D to Z> o~ UJO + LL +^ UJ —2 3 2 5*: ••a <ro _J< H t—

i

KO X 3CL LL H- LU uo LU II LU CJ O II ox> l-H u »-"(U" -Ji-t •• LL-J it 2 5£t-H t» in —1y- Q 6* c» or r-H X-- 1 »—

i

o LU UIH LU _l

w 2 o •» •• o 1-2 LLO + LL *-H X H-.C + • • —i oor. LU e« O" •• t-f c II

1UK t-1—h- "Zh •'OH • r f-> •a— i— ^-» LL uX »—

1

t-« 0"0 ,#2 -~- co;IU huzuj ;ZhZ ZKhu H i—i V2 h II zd 2iv.'2<\j< .r-3 i-h ^ ZI^ihhI2Ti-1 II

1

-HOt-i II i^: O f~ »-t

LU O- Lu2 ••< II <DXrnw 2 o uitDosi- lu:3I-3A3I-OU ••* 2 XI o LU KNiffiiza.HD Z)Oh XV»-<iO IOoCNDuVhzu Ui O"H < 2 Kloa o<2- 2 O Ma h3a OK * X s^Ca y-ii—

i

o"^:2—

O

LU"Z •' II Z2 •• II ILL 0< ocvif - OH -JA JO-JO-iu<f-3a t-H^(- LLJU"<l •O _jr>jt-H 2(\io<ilucoooi-i-i ;r n 0_J II _Ji-<0_Ji-i._i _Jh-.UU II ui— IOUJHII V II 2t or ii zii- ii 2 ii ii a. LUOH- A _ii- <i xA <r or <r ll <i a _j»— w iuv)i-<r_)X3 3(X Dtt< II II «*H CM r-15. 2coi_) SOUUOIMuhUHUl" *-0-J 2UJ LL II Oc ou 1

•* l-U.'I*-««\i IDC II U< • V • *(-.(z>x. OIL* X ^;_i< tn->VJO_JO_ II

1

JZD UJzaoo »azz-3K OUh II o -JwOLLiLLOLUUJLUUiLUU^U <_><TI- OK OAVS

O

_J JZQ q:zj:zz<i« ZOD'—<»—

i

_J »—•'i/)»-i (<0 U) (/) CO </) «/> *-i H-1 l_)< ••or)a r-'l-iLU^O'»Oh HUI« II LUXXO <raOIa'"OU QT_J u .-J -J._J_J.-j_j a; DZo:DaIli-u.iLLLULLlSUJ'*UJ3r IlMl-COD '•IaaiDH-ijua »-i-luuj»-<

iULLLULULULULUI— LU -' Q-ClZD oo_j_jco COO CO ox V) co CO LOH3 D.

LL_ILL -J2-JLL 20 • •COLL _JLL _J -J _J=3H- ..(/) U-LLt-<Lut~1 UJLULUhh LU 2»-«'i—i LU>—

t

LU LU Lua. z^^ K-il—t

o»-x O *->x<2-*»- 2 3I--JULIH- luo a

* •M-LU*^ ^or.

40

Page 84: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 85: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

O-UJ

Z>H_)Z

>2 #CD

O Da U-

O UJQ. Z

•z. -z \-•« ui •» «a>- z>«-» X '- —"J o•-I H- cv* cli/o or

X !•-*•«O — O UJH- — l/)— O — X<I O h.— II — Y-KT) II X» Jt • *~ I- ••

i/) O V) olO 3 —»-« _J «-4 UJ»- •• -' >--

_i x — <vi cri/

Q O O H-O .-I O >-

ec u. a ujuj •• h z o<< — <i xc ca— <r •• uj-jU 3 O 32 03 X 3 >CL

o <r «~ «— ii <i>- _l > V>X •• 2CJ 3 -J^hUl '• -J UJ •• UtO "CD UiC •• ''UI O • Q-

X. CC CD J* CC Z DO IZD O—» -JO I-

U. - *-UJ O H<2 Zh _1Z t/)Z3r-i V 3t-« 2.CCZ XUJ UJX"OUJ »-'UJ

UU - CO UJ - Ct ZUJ i-^ 3CLL 2z h x z n uji- ujx ii •• •• z •» • do

•• t»- .» o«* •• •* "• t- V) Ih —Ut-< DOUJZ2 2 O.CLi- a^ r-i 2wO I- aw (\i atZD i- 3-J i no uja cr: <a!D««S "X u>w<r •*Z>»'5: «'X 02 rH wh3»3 "ID Z) •• UOacuji-Hc;. xoujtNJaoaiH-cMo t-* ii "cox " •—»cj ••t-n— i— \- z0<l-viZw» t-<JID<l'W2w UJO irHQ33 + JC| UJ UJ (X "Ww„i lu_j »-<>"<ct ujnojujjMt-iD **Zct oh|z sjosoa; <x :d o-

^—i ii i a it o_ja ii jiij a <_>•-<< aih<o ii o « A I- dhi-«J II O _J<rZ3" AV5.0-JIIQ _!<!•• CDf-O OOXXO DUl UJ33UJ "UJ U' "a V)

JH<ih-J(.+ O (\)Cgu_.<t—JCM<il- JUO "OCD <l O I/O (/)DV) aXCLh-H-i<IlL3<IUJZ""III-UJ<IUJD<lZ»»Zao3 UJU II U_ _j U__lZ_J O Z_Juojaococujuju oOJ-iooJauoujUJUJ'-1 aO _j»-«3»-« uj »-«ujujuj«»uj_j"Uli

OOC/", «/)(/>3" _J OOOO'-'ZI-_J_JU-U_ JJOIWJMJ- Z-)U->OZ>ujuji-<t— ujuj o»-o#'-' ujuj <aa

o_jxul o_iaZDI- > ZO.OUILL iu< uo

K-I-J #

41

Page 86: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 87: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

HI Ul2 X*-> h\-

3 u_

c oa.

UJif> r>*-> _j

i dh- .» >

1

._ • #

>-- >- UJCOtSi <j 2> ct 2

o< DC 2LU-J <t UJ>a 2 • •

< UJ^ A" c—'fXl X* 1 3 UJa K O II •UJ

fr- UJ UJO O-Jiz^ 1/>Z> UI<1 IL2*-"Ui UJ-J _iu.. UJO2 CD< 2_J -iA

6 + co» 2> II O 1

^*» • * (*0l— • • <t 32 AD"i~* O <aco o ID UJ 1 UJHx UOI II LJCL n»T DUJDo — • a «-» <2UJ|- UJ-JQ-W- W-i •»</)»^>^ f\l UJO^S. UJ2-I•»x o- X •»2 ozo -1 II<HQ •*oc\;i— <.{njo # 'U»-_JUJA< " II DO

t-2^ hq: i/ji-z;^r\jOH-<CC I UJODUJI—<t»-*i-«>-a.>— •—<»- C\J>- ai=>Z> O-JOUJliiD 0< 2_JD D<aDh ••UJ II Uj^O_J2 __i««uj _I2_l txoh ojz)uj_jz:o

H-J<Q.N2(-hJ<a • • <.Z3_I V)aj<ia>-DDuj<ioi-v) cliiu-_jtyoo <aacuo 3 *~* UJ _J3 *~

' LL1

1O-JCL canzao ZOhl-1UJC UJ_|

* #o

d<x o

o <i aa: o «a

< uO 2o r-<

D _J X<t _J oUJ o_J U X

uIII <l

x uj

uu. oo

UJUJ DD -J-J <<l >>

-J>- UJ <t< s z>a. 2.» Ka: 33 o< UJ II <

23u>- AO D UJX* I

-J UJ XI- ••D—I "UJ I-

UJ OUJCJ D—

'

</)3 CUJLL UJZ COU>—1 -J LbC UlCXI 222 _iA (5"^2> UJ II UJ D I 2*< 131 AD- <XD H H- I UJh- IIU"oa. •• •• ollO o^z<ZOUJj UJ—JO. _!—

ujo'-'AS'o UJ2U- uj<ro•»•' "2 OJZJ -J II •* •• 2>Uj

»ai- umjoioaj»iicc h *»u- m cdQ.aD»Qh<C3J I UODUh Z3CLQ. •* ••!->-

Q.IIQ.H-(xZJ3 JOU-QliU.i aallKL.O<»n o_jDaoh "Ouli ii uj_jo "LL ii o^ooaiu

••ouj a ocui-u Lur>uj_j2C •• «'UJ c uja a: a. or. 2DUJUJDO" <3 _J if> OOWDUJUJOa <o2UJ-J2-JHO0 0-U-||U-_j 22_J2UU_ILL <S> 2UJ_I2UJ 3»-<UJU_i—0«—<U' UJUJUJUJ_J2 • •»-«V>»-«Dan DHih

ZOhK ZZKhU I II UJt-H

#o #o

42

Page 88: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 89: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

oor:

<r • »

u cc oII

<(\j r-< »m. (X

x V CO oo II

•• cvu

X fvj l// o >«_> w v> Z <c<r D l-H < -JUJ Of

<s: xX uj

Q_

u. o UJ o uD a Z II

o -~o

UJ UJ (V U'D 1- _J w z_J -J H t—

1

• » < t» z <r o _JUJ > uu UJ <_> z2. s: X < H*vz -J z h- z x O-H-3 < 3 Ui «o UJUJ r? UJ o x o aoz •• t- z • • II h- II CtZA o o A o «-. -*. »• o.-«1 UJ <t 1 UJ KJ CO c-«/> otoO" ••Ui O" •*Uj w V »-tO to

uo C-J UJ UJZ) O-i (\i =8 <\J|-H UJ«-<

UJ M UJZ X UJ II UbZ o (/)ZG2. • IJ•»_Jt-< UiO K ••—)C\I U'O z t/)UJZXU Kczi -JA czx ->A <r mI<UjI/( cr:

O II o O 1 •• «/) one O 1 •• X JhlZW" </)03 AOU; UJ 3 AOO cc X WOLLIUJ HZ

z z 1 UiZ C^ z z 1 UJ3 •• o coo zt/o ocUj.'UJ DUjC z* UJ«'U. OUJH o II LL II II —l«-<tO UiXXUlX uj-jz <r XtUX UJ-JZ Q *» M*«JU UJ >Jt-IEt- UiZt-. • » lib" »-5 l- UJZt- •• •hJ «/)t-t< z UJUJz -J II HI • » U3? "Z. _J II U.I »• Z»«iIflw zv)w(jjt- t*ooz

OA3 •• II DO I/) •*LL _)•-' OA-S '>• II QO oo«»u UjZhh UJH-if-H —IU- o oA | II OOUU- _iao- •» UJ<OA | II OOU.I— —JCLO. • r XQl Q isoz< OUJ»-*o»"-,oujuj UJCL II UJ z;>U'OocjC\ioujuj UJCL II O hlOZ KIZUJUJ o:Z>-XUJI UJ_JCJ II DZ »-" CDXUJX UU_JO II cs UJI-<I <X _i CL»->_J

.»!->- oaiDUjjzei •' "OUJI- r-ll- X *aih uj<r HZ-j v) ooujujz CJZ3< •• _J </) IDOIJJUJZ II II H Ah </><_> ••DO

u. ii u._j zzuj—j^ "OOttOU- II U_l ZZUJJ 1—

1

•»>-D II U. t/> U. _l too•-Oi-huj u UJ_J2 '-*CCCCCL^-•—0»-<UJ 1LULU_JZ C\Jt/)Q^(V(»—' •» •« OUJM UJUJ i/)aiX

ozd. <r»- OZUJ<t DO <xto to KH J—z »-• to z zhDUO zz ••<_J _l >*s:oo»-tUJ • ••—«tO»— 1 UJ OZO UlUJU'OUJ UJUJXt-i3:.»CHNJXI- D tO t/)U-lI fHZZKi-H ZU- _iu- _jz*-o ii

UJ»— Ui»-< UJhh UJO ZC5* o *<IV.H ^1

43

Page 90: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 91: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

>- ?h<l OD

V)Oz<I

I

>- -J ttZ I-«a o. a. Z)-J U oa _i ocor »/)

.j UL>«a «v_j < o x_j o at/) h ••

< oc Ot o2 CC O Z

• lb Z< 2 UJ,-4«. Z X i-'Oll« W h UJ •'

rHrH X !/)>- X r-l .. ..

V) II »- a. DUJ H II O O •»

(/)-~ A Oti: O. Z ^ <v»» •' ••

.-hC* Of) <t 2^ LU UJ OOO — •• —s— rn o 02 »-* z ax .-« o hX<^ A a: uj uj «. «. <o 11 o 11

o to < t/>i t/>>- x •-• »-* o ~ -«ZZ OO - 3 £*< K + + 3_i -J Z *uj<t o: a: O-J <l cd u_j -~ uj -* •»

xx ••<x»»u_ ujo zo .-« 11 11 _j<t r-» x <vj oK— >-t_)U »- C£UJ O II < (O (_>" O" I- O" II

r-t <t </5 <ilO xi- —*•• —J C ZH Zh *-»

II ..-Ju.tOZ «• JD o ~>X Z Z JZD <f + t-t <l + ..rH"11 «~co,»-<ujuju! o —»u ww u.1 u> <ru' X—J 11 ••lit hdh «•

<~OZ 2It/) UJ^ -Jet (M»— X X UIZ w II ^.H^li OC£>- X0«-'UJ-JZ»->Kt/} .. .'Ot— <ra: cz I- r- \-w _J r-i + ^: a<<t»»o<— 1-4 _>ujU uj>- Uj O Z*-i "X Uj +xuj <u-'C-)WD"<I f^Z< ></)H tOO <U- «-» r-l HOh -J«* XII_J.» <_>—IQ. II OCZCuh -J M "-•—» !-•>-»-. "UJ X II II OH +~-l —-:*.-'*: _JwQ3u.z< 11 ^jr-tu-Q. </)< zh-uj —o — —• or—cc xii n hi iih o«lXt-«Z<M<l</) q-_i . »-<<X w-*h~ "Z*'Z <ZA 2X..C"50»00-J J-Jx—iouj 11 uvijj Dal- col- 11 r^—mw "o^<i •• ozx c<Z—>_j—1

c-O t/)X»-« »-«_J-J O t/)^ UJO —>0 r-«r-<rHf\)m;5r-« HO Z<IIO 2LU«D<OUJi-<l-t/)UJS<< ••••UJUJUJ* CD—lt^ 'OO Q O OOU-.' + O UJXGO UJ-JXCJU-OII _j2l. W(fllOOW>-0fZ^ UJ (*W "OZCZOJZihZZ"—t-HXr-**-1 —! CO<t hQZ .'tOrvJ HHZOh<|-<|- <. II II U_01 II ?iuuluuimjoi-_jo coo«-« ou: II X X JIUJXJ »-

..«^:s».»-«X HWWjaoD •— Qa:_J oziich r-i r^_j oooh r-100 jjii- cnCJOH- <*<< »-<H- 11 u_ it u_ 11 < u _i1100 + ^tL ujuju<ujujcl<xH-<i <o«-" X "Zhzwzu^hjHZOOmh to 2CO CC O-JH rH OO</><X \\T _J O i.tOHUJ _J<«-* II U. II II O O Owiujc/iuj uj _j>-»—i/>o.'<r>2 «•-?»—q.<o o c»-<«/> IO D_J<11 UjmODOi-Os:u-_j ul_j z<jhxv)|iguj no "-x«-«uj h-<uj ujo& cz^ii 1 oaD *-•

* H * Z

44

Page 92: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 93: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

CO

c

<1

LU

o

3D

o2

-J t» o_i • • 3 XO —* oti- 3 ._l 2 • •

ll o _J • r <r 33 _l o ^^ Oo _J LL 3 of -J_l o II o LU • » _J *»

• r _J LL 3 _J > 2 o «-.

o o •* o _l LU or LL 3ii a e —1 o •z. z> II Omm. u <f • t» J a LU H 3 _J3 •• • » LUr-4 o o » X LU O _JOCM • » •• II a D 3 or •» _J o_J>- "ZCI" H~CD •• f\)r\i «— •'LI < O t* • » _J a_j<i^<i<rr3r) ii X »DO 3" ••rH Ul CO ZD o o o •"

o-J»-^xu'CLa<cD II "HO! CC •<'OC\J '_J Q LU II II a oU.a3lJODh C)0>-«IJ>- ••ZcCOI-l- •a. a IZ — —• a <rwDhO II _JLL<t •' <l II <UUU-J<Z<f II <D3 < K-ui • •r-< •» 3«» #» aCM o c«-< ai*->—l3_J_JO_Ji-•XCDUJCLCL< tr o X«-"C«-< •»OC\:o-J-J-J<r_J—i i JXaDIIOUD.31 -JDOH ro -J oi-Da>- X_J>- ••ZDhhwZ—i-j-juj—i-ji-<i wOJ3a.«-.Ol-U •» II —IU_< X <fv II or. <t< •• t)-l<Z<f<2D<t<t<<-j<] <^ ii •'»-< o CM »-»o o o • » z># —CG<O _J 2T -JO _!•—X LU Q- Q-<iuuo-JOua< DDJJJJDJJJ | <_J_J •• l_> o ZAuJa M oa asuooh

OZJ-J-J-J2J-i_J<UJJ_il-C _J X UJNw<fjwD31iwDI-U II -JLL<i<l«D««i< II _J<t<Z>2! _J e> C 00 IIH O CM O Qi"UJluou-Uluuu<Juuaiu < t—t *>z aaoo_j_i—io—i_j_j<_j_i

OC) O XocC<r2«--<2:_j_j_l2_i_j_iLU_J_IH-2_J o X< a<t<o<<<i<<_j<u.<n3aiai ••lu«_jcxO iuuiuu-uluuujuua

D^DJau.'Z coz_J2< _j-<u _jLULuaio»'_i •-•ai

c\i<oIUZ*o

45

Page 94: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 95: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

-aX o

to -Ji' <i

K-^ <->

<l#I- 2 OOH U 2t~co X UJOar 3

»-• t»

2 IL CO »-*

o on»~0 2 CL1-2 <io<i x 2CD I U>*- to IorD - I— ••

H-UJ Of CMCOt- • » UJ t-: o •• ••

hh 3 ana: 3 3D3 o < ~ < o o

O to -J -J ->.»<_; -J —

'

2 2 1 -J •» o «~X3 _J -J •UJ U'H- O *» UJ CMOO O O «—

Iff U 3 O 0»-h-J LL U. 3• * 3C no ZI MHOOX 3 -J "2 <U'-J»*«* 3 3 _J

O fcOCO O -J UJ*-' X JhO O O —

I

ac o _j o > —o< + o -j -J o<t •• ttS •• -J U -'O HhUH «».J —J U_

Oo <0 O O •* ^a II n 2 OO O •»

_JX oa .» n u. o a<i -*o»»i-<uj ••••Hu. U- o<IO —ILL CM •— "LL < Du^ ••-JCTrH X <\JCM~»U_ »»u. <.0»-i < "O 3 •• • •#-< U.I "O * fOw DZh »DD3 •• »»r-" UJox Oo "r^ct; •o«m oi -J coluh- t-<r-i2ct:uj • •c-HQr.ac.o ••cm oi ••••••_jUJ OLU 0>-<IJ>-»ZcDDI-l-w OdtCOCO OU-t<Ir-4 0>«_)Q>-"ZcijOhl-w

_J UJ>- II <ri_>CJ—l<r2< II <iOO or UJO" OZIUI-II H<UUJ«lZ<tl03O—i <t -_j_)_JOjt-iiccaiQ.a<i: <uiaz h<l-:£ -* •~_J3_JOLU_j»-«xcoLLiCLa.<*-< ••>-_) •»zo. ii ou.o si joot- uoo<>-' x an»»-i.»MaQ n ll-jcl^x jooh-

cj offiaz»-02LL^Di-o» ii _jll< ja^uo rH o_j>-«wi-iwo_i3*- ii oho» ii _jll<O ••O HH O W HD 0"<IQ.X_JUJ II LL II V»-< II f-» OCMO HQ QCUJMaiOUlDOJ-JJD_J_J_) | <_l_l MO <JCD»-)HaJhDODJJJD<JJJ I <JJCOXQ.UJCD<Z:_J_j_l2_J_J_J<Ul_l_Jh-XO"l^O O _J Z'<t2_J—l_l2LU-J_J_l<TUJ_l_lH-jo _j uj<r<:o<<<5:<r< ii —K<rooiuo>-o •• ii o u-<ii.<tuj<f<<;o<_j<i<r< u _i<<ouj "ji/ijiuauxuuu^juua x<uixo. o ^UHUiuuiJ-ijuou<juuaDPKa 000_j Ozrxoc zzhcijh u.ujo z ujujx ox »-

*0 #aM SU.

46

Page 96: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 97: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

oO r-* -J

c» on o ~.•»«••>. u 3 ••

e-l Z * H U ,-<OHLU-' 3 _l O C"c— X »-« Cj-JO OCO

Z „J I- O" -JO •' <I II

Ui «— Zh •• -J U_ Z«» CM l_>-» ••

1 CVJ »-» < + O O*- UJO ••C ,r —Jr-4»» 0»»h- o** ii "I!«: •» it U- O »ia "Haw n c«-< •• H cm

Zh *-^*^ II CM «-» •• U < hHW 0>-<>- OCX> X-~>-t-H <+ ^-i ii ^ «»o 3 «•*-« •» uj o z ii <o<t <r<t< »u2<II X-J +OU.' »»»-»cr: •*OC\J I o , * , » ,r _J«» cxO< «-»_i_J_J hhj-Jh_jOJ— w ii x _j.» oxij>-a:»zoi-i-''i < h ex •*»-<a ii a jjaiiojahi _l _t*H-«iC II <uu-'< H Z<<lZ>:D (J? UHhHw03D wQ3U-JO ••

<« «^»»LL! Hrtj || -~_J_J_JO—I CD*-X UJO- Q_<»-h JQ II »—l O •»#-! O O OX CslrH_je..»o + JO •• ••CO. II OLLQ. 2TJODH-I OCX —IOO—l-J—I OOJJJUJ "Z(5 O+HJQZX DOw-D3U.wQ..|-UllJ^< _l<_J<.Z_l_J_J QZ-J-J-J' 1 Z<»-« z:»-x ii z<i ii o z ii «-« o cm «h o oo •• o<hjj<<io< «o<n<i »-<xx«'< ii ixiux^o ujod-J-jjdJ i jj<jj H DJJUJiuu.u»miuauou 31DIJ <Z_J_J-JZ_J<_l_JUJ_J_JI- O-J Ol/) Z HO

cz o -L uj«o<« ii <.</_!<< :dq <u. z_j <H UJU- »»Q •-> JlOU UlU<UUJU(jaO "UJUh U-'UJ X •»_!_)MH DM D-J—

I

O II Z_J z<<O UJX UJUJ UJOU

El

47

Page 98: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 99: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

ou111

aUi a. Hz <a

t— o •• zt- ••o •• UJ

C3 e ozo 1-

zo 2 ZLUZ*~*a •-» «^ uj a oCO ^ co * l» zCOCO* IOV tf • » •»

CU*-" lt>* it; CfMCXJfM •

Zlw Z u Z2Z2 o*-<i~o ho: a UJ»—<»—IHH UJU- a u u \- U-LLLL CC

».<r Of t» H-<

<u e UJ< Z cmOOC z>to X-J CJ Zhhh o

Zl/>C H O • * »—

<

1-1 UJt-^lUZ UJ »~ to U.OOO az»- UO O »-l oec

uji-<z a II o C- uJU-H > «_ UJ *—>

•-« <l ujcr > o •» it:0-3i-<

I05 3 a o zooooz z3t- U' -JO w K Q. UJOUOUH UJ

• • QC <r_i CM O "CO X II II II u 1-

3 co|- >UJ o UJfVjZ K "ODDO OLL-J I z aro<f <T(JUOCi Ui-J CC LD-J UJ <l (xottr OO h- X-J •' <I»J< IH X C«a»- 1-

o ~ O l-O CC oo — IIOCC oU- 3 • • (/>U z o 3-i hCCC 00»» ccII O U -JK-.0 to II UiO-l —O X o3 _J t* >J i-co ~~- X-K CO ZZZZCO uO -J CO H<0>" •• in*.* > H O o»'ujuju>uj»— *«v

_J o o CO UJ<-~ z> Ol _J zoixxx.z CO*-I u or. or COuj_'- -JO «-^ •• CO_JZ <Chl-l-hH UJo < r>>-za.u-. OUJ ^c H<1UJ x u cooU- Q o o< V) <a: OZ uui cczcvjm>tu> coujU_ < •» -J LU—JOUJCO •—i ZLU UJ K OUJ I* II II II c UJfv.'

UJi-« < aaziui u>to < _J" II x •—i*-" *-* *-*H z»—

t» •» »»_l |•• z> HZ * r CC UJ **X • UJrHO —

K

-•-JDhl-wttI o »• OUJZ »-. U3QHwH COO II •-H U.U U-LLO •*U-<O^) II O u.z OZUjCXU- DO -t + • • »r • • C£»-» •»W(-t»-<H(MMC z »-lUG-Qu^tCO*-1 •—1 CtMlD- CtUJOUjU.'?> >UJ Z^<D LO^H II

•—' ii I—

JODI- X oo» .. Q.h3lL^ aua^-'o o ^>«» '-'UUCt Oh-UJUJU UJUJ COhhII _JU-<" 1-OiX • •(_)•• Z2 •» 0<—'-• || II JO OD3<l OZ CO(/)COCOl/» UJOZo a<-*c cccdii>»o •x-o ••a:o<iX?> uj<i n UJ_JOCJ •• »-<iU —1 1 1 1—

CC_I»-'

<_j_j i»- •• o -« <J20<UJcr Z<co II lUQ. >ISQ_Z3>h- CC CD _J_iU1 Xh-iU-UJUJcUUJ • » CD

UJ_J_IH-< O 0"X •—i

•—<_jco o_J»-'CC 13 UJ II 1 JIU COr-t D" ZJ«D II OZ IllJXIo CO </)-« CL_I _JCOX>C do* ••t/)_|U _1 II U. ZOIOLU_iuua<oai • -ILlO LU^H- ••> • •<IKH(_(XLJ > O"»Hl-1 II—<U.it—" •— UJt-*'—'UJ0WHQDU02l<WhH0>I cmozk Zlcc

2Ji27Z2»-l-OjD II II It-Z Zoc II »-«l—u o H<|-UJUIUJIL.UJLUUIU K_JQ<TLH_> UJ UjI-OLL o LL CO

*-< *x * *<r\l/iO ^3 v. v.x

48

Page 100: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 101: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

c >- • »

"*v z <l ck uu -J

a.zUJ

C t» ••

LU X"X 1- •»

>- toCto ••X< »-<L"j»~> LU Cto_J P- 2 a: _ »-H

au u>u

a: UJ-?»—

1

00 X ..LL< Oh r-)

3O

II OO h-

z 00c ut* u oc;-jc; ZC>

K _J LU"^ ue0» •« z _*.'0.» UJ* X

»»o O LLI LL uj>-ll>- CC 1- •» ..

C\|Q- O —

1

x<ru < h O >- CvlDW • e hJVJ UJ r-*<i

ccZ Z z UJ Q-(\J-U Ztx II -J CC<r<i •» UJ cc LU OH-II- Dm _»a <oa I Z> to <tuiou> .-0 -Ji-3H- c •»h t~ Luce— cc COC? —-UJ 3O • D #» UJ O -J 3 »_«UJ CM CD O_l_i Z O 2h (X hZJ_JOJ oac _J

«_J Ul • # II LLI II •» •» 11 U-,V_J_J_J Ul Z-i-J< I C\J *-• .#—1. * * (\!CVJ »— tr COl<M<l_J< • • Ov: <l-J _J-iu 1- •*o _C« »_JD »DD 3 •• • • >" *ri- IOCU .-< <r x< _J

< • »_-<_£ •<-0<\) o--a "T-*(X(X •Orv c <r O LL _ to —0 <uz t-< 0>-<fIJ>- •*ZT\Jl/) 0>-<t<X-l>" ^ _j UJ3— ••u. •• 1—

<

aiz -H OUl II 11 <ruu-i<i z<rcz H<UUU-J«aZ<f Q. IOD>-V>- LL XUJ II •'

"X «—

1

<~JJJO-i'MjZ<f --J3-1—IQ_J*-'X O—!<<t-H< oi- —

c

..

Hh __•« —la. 11 ou-0-3rx<c^ •»_jq-U 11 on 0.2=1 _J _JUJ-JX_J a u. »JD --4

o _-__i^D3a —OH OIH -J—DJ3U. wDI- u _J UJO-JCLOO. H <o m_- Orxo t-4 II r-* O (M 11 .-« 00 < oa _j UJ HHZ CC< II QDOJJJDJJJU-JDDJJJJDJJJ O OU.V_JU._l to to OUJ <O^ 2<.2-J_J-JZ'-JJJt-<j<ZJ-JJJZJJ-J UVHJHJ •• < OZI3:0 <IUJ<<I CD <;<!<<<! <ULi<i<l<lO<<K<f <r • » DI< < 2_^ f-<l- -E-

Oct IJIUli UIUUUUiUJlUOU-UIUUU ••O ''•<_5<XOCJUJO'.»LL •—"L_)tO x O_l< to 1 DOZUJ CO 000 ••ooui" --• _J

•• u. -J Z -"»-<_IU- _J 2—lrHLU_Jt/)r-H II LL || •'

_J_JUJ • ••—

<

LU iXIUJ^3_Ji-h LL, LLJLU 2:cccGto + ••_j»-'a-UJ_j_i co>o to>—o -« UJtOO </j_J<ILL_J 11 _jll_ju u_ ••to;? 11 II O U._J<1O'-'UJ _l LU _JH1 (\l t-o-i LOO-O -'LLiO

OO DZIUZU. _*«-«l-LU UJLL

* *2«v *v«I

49

Page 102: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 103: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

c r-<

UJ o II

UJ «•»

a Z •

COK UJ

XCO

Z 1- sO X • •

•—i l-H •^ wl/) + # (\i ct—

<

co Oo i/j to <c zUJ »-< Ul <i LUo 5

XIUa

X XUJ II K r-4

X M II

KLL

ZO COII

U- —

i

• » • • • • >—

1

3 CO «/)

D o CO O »—

1

CO•» z o •—

«

£ •—

1

o X UJ O O I 2; .»

O- o X z z z Ul K xoco Z H tr UJ»* Uj" UJ" O t-« wOz < O xc xo xc O CO< a aiiZ • * HZ • • l-Z • # »-z • r •» •» CO O Z oza CD - < t-t < <v < m <I ^ »-<i-i W* <r •»ZUJt- Hi U' fVJI u- rox LI sfX u> 2LU coo "Z X CC<1X

H - o UJ + CL UJ + Q- U' + CL UJ ALU OtD ZU' • 4- 11-._! c; II 2 DC i/>ZL a co2 0. CO 2. a 1 a: UJ »-^x LLt- it-'CC

_i U-i »~UJ \- COu> 1- COLL' t- to Lb h- CH >z CH •-H - OJ< * V or rv.'K •'Z •—1- ••z H-.H- •'Z •-I- •z oz <Uj UJ !D II II -i

o O Or. •»«— II ir-«3: 2 II C03: 2. II ro;5 2 II •*s II 2 OCX <r_J zc I— x>O" COCOS.U xc:.:EL' xc:5.CJ ID2U OO l-H -j "UJ cocoz

z •-) unaorAO iiaAD 11 or A O II CXAO OO ••O'4 XCcoc. II •'

LU zu • r <J< 1 t-J<C 1 NJ<I 1 r^'<r 1 Z_J HZUI-I- •— •— h- OX it's: hujouooo OOP (JDO 01DO ••O o_j UJ 11 X SJ?U1- XA +XHD HiUh- "U tl-iDi- u_o ui- ILQ-UK Ol- hD »UL:hA(MCIIA II

»~ 1 coh 5 ST II Ch5 ll mZ II hI II O l-Z naS 1 11 eiww 1 COo OCO 5.UIUJODZ LUOO ujoo ujdu O • »

II•• 5Ih-AO_l DHQD

II r-«0mWDKHuCTUJUJI-UC •uji— <_>cr "LUI-OC? "UJO " UJ uj r^Az 1 <juJZa 0001-4 It ll^hZ CO

1DCO 12>f> oco CO V)H II 1 3H II >UJ<lZ

Q l-V)XO II u. -J ;2_J Z_J Z-l z -J 2.JOUCWlLIU<U-CC ••COCO II LLtv)»-4 UJ UJUJ 1JJUU UJUJ LULU" OAUIOCCMJI-D in< OILw s:_i Z 1 > II 1hH 5.0"OI35 Z5UJO z ••hQUJD LL5.U UJLL_JUJ It OI2WC UJ "LU2U-IO »-•;r>- !--•

COr-H ocooU- JDU. UJ z_j_illHlLU*-' o UILU_Jt-.

oo U-

50

Page 104: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 105: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

o #« Oo oz I—

1

zUJ 2" UJ1 X • » X1-

CMc H

o D OII z z II

«— <l UJ ^»

u • X X Uj • •

ID »£ — K 13 ^._J 2 r-« _J 2<l A • • II c <I A> 1 <J •» II > 1

»-» O 1- V) «-. w ocm o z> </) V) CM <_;

O II o t—

«

V) c II

z o i s: *—> z o<x o o X 2 .» <r oX • r K w- XC' X •*

to Z..(_; t~< —

c

to Z ••(_)

o UJ_'H- o o CM O UJ_JK•• II iax • » c z DZ • * II iax • •

o— hAlii h- • « • » <s •^UJ o-~ HAUJ r-t-Uf |Z 2. ••c o "Z X CC <ri HUJ'" 1 z 2XDD CMOA A ccz o ZUJ • <'• XH xDawcA A aUJ_JCC H (J 1 1 • LL Hi U CSi-*U' UJ_JCC II LJ 1 I

ZotA —' « O O" r-l • • Z e»- .-H o_i 2<A_i II O D •• r-t

•»A> 1 UJOu UH •• tr f-H UJ IX) Z3 II II —

1

••A> 1 IL'Ow o*-4

_J | wC\J>CJ II II + II >-l LU X cr-J zc!. D _j | wrvj>o H II + II

aoHDUJ u~ O-J •~UJ UJ h- «j'>'IU fl/)Z aDHDui uj o-j —audu-iu ~ UlL "XUJ Of 'On'TCI/'W II

••AUQU-JUO t_JUJ •*><

1 H z II U>_J >sj—-a H _J CM2"0»-»- — »—if^ o 1 II z II </>_! >^~OILKCU i«3 • r ••UJOCh 2 _i ujH2 222<_>OUJ<OU _J< t« ••UJOOCDIU^UJ> •»UJ D-J^az 3 Z> ••UjCVACMCXXA II 03I(jHU;> •*ULi C-J2 aII -J

1D<^ C II A<(3 o # z CROC'S. 1 II c>ww | CM II -1 I2)00 O II A<0<LL Z-i _l 1 uo o z II •• 2i-ao_j DHODC<LL Z-i -J 1 wo>»-<

1LULU ••LUIUOCLO t—

1

I"cmaz i uu.'Zq:dl/Uu>h UJUJ ••LUUJOCLovi>uz a o •'CM II | 2H II >ui<2 Ol/)>w2Z_IUJ II UL'O 2 t»UJ i-iZ-JOUOWOjIO<LL 2:_JUJ II UJUUUJ_JX.(- H- • UJ CCD •'KAUJUCUIflJI- CLX»~ UJUJ-JXh-

o o r-O | > II •- 21oz • • CpOCjLLD u_2il uju.OUJ • 'UJc-»0 O—IO hIh I-HH

1Ot/)f- II oZJDOZU-

iLULLiOOLUt-t

51

Page 106: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 107: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

«-s oto o{/)-H z5- UiX c» Iw o HCM oc oz z II

<t UJ «"»

X X Ui • •

— h z> SOt-4 _J 2"

• • II o < A • •

<s «_ II > 1 vf»- to «-» •—'

'

o K3 to tO t\l o 3D t—

1

to dz

II

oo

O X z .» <t o o1-

I-H

XCO 2"0 h-

O o CM o U'-Jk oo z rz •• II lax • • e>

v» e » < »'ZW o~ t- Alt, r- t*

o o ••z X tt<I 1— UJ'»- 1 z s. ««o o "ZZ o ZUi • « - IK xDaNOA A CDZ D ZwUJ <-<x Uf<"v-»tc Ui-JCC II <_) | 1 - UJ »-<x

CP 2" oi- hH - o_j z<aj ii a 0*» t-H • • z Ch• » <\i UJ UJ 3 II II —

i

«'/\>1 IDDU Oi-< » •• m UJ u.

(\l Ui X CD—

'

zc:.—..»^> J | w(M>0 II ii + ii m u X CD -JUJ in 1- -J'"UJ totoii: aoHow u,> D—1 <~UJ Ui H -J

UJ CC ••Z>»S IOWi^ 11 " AUCU-ltlD CJLLM'XUJ & ••Z>DC H >_J cr\Zu>V-\- •-<»-< t^-cil IIZ II to_l ><i —o: H _l <}Zi- z J UJ II 5 5!5:5:udu.i<oiij< • "UJOOI— z _J UI II ••

Z IS r> ••UJ^AMDIIA II U3lUi-UJ> • r LLt 0-J2"a:Z 3 D ••UJ^sf"3 O l» z roots: 1 M c><—w | CVJ II 1 Gto O II A<3 o • z <rcts:oO O z II ••STHAQ-J C!HQOD<lL Z-J -J 1 uo o z II •si-As:Q (—

«

rtMAZ i umza'Ouuu>H UiUI •'Ujujoo-c t—1 rcMAz i aQ o •m n I I3--I II >LU<.2 ovi^os: o o .•<• II 1 JS.*-i |

O Z "UJ (M2._JDUCWUJIU<U. Z_JUJ II UJQ z ••UJ PiiJDDDD1— .ruj OCD [»HAUJUOoi>oji-a.ii-< UUUJ_JXI— 1— »»UJ OCD ••hAmuouoO O .-*r> » > II »-< s: o C r-4lD | > II II

oz t t OCOLUO LL51U. UJLL oz ••DDQUJO U toCDUJ "UJCNJO O—IO t-'Xt-' f-»-l OUI ••lJJfT><_.i (_)—IU •-'to

1l/)|- 11 Q 1QtOh- II O »—

1

ZJDDZU. ZJDOZU- 5iJJlUOOUJ»-< ijjuJooujH-' X

52

Page 108: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 109: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

«•» oco oco•—

<

22 UJI • • X«-• o h(\J OO O2 2 II

<t UJ »»X I IU #— h r> ^H _j s:

II o < A*•. II > 1

CO «—

.

<*- OCO CO CM o-H CO c II

X t—t 2 oX •5- •• < ow in X • •

H —-o CO 2 • »(_)

D c\j O UJ-JI-2 DZ • ' II xo-x< ••2ui o— KAmI cr<ix KUU" 1 2

» IH XX>a MCAu-«d t-!W UJ-JCC II u 1^K - o_j Z<AJ II O

r> n n -j •»A> 1 LUOUzo «~.-»x> _J | w-c\J>0 II

UJ CO CO2 O-OHDUJ U.I

XOCOi/i || t•AoOC -JIXOHK»-H-<I^OI I' 2 II CO_J

r5Jucu.<oa -J<NOIIA II uDIUhUJ> •

II tD—'^- It\j II _J

uizacucu>H>LD<12LUIU<U.Ji-ait-

U- U.'U.

<x<

>- • »

UJ «»

*• • t*

OII II

(MO »-» «-*

UJ 1 X • r Ul1- UJ «^ Q- 3<L 02 CM —1O _JUJ O <x

O <fX Z -J >-J >l- < H w2 II X ZD CMx> >o

II

*— O 2"z • »*—• u O «3Ui

• r <l o> -J h- ••xx>l*- 0^ t—

«

O-CO—Jz. «o a CM X O oo«aA C02 zo 3 e 11 >1 - UJ u_ UJZ -J~X • •

D •• h •» x<r O z hlilU OOH •> •• «*• • # co hi O Mi ••3X3 II

II + II <i U.' u UJ ICCjj *"^

O-J «~UJ UJ K CO HU- z l-Z <_J ••UJULL"XU' cc X CO ll H w UJO><T ujX>>^—q: H UJ Ui •'»*» X'>•> h —o x>_j

• • "UUCI" 2 z zoaiz KH II • •• H _J<•'UJ O-JScxz 3 •'A mdDLU + XUJODZ <r>O*') CIIA<3 O •» O 1 u. _JX >X COC2UJ >w2_J _J | oO O z •••ZLO • 2<l- VlllLJ <lX" ' II HUJUJ«'UJUJO0lO t-H hAi_> DZUJ> ''•XXt-iuiUXI-UjOO

C")>U? O O #•II I II 20X~0h to CO<2

2-JUJ II UJO 2 • •UJ >r—icuj LUh|—HA II U_ _JLL _JUJ<UJUJ-JX.H-H • 'UJ OCC ••K UJU^-> h- OP-Xh-. U.IH LU_JX

O O iHX>> II _J »uozoz ••i00(JJO< OUJ II <LLouj • •UJsJ O -H-» ''•zcou.x*-'

1D^l- II O OUJZJ3DZ 2 COLLU.

ijjujouuj UJ •»•—it—it—

<

oxZl-UJ

*

53

Page 110: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 111: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

II ••

LL oo II

II z u«~ LUUJ x z3 h- UJ-J I

3 < 3 |-

O > O•• _J t. ^ _j o

>J •• O cm _J or

O —> or O O <U- 3 <. 2" U_ c_>HO t_> <u_, A Z3-J I ID CO II

O _J CS_J X V_i o c o< o cm

.* _j a t- •• ii > •• u> x• » O D •• •• O ^»X O UJ OO # II LL O Z O II LUO II X> —II CM o* U <l y~> »»<J) — X) • » •— _l O->»D 3 •• •» LU 0"0 •»f-<»*_J_l LU 3"< or. ••

••LUt-tCX "CJCM Ci •••»••—J U0-0-Zi-'Oe-<<—I 3»»OCM> <f Oiu3><riJ>-»zci-i-w ttO</iUjCa>->< jij>- ii o ••zX>_Koo-J<Z<r<iX5X> OZxa<r<wo <uJ<3 ^ z<

l«=C »—J —\C _Jt-<lLL;a_0-< »J<I-<UJH >_)GJC II *-"X<>a ii ou_q.3x—loot- aha. o-jq.qz nou_a_i v 3x>w02U-wCKO H —ILL< 03I-hJw.D2uj 3u_.~0_J i-i l-«_)f

II r-l O CM O O •»OU A II r-« <X»'CJ CM 0«»X"»ODOJJJDJJJ<JJ •O—I JWDD-<II-LU—I _JO -J LL UJO LU _) _l_JJJZ-JJ-!UJJJI-00<ZJJJZJ-JJUJJJHDDhDJ <Z_J WJJZJ C/> l/)_l_l

<c_x<i<o<r_j<<;r3z: uu<r<o<i««J<i<3z x>2<u uj<<ll _jcj<j<.<j.u—iu__i<d<iuu oxooo-jooq aiujjiuu uicjuuJuoaujijjauju^Jiu^ uju-oiot-iu»-,uJuu

«/) c/>

_i _jLU LU

3O-J_J • »

o «_*

LL 3II o3 _1O _J_l o

• V _l LLo o •»

•• 11 a DCM —

.

u <•'O 3 •r-*Oi ••OCV>-<IJ>-»

u LU

ZDI-I-<!UOJ<lZ<I<lDO—U_)C-Jh XLUG a<CL II OU_CX-S IJC'OhDSU-wCt- CJ II _JLL<O CM o OJJJDJJJ<JJ

54

Page 112: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 113: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

O«» a3 «/)

a zz-j <_i ••0£

o <~l-a 3ii Q_i3 _l_iCJ -J<«J OU„J LLo •*••

UL COIL <o

UJ »<

tr c • <"_JZ.--«Dl-l-wU'U<t^33 XUjaa<(-DJOOh 1-

II ^LL<rHO O II o<r-i—i nc1

UJ-J-JI-_i<Ou_JUUQ.H

oii

tt u • V

CM z> Xc _J oa <l -J< > ou w a3 CMO tr • • o _j-J 0m. 0m. • » z«» -j

o o c-« •• <ruj <^J II II cr o •» «*o X13 o-J _ 0m, o CtO oz • » Ctf_l t*

< 3 Z) •• II d II II UJ t-1 o<i zao *— o» CM — o—• «~ O" II > aO"

r-i CM •• ••Cj .* " -Jt-f* "3- •• a O —

X

X—'Ot» Q'"O «»o • •i—ia ••Cj(m M 0«-< »»OCM <I I" UJO i-<. ii

f-H *>'ZC'ZCO o>-<ri_J>- O0r>- X->>- 0~» r> .» >-.•• o3<rzr<i^ II <uu-i<t <i<r<t •»o-J<i _Ji-t« • _j_j ait-* H 3 ••

a ail IU.iIU.iZ <~>J_J_JLJ_J UJO-J^-JO-J II DH<J :dx-*ocvQ..<3w w UJ" Sa n Oild- J-JD. II OU O- OCt>->< jooj>-zo 1or t'X3^OSUwO ^D3U — <<<•—

o

<AJJ<Zm2><'UJ'~<Uj»-, I- II »-l O CM •»r-» O CM aii_>—'•"* >ai_JO-JLUODWJ +J+ OO-J—'—'O—1°•OD-J—'—'O—J" jjaoz 11 DOLLQ.iuj_ii/)t-<:3: t-DD<2_J_J-IZ_li_QZJJJZJO -OZ UJ 3_JU wDl-CP MlllIHVUJ«a«<. <<ta<<<a: •»t-< <x ••0<t CM

JX23 2D5JIOU.UIUI.;UJIi;u.uiu<t C C-JXI-U._i>UJD—

I

«-t ••_)! V) o OZ-1 </)-J V)Z_J»AD< It O C LL _l X <t<a .JDUJ«•• owau^Q Q »-< UJ "UJXO*-* UJUMUJICcj a < DDWzr llo ZZJUJ •»UJt-'I UJUJU-i

o«/iz_jLULU

oUJ

55

Page 114: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 115: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

v;-K <Uj >Cr-W-X^ZUt/.uZZ_)

q <a

*aoocC 2-J I- U-<

OOCX

-(XO XId II oI- O*- •• -J

•• uj 3; (JO »-UJO O IL

• a 01—1 -J3 l/) lui- <i •» _i •» -JOZ H > O 0-~ -1_J <i <tlw c U 3 <i_i ••a oo<\j 11 o oCj ~h- coo Z 3-1LL 3 JD2 UJ CJ _J Z11 c_i a< x -1 o uj3 _J_J Zll h- •» —

I

LL •• X **

CJ _J<r ujH u: •• o o •- OHO_J CO UJ O r-> O •* •• II LL O • II II

_J LL CCUJ II II II CVCvl —. LL <l *~* «— "r-l «—

C •••• O— ** —.»»00 3 •• •» UJ D"H»UJl 3 •U- CO t^<LU UJ«'Uii-ia CC ••OOJ O •'•'••_! ttHDHDC 0(MLL <tc <J5^r3 DuC'><;<I-i>-<'20l- Hw <C^>-JA _'>-••

•' u_i •• X -J JDJ<UUU-I<Z«3D UDT<«3 J<2c jzh to<i <r_i<i _J3—J_)0-J>-<XLLiQ-a< 3<ro—<>o o_jhh

"ZCl-l-^lLli 0»-<> ><>aO II OLLCL3X-JOCH Ou-JQ.ll J LLO-32<r<rZ3Z) x a: —- w>wO_j3ll <~c ho h ju < _j_j.-03_j wOHt-^XUJQ-Q <ri-0 <UL!«-* •—* M •—

« O fV o o •• 11 «-• oo»mJEIJOOh I- »Ol"D OOO—U-IJD-l_J_J<r_l_J ••0-JOO-J_JLLUjO-J_I

_i t-< ho 11 -ju-<h 2 </)z z<z:_j_j-j_iz_j_j_jui-j_ii—00—i<izjj </)2_j_j0"X" O OHO ••>-| >-UJ< ,'<ai<<<D<<f<«J<<DZ <TLL<<OU J<<<U LUOUJ_J_J<_J_J LLO*' CUUJZIIiaJIUUU.OIC.'UUJUUC,UJlJJUJlUU- ,-(UjIUO

U) l/)_J_iLU_J_JH O CUiyi- VI t/)

LL_)U _)<4:<_J<<IZ3LL. 2" CD LLLL_ILL _JMLU^lJlOU_JUOll ,-< UU»««»UJ <. .-hjjhh UJDOW" UJZZJHZI

UJLUU-'U-U!h-X3K

<r*x

II • »

U OII

2 LL

UJX 2H U'

X3 HO_J O-J OCO <uA zf\l II

X VO COto XUJ Ox> —_J O< or> <II

3 ZO 11

_l V

56

Page 116: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 117: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

# oII

r- •• —UJX O i-<

•• ic o +o h3 -» WZ O -J Z D

•*UJ ZOO Z> UJ _Jo »-. z x <rz«' v) n »- >UJ>- OlH fT> w

<f O 5^ •• O CM•»_l ZO » A O h OH&- DOC r-« I ^ X •' Z

•• II K X<i + r-l UJ ••LL..C«'«a.CM aiu O Ci G DZOZCI

.» II CC UJ II •• U •• ZAZliiDW3 IL Z XU G r-< co>- UJlUJ O •'

Q LU_J H Z + _J <l C "Z II O_J Z X—» Q Z Ci _J -J ••(_;»tmUJ'~ G_J •• UJ H < OC UJ II •• DO. >-II>-2IhO -* X •• O U.i>- X Oh Z ••»- <fU- <i-h|- + "ZLL 3 1- O^h x«j K + II OUJ -O—jijl UJCUIII O II II •• HZ «»C> CMOCT Q-_JQ. oDZl ••

3 _J UJ Q. —>- ujO O O II 2. h<t-OK _)UJf- «Co __» r> •• -^<t x <t co azj uj>ujhx< •* oz_J CJ —J r-l" «~—I 3 • UJ I UJ—

I

"CD CT U^?""?-! O " II UJ_J U. <t U O CMC. D —i ZZ HK O LL OZ— r-i II II rvi —~

CJ • > O O t/)UJZ-J UjIU Cr-<_> OJhJCAh +« -."C 3"U_ C V C Z_J UJ>-U'V XX O -J —I I OUJLU"U.t-iQ' "OCMU_ <l CM l-Z <l_J Z<XfM Hr- W_j" Z<Z<"CZZ?CjLL^>-<X-J>-

• • UJ X UJ X<» »-h_JI- X -J_J>- UJOUJUHU<-J-O —XILJO—1<O"""—J O CX —O 5.a C D3 -JZ3<1 X X DHI«J«3JJJDJZDHhw — CI- r-l "CJ" 3— O O ZDZ_J r- •'»- ••OUJ«^>><U>a II CU O-

tlOID UJ II" OUjZOO U-—I Z II a. > >- II Z3 llw->wC3U^OXUJaCL<t Z2 ZCM ^O DhU)-J<f -J-J II < CM<Ir-l<C_JUJUJr-l II r-4 O CMIJOOI- -J Ull 'OD UJUJ—<LL> —IO r-i5:_j II _j II _i(j<-ODDC>-l_J_ID-

1

o ii _ju-<i <t xu-co^ zdcoj vll 5:a-j dq-do >•— _)Z<rz_j_i-JZ_iO O > I- HHZ "UJ U _J HUL ZA I < •' X<<UJ<f<CJ<K<

._J<_J_J V LL OUJ »OXZl/'U.V XV Uj|HU U.JH.JOa3>lJlUtLUIU_juj_j_jr- rH hmozi s:i-o<iVh ofM ihq mji-hjo"-1

<I-J<<1^ X •* II r-<|— A r-XOT " X»hOU " < <l O LLO—IOUQ. "OLDU- UJ X •»•• I

r-l I— <CjUJUOI | J CjW UjUJOUJOUJUJC r-<

O 00 t/>r-i r-» 0«-< rH II O—JUJ </)-« l/)r-< (/)l/) t/) OOt/)

ZU-_JU-_J II U II "Z'LL 0_JUJ_I>JU _) U-_J|IU- _J_I _J _J_JU't-'UJH-.UJ-Jt— Q.UjUj •»(_H'jl/>UJ_J»-'UjUJt—UJOh UJUJ UJ UJUJ

00 DO II > O *^>

O U__J 2TZCUI00 U _j U_

O »-<Uj UiUJO_J»-, o"_< UJ *~*

XUJai-or-i <*UI^x

57

Page 118: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 119: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

>x a

2<rlUUJ

II

••cv>- i-oCt (/)2

55 sin oCM

< .• .. X I 05

r^ 3 D ^ D III)..K

£^i •• z *"

:J c"T ^ ° fe Vr£

^ iV £ "- £ " II 2 < < gx

S « h 51.11, a o ° KJ £

K &.£ 5 £„ ¥ fSHDHDI20M C ~> D £ 2< ttP "^ ".„ C,<

««A_J_J<Z<OD II _ _ co^ —tcO>- „ "J2>U

J"

oo-J_i>ujo-j_j_jl5-j_j o S uj £S zzo_i P £ ,r5 °£* »~2xo

"J U.-UJ..IU h 111111U.U. o wai- •• xoCjaSPa: ^fgx2_J UJUi X- V CMUJ..O lien jZ-DK <i£^..

<i-. i/)oouo oo^hhq. <^_i_jh- q:<UC

uj <<zq00-J II _J_J_JU _l U. U. t^ 00 *v UJX<I<t3 1- _l 00 CD OUjS

£i_^ oo<rx QhKoi- u>oUJ lull, UJUJH- ^ uia? ^^^^ ^^f ^ * < * c^06 VI V.U

5a

Page 120: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 121: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

zWX

v. O* a

0C> <MU< —X_) • • <MHO- O OO U 0»« 2

2 IS — •» Ut <1Hi 33 2- O i/oX X

2 •• tUoo O •• LXij- («: • •

.. ^^ ^ X^: — o o «~..^_ ujj~ - h«-) z- *-o II

Do OO i/) *— IX'V; OZ •— l/)

-Z<x *-.o *: ,-ior: X* Wt~> cm *u i- o o Ih HO ou. w o

• • » to U'U' •— 2" »—

i

t-i »—

i

.-* ~~ •a. OX a lis. hu U"0 C a:5-1- I- I- 1-3 IK Zh z h• — to ocO uj us 2 »- <o *«— * <th- zo 2 *•-* us: ho x 2Z * - O H t-Z 3 OX I- 3 3LU 3UJ II »- 000 I- »-< 5 -<< 02 Oa. LL 5

tuu a Q-c> 3u. mh a 5. st •-• txn-i •— m*•• —l-J h- O X I- OX 3 X,_< tccc oz a:C < ui *-i< too Z <+ -<-< 5" I- Ul 1-2" uO a 2 i—lii U' 2_J «/>i/i 3 X tO *-•<. •• •*»- Xtt XII </></) 57 Ol— mO ••UJ 2 O O UJ I- H ••UJ

•*—I OO «-. O XUi OO ••••Z ^ OUO to OO,-« txa x ,_• hot o<t •• oouj>- ui »-«<r •»•• •••-< oo<r •*

+ Z <I Z M »-• 2 O DDK Z 2- OO O II 2- Oi^Ui */)u> 5: ma- «-3 Z Z H—I •• •• UiZ zz zt/> ->z zhi 2**: x eo uj>- ui zz a i->- xui>- uilu *->*-* «-iuj>- ui*:H i^j{j> tu t- ll ZUi X*3 uiU't-4- or<r Hx< toi/) ^x<mm O •-• »»»-iOC H_J ••••xx'1— <—J H—J •• •• •»(/)>- (\JK_J •»••zh or.u:• r<•• f-i u)«^ a h>-i-i-«-» Ha. t-4 a *-> ui^—i o a H>-Ui ii •— I- 02_o •• H •• 5>c/>(/j t~>- oc< (Ml- i^cc II i-i- or < >2< Z(M- or.«a

x«~ o zooi(M hmhZ |w <_j<\j,-H^t/) a. ^ii— <_j m z < i «- <—

i

|-~5 X2 >UJO l^> t^2 U_2 I— a II II Wh _i t-l-* H- a 1^U'<C X21 haw <J2< U<^ Cf (/)I II I— ^cTH^QJ O—l w(VJ»— (^cD 0.O. Will- (/)<£<HI»5 5 1JUJ»Zmm 31Oi—|-|-00 D. O0«-lZ ••!—< (M— I/) Q. 3<_l OhW Q.li i- it: ii «-•x a l- ui 2" o'-'oo o>-' J(/)w<i-h o o<Mt-. _J o < li o>— —J-»3 It 2IXI-- CtX •' Ul >-H^_j OJ^HiDHO ZO_J O-J UI^OZ —^ _i O—l•ooi < «-<i-i-i_j oca:_jiio •*!—<z:ooaaOui <rz •»(—< aoco^Ho •••—

<

M^W #21- I- WJ» 0<HnhH OXZ «•> X<l-r-i o O*-1* — i-"!— •-• OHI ZV- ul-(/)HV)<>UZZWaD II O <U _l X3IIO OZI- ^013 noh u U' w-ywa. ii Hu<oo<f)i-(i.ttOiLaiH ai aoaauiLi »ooH>Dhao:ciu

"Oix >-'X»* o*-" =ft2 ja:i hh tot-i mi </)hq:io<z (/>

o»- o i-_ji-»-_jo^ ••o.cl J5U- _j u u _ii/>a. o—)<.u _jII 2LU II OOtX »-(/>_JOI- UJ<X»-' UIUIH .»UJhh uj(^ o<u-Ih uiJH tO_i5.t-'l— H- hjquJ»2Z </J OOO t-i.-S||U_JA _Jll302< CDHOOU- _J Z_J 2(M|-a:2U

.»-)•-• UI^TUi 5.Q.OXOUI to •—•—• UJ UIUI </> Ul3»-<O tOH WQWUh OCOU X2HO U _J3U U _|Z»-4 »-'»-. ^-»-h»-ij_ »-.

^D t—UjOu*-1 «-• UUJ5- O UI5- U'H#0 #XO-

59

Page 122: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 123: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

• » toex M Ui

p-4 uu II Or

• r » ^» h-#» 2 •». • • • # _J* 111 Vi ex •— «~ •-^ z

Z V: X 00 <3 •-< t-l OJW X h i£ II II •—

X o «-. *» z 1S>

• •(— -. l-H •—

1

K _J _l <r t—

<

C Of II ex z •^ *~ XOr-I H •_ \- Ui r-< w-i u

II 0) _J •^

Z-~ 5" «— 2: <l <£ zUifCl ~ (M 3 > <L <f UI UJ

X— 2. 2: t—

<

X X -J 1-

H i-H t—

Z •—

<

z> O »-H «a

O X <l X «— «v X -J02 <i X < UI 3 Z)11 <r 2 2. •v. UI U!—

X

»-* _J _J H-<

ffiO "UJ a .»U1 CO »—

1

WW l-< zw 00 1-1IT'O UJU.' X •» X <cmu 0< ••

1D< • » ?V) 3 r-t 3: z 2Oi- 2 z 2. O CJt/> II UJ • •

z z z ui:Z z _JU" c -—» • * • »T •*

<IZUJ>- UJ XUJ>- UJ z O JC oof- zXUiXO HX<* UI*-1 ..^Z z z <cox»--J ^_J xu z«» r-<CMU! ZUVU' • » z01- a »->->-|-H a »->->->- K WO + O UI II u UJII CM- or<i<i H cm- or<i<i<i V- xz t-<^ •» X • • <-» •« >-) X— ^-i | w^ <JJ- 1

— <x —

1

1 —

1

• e •* U)W l-U-i II <Tf-i hHJH »—"»-1 hm 11 2 haaws l-Q O-O. >-> CO -JX + 1+ ~ + t/>r><~.-» 11 »- OOcOCC—

-

II h- ^cccoco << Z2 1-4 •» O-J t-l _J CM -J exec ••t-l

t-irvf-to a cmh 00 a _J_J «—

<

II rH • »«^ II II II II => r-^ II

0^(_)H-< JJDi[_}*-< 1 »—

»

cxa U 2 ~ + M _1 «-»,-JZ-J 00 •• 0^ZrH5«i_J OJJ2MJ O-J—i-J CD CD < ••X_l II UJ _) < Ull-CX •' OCt-H

<ou »i-<«u •»K<<< •»UI£X«-H«— II X_J»»- w • »^ • ex 1-0 .»«a w-XZ^H-i-t OOXi—«l— •—

• ouu _J_J UZC) + ^_J »-H_J t-4.JGJ UICXUI C^OOcaOMO 1ex. ^ 11 O _I_J O 1—"C"—'O •'I II • * II II •'•*OZ X h3o:u-li-ac :OLLiiuu 1- ex or cuu u <l<t •Ct f~or II Z"osx X zxu X XVIQhIh o<i—

1

<•)(/>-< i/)lf)<S) uuwaDaj<JC II •'< »—

1

11 Ocxi-ou •» O-JOU U- _)_) 1

LL -I-J.J ii/) D X II DHI • • Oo. clZ^cl •'1- XUJt—t-4 UULUUJi—

H

LUUJUJ • »lijuj(/).«q: iu "OXUjQ •»QC + Ui u QL<i 0<0 II e^ _io{/) t/> O00C/) H-.1/1 II—

1

to1D<X CO U0<(_) "Ct uicxcc II fM_J

-J -J Z-J-JSTOl/OI-- II u. _i :ZO II u _J JUOi>- 000 LJ II <UHI UI UlUiUl tx*-* x>— UI LUZ-J'-' UJ I.'z <a> • jX —•(_>•—'

o<n x 0_ll _J_Jr-<zoi-u ZD H-<_><~> II OOUJUi »-• U'ff) DC<TZO

« x *^3. V

60

Page 124: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 125: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

i-(/>

uu

h

zlb •• ••

UJ ^oCD COUUUJ v, || ||

> * »OQ»o <1 <IUUUC '* X COO <~ ZU2ZJZh »•> 15 II LLUJ si si si

•• ii uj ti o Don aaoO ••CI'* cc u OK H II II II

o r-«<ri-,~i <s cvimsj^

+ uj + o wzoo ««5:5:2Z O —Ji-<0 •—<u i <l II <4 AAAUJ Of II c- •• > X~— O. I I I

X <T2:— _J r-t Uj UlHCMm II COOH OUi«-i^ O »'>£ UJ — -' HUUU

zi +h ot o aoMw •• 2t-<«' II H-OC <r C -J •»!- II CO *~ AZZZII CCO OZ O •• —»•' O —-ZZ sf I UtU'U'r-o*-*—1<4 —i •» DZ<H aZn<r< a om— r-<_) II --I .. || a ZUJ- Cl <OwXX *- Ohhl-»-<» «~.f-«w-i-<«» •• o o ** ••<tx w'<r t_)»-< (>^^ fc,-: •* "sw ii ..<j,o +r-4 ^ <r O Z l-x»~ I- zwooo o #i- zrvJrnst"**C-WOZUU+ O UJ" —I •-« 00- h-l^> II •—iZ II II C UJ LU+ + +sisJ-ttH-c_J<—»Oo o —io uj C"5^2-Otoo. Zo-a-^'* h-»/> ioooaa<w-ar wX»-"-JO -J O Z ujaouilit- a.ujX(\mi Z _i Zhaa or h n

00<l»-* X II —' II •*—• O CCOm|-D_IO 5.0U)^w UJ Mf^UJ uUUHri"aa:uDu.3H n »*o «*o " c oot n ct h- ui ohh x dzihii ii iiuvo5.<t.UJZ»-< UUO<OQJ ••_Jh-C<tl— H-h- II OO •••»!- CU |-+mhmAA2:UJO < OQDZIDZ O O •* Q-UJUaUDO o-*2Z-7r-< UJ O | |AI— Q-_ixuJO_j_iuj_jmuj_j"i— •• ui •»02a<ZCLC •»uJUJi-i<i<toot-' ,*uji-ir\ct:u-LLU.oo |

s:_i i/) (^)_jo c wqoosu dwq.^iio5.iicix<iiu»-,,-<k'OuD"U-UJ<U__J JOZOZ" JZ-IOIUIU. Z-Jcc'-' II A_JO<.OV II Ovf»-H|-0»-'liJ UJUUJOUUUJ ••UJUJUi l-O*-1 UJUJDQLLU-Q

I UJ II C>-'h-iUjUjU.JJJUJ II Q_</>o zo uz^'-'uohwj iov)oot^oom ii

_JZ OZ <T UILDUJJU.LLJJJJJOOUJUJ OUJ UJXUJUJUj II _JOUJ<»-'»—UJUJU-'UJIJUOO

X (/ji/)(/)Q (XHu_j_j_ja:u- »~-UiUJUJOt-'

61

Page 126: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 127: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

55 5AAAI I I

hDOOsuuu ..

A II II II —I III -Jc-«000 —I

0<Kl<r 2II lUU U II

iv)ww r

CL222 5•aiL-u.uj a ••

UJXXX I ~t/>i- i-h x a

o 52000 C lii

UJ II II It < I-

X — UJ —H cordis) </> —+ + +*-•'ODCO It' II

Haaa lu Z h-~000 -J O 2+ COCOCO X CJ

"DCCO 3 O OOOCZZ2 KDU<« O ^"III DO " «_>

ujoooo 2 (\i a12 II II II Ui z •• a Kh<^~«-»»I Ui — *-l<vm^-t-ii- x -fr </>

_ju3+ + +5 ••!- a I- D-JOCDOA^r- ^ Uj •* cZO li a. a. a. I H 5 »-4 v O »-<

z-oouHrAii »- h >iihwwwo< i

<*• uj >- .» .» x uur +HHHuuiu 4/i <t «_) •» »-« uj "ct^cooriiJc^ -i o-j + 2 luo-^ttZZZlAaA m • » •» Q. •'•'J.J -J A ift-Ac<«U I < I 2 O«»ro u_ o»r II Z? UJ" I

vi--iwiiictiiui oho uduz >ao " uj

(\ir-< <uoou uj ii no*' uj ii o i- ii ujdo 2 zi-Dou.ao.uja iiq: h- r-*aiic\i«»h- jiixr-»ji n »-. >-<v>

a<D5 < •Q-UJ5CJ5 II _J OZHHHW<I<» < "SUClCCK ••0.5UJ5C II O—J O •• U-»-<£DaOAUCJA2AuU-J-J< <L UJUU-O ••U4"A5 CUUUrvlAID2 AO-J < UJLD _JA II II | Ocl | A | II AUJ> U_XUJUjLUUJtOQ:^20CJQ I AA II II 00. I AA | II UJ_j> ..a:2"_JI

(\jir\r^i._i ii (\j | (\j«j i >y: -• t/H/;t/)i/) <c luC_j ii <\i| | ir*r\i_i n cj

i inoj^d oo_ji-QOODJCQOOOCUJlll IL _J_l_J_JU_UJU_ jDDDDODJDOQDDCUJ<tll.'Z •• O II <X Z)UCUU<lOLUUUUJZ ••UJ^UJa.UJUit-iiflM„uj<.UUUUOU<L)CUOUU_JUZUJliJ l/)CJO.

OOO D</; ZD2-J 2_J CZUJUJ UJLU QUI

<\J

a—1-

Uj •'

t/)

»-

> • ' X< <_>" UJ_J D-J 2

• » •a ••_l_J •' ArH »-«U- O H 3 f 1D ii uuz O Ot_> .SfULI II 1- II 0"0II

•• CMOK jxr • • II f\j n

62

Page 128: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 129: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

UJ *—

•• •» </)

<v _j_j a» uj# -J-j u u

133 Of CC

UJ • ' II II

C —ICMfO •• UJct _js"s: o x ••

<J DAA UJ I- _J

o 2 I I a u,V) II C\JC\I »-• u. >»-. t-nOCJ Z> O UJC SUU C -J

A uj U) ll

«/) I 22 a _j ,_,

»-« (MUJUJ UJ -J

Oil K > UJI- OH- O UJ >i_ 2 _j 2uj •* •• •»

2f\jm uj—J Is- o •• t-i

UJ++ U.' -JXSLCCi I

IDD X> -J H •* A A U r-«"HOftt" —

I

<I C I ••I •• A •"OG

OO-J <t -«* D • T\!ir<irrv •» | •• qmui2«—« II ft I > CO U ZQOCDS^O <XO>u+^4^ •» U< ZZt-tOUOUUJDO AuilJDUU2 3 >- tr AU.U II II II MAcJll I II -J"0:5:2 ii uj <t 2 I iu.M^aa i H 5 ••f\if^ ii uj

»uAA«f» 2 —> <i: ir\h cd5"2 cpccCj^uj^o^ «-<ui

a ii i i s:m - a u o AAAAoiiiAooAJaC^DDAZ «—•» h- oi^o^" I I I I II A | u H IU.hAUUU I A K UJ «i* V AUJU(\Jr\jUA^ l^HUti^XxI s: ro i •» \~cc co <-juJOcODODDODoaj3

H- II <fO •C\JO»»l^_J >JD"NAU.ILDD"H l/)< UJOCOUJor UUUUUUUUOU-'

UhAQU<MQu<r5:il DUOJO I HMUU»i II »-»- -J ZUiS->»- D^WJU DU QA_J "CJ OOO O—1 _J«" —J '"-CAlua 20<LU II UJO II UJO | LU «'0 II UJO H OU-'LUUJUJOIU •• a. •»< "OK a I —l^ UJ«-'_J>>j-UJ II COU- II C0>OO«4-UJ II (M OOOOt/^LU II >Oh CU>-D2C(MOi UJ0qi£-)0 (xCjC"U2 DaODU.jjJo:QmZDOZ <KXO ou.HUJ_JOU-OOIJ,00_JUjU-.OU_00»~'UJUJUJU_0-JUJClI-UjUJ_ja al—H-"-'

U-I-UL _J O _JG0««l/>OlJ-»—

« •—• UJ C5 U-! Q. »—•»—••—

<

U- ODXpf•-< ». zii-m

UJO 5.

* *3

o *

DO<1

Zee ••

UJ ox^o • » • *

l_< >- •V >-

32 <T "T-i <a. uj •>_J »» tf -J 1 ..J2>i2 a aro _J_I so.IU<H LUU- C02 Dui U_LLt-_l AA AA z> AAVCLCNJ | l 1 1

II UJ 1 1

63

Page 130: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 131: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

LUILi

0£\-

O.=>

c»-

• •

o C '

e cZ zUU aiX iH K<tf «^ CM CM CMo U COD5: 5: oooA1

A1

II II II

• •CMfT.^-

to uo wrrrO C CAAAo o Ul 1 1

V V II HrlH<* ^ rlDCCo o SutL's s: AA

1

A1

1 Z2Zt-iU'U'U!

CM CO Dilio C OI-HI-o <_)

t* ZCMfO<fZlL u. UJ+ + +<Xi-< 1—

1

ICjDDz> h CCOLCC(-Z z oooUiUJ w r > II II II t.

o--x !•• • • + <t*i sfCMH K a h OCJC ooZ CD 5 a 5 5. 5 l_> •» er

UICM (\JA A OAAA II Ui «—

IA II 1 ••1 ••HI I |H t/) »

hH r-t lo cm cm ir >^ cm (\)cm 5. _J X_J -JODCjOcjOOOA UJ uo

cmlu UIUUUU5 OOO 1s—

i

li > > II II II II A •-« • r Z-JID UJCLCXh-r- (LLLLUO UJ t—

<

Ui-J -jccctst? exit—iMMM l/> LL> • » AAAAQ _l • »«.

UIUU'U I I I I OUJUJUJUJ»*Ui z«~_J t~* (/>t-i CM Ullf) CM l/)t/)COC/)Q f-<

-J OODDU.JJJJ2" Ol-"U UJUIUlOOOC/i—UJUJUJUJUJUJ UJtOX!-»«/) t/) J/) .rfC, |-h(/)

_J —J Ja _jt~<.».»UJUJ UJ UO" 20UJ(/) IIHmqO_J OWDli-l-Olu »-<a v)»-<

D2 C a.2H Z cc>

UIU UiQzUl

64

Page 132: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 133: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

LIST OF REFERENCES

L, Berlekamp, E. R. , "Program for Double-Dummy Bridge Problems-A New Strategy for Mechanical Game Playing", Journal of the

Association for Computing Machinery, v. 10, p. 357-364, July 1963.

Z, Carley, G. L. , A Program to Play Contract Bridge , M. S. Thesis,

Massachusetts Institute of Technology, June 1962.

3, Throop, T. A. , "The Univac Plays Bridge", COMPUTERS ANDAUTOMATION , v. XI, p. 3B-5B, March 1962.

4. Riley, W. , and Throop, T. A. , An Interactive Bridge Playing

Program , paper presented at National Gaming Council Symposium,1969.

65

Page 134: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 135: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

INITIAL DISTRIBUTION LIST

No. Copies

1. Defense Documentation Center 2

Cameron Station

Alexandria, Virginia 22314

2. Library, Code 0212 2

Naval Postgraduate SchoolMonterey, California 93940

3. LTJG Robert Bolles, USNR 1

Department of Mathematics (Code 53)

Naval Postgraduate SchoolMonterey, California 93940

4. LTCOL John H. Smith, USMC 1

8 Biddle LaneMonterey, California 93940

66

Page 136: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 137: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

UNCLASSIFIEDSecurity Classification

DOCUMENT CONTROL DATA -R&D/Security clas silication of title, body of abstract and ind' xinfi annotation must be entered when the overall report is classified)

I ORIGINATING ACTIVITY ( Corpora te author)

Naval Postgraduate School

Monterey, California 93940

2«. REPORT SECURITY CLASSIFICATION

Unclassified26. GROUP

3 REPORT TITLE

Finesse

4. DESCRIPTIVE NOTES (Type of report and.inclusive dates)

Master's Thesis; June 19705. AUTHORISI (First name, middle initial, last name)

John Henry Smith

6. REPORT DATE

June 19708a. CONTRACT OR GRANT NO.

b. PROJEC T NO

la. TOTAL NO. OF PAGES

67

lb. NO. OF RE FS

49a. ORIGINATOR'S REPORT NUMBER(S)

9b. OTHER REPORT NO(S) (Any other numbers that may be assigned(his report)

10. DISTRIBUTION STATEMENTThis document has been approved for public release and

sale; its distribution is unlimited.

11. SUPPLEMENTARY NOTES 12. SPONSORING MILITARY ACTIVITY

Naval Postgraduate School

Monterey, California 93940

13. ABSTR AC T

Finesse is a program written to investigate the role of a generalization

scheme in computer learning. The finessing play in the game of bridge is

developed as an example in which the computer starts with a few basic bridge

rules and improves its play through self-analysis of successive plays of the

same hands. After deciding that an optimum play has been found for a particular

hand, Finesse makes the generalization that all hands with approximately the

same distribution should be played in the same way.

DD .'i?..1473S/N 0101 -807-681 1

(PAGE 1)UNCLASSIFIED

67 Security ClassificationA-31406

Page 138: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 139: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

UNCLASSIFIEDSecurity Classification

key wo RDS

inesse

)\rh

'

Annie- playing

ificial intelligence

D,T;..1473 <back,

I 0101-607-682) 68UNCLASSIFIEDSecurity Classification A-31 409

Page 140: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe
Page 141: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

^>30CT73

l n21970

iir no

SmithFinesse.

2 NO 1

/ 7 2

^ OCT 732 10 2 921970

ThesisS594 Smithc.l Finesse.

Page 142: FINESSE John Henry Smith - COnnecting REpositories · 2016-06-01 · Finesse by JohnHenrySmith LieutenantColonel,UnitedStatesMarineCorps B.S.,UnitedStatesNavalAcademy,1953 Submittedinpartialfulfillmentofthe

3 2768 002 0094