HOME

TheInfoList



OR:

The secretary problem demonstrates a scenario involving
optimal stopping In mathematics, the theory of optimal stopping or early stopping : (For French translation, secover storyin the July issue of ''Pour la Science'' (2009).) is concerned with the problem of choosing a time to take a particular action, in order to ...
theory For French translation, se
cover story
in the July issue of ''Pour la Science'' (2009).
that is studied extensively in the fields of applied probability,
statistics Statistics (from German language, German: ', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data. In applying statistics to a s ...
, and
decision theory Decision theory or the theory of rational choice is a branch of probability theory, probability, economics, and analytic philosophy that uses expected utility and probabilities, probability to model how individuals would behave Rationality, ratio ...
. It is also known as the marriage problem, the sultan's dowry problem, the fussy suitor problem, the googol game, and the best choice problem. Its solution is also known as the 37% rule. The basic form of the problem is the following: imagine an administrator who wants to hire the best secretary out of n rankable applicants for a position. The applicants are interviewed one by one in random order. A decision about each particular applicant is to be made immediately after the interview. Once rejected, an applicant cannot be recalled. During the interview, the administrator gains information sufficient to rank the applicant among all applicants interviewed so far, but is unaware of the quality of yet unseen applicants. The question is about the optimal strategy (
stopping rule In probability theory, in particular in the study of stochastic processes, a stopping time (also Markov time, Markov moment, optional stopping time or optional time ) is a specific type of "random time": a random variable whose value is interpre ...
) to maximize the probability of selecting the best applicant. If the decision can be deferred to the end, this can be solved by the simple maximum
selection algorithm In computer science, a selection algorithm is an algorithm for finding the kth smallest value in a collection of ordered values, such as numbers. The value that it finds is called the order statistic. Selection includes as special cases the p ...
of tracking the running maximum (and who achieved it), and selecting the overall maximum at the end. The difficulty is that the decision must be made immediately. The shortest rigorous proof known so far is provided by the odds algorithm. It implies that the optimal win probability is always at least 1/e (where '' e'' is the base of the
natural logarithm The natural logarithm of a number is its logarithm to the base of a logarithm, base of the e (mathematical constant), mathematical constant , which is an Irrational number, irrational and Transcendental number, transcendental number approxima ...
), and that the latter holds even in a much greater generality. The optimal stopping rule prescribes always rejecting the first \sim n/e applicants that are interviewed and then stopping at the first applicant who is better than every applicant interviewed so far (or continuing to the last applicant if this never occurs). Sometimes this strategy is called the 1/e stopping rule, because the probability of stopping at the best applicant with this strategy is already about 1/e for moderate values of n. One reason why the secretary problem has received so much attention is that the optimal policy for the problem (the stopping rule) is simple and selects the single best candidate about 37% of the time, irrespective of whether there are 100 or 100 million applicants. The secretary problem is an
exploration–exploitation dilemma The exploration–exploitation dilemma, also known as the explore–exploit tradeoff, is a fundamental concept in decision-making that arises in many domains. It is depicted as the balancing act between two opposing strategies. Exploitation involv ...
.


Formulation

Although there are many variations, the basic problem can be stated as follows: * There is a single position to fill. * There are ''n'' applicants for the position, and the value of ''n'' is known. * The applicants, if all seen together, can be ranked from best to worst unambiguously. * The applicants are interviewed sequentially in random order, with each order being equally likely. * Immediately after an interview, the interviewed applicant is either accepted or rejected, and the decision is irrevocable. * The decision to accept or reject an applicant can be based only on the relative ranks of the applicants interviewed so far. * The objective of the general solution is to have the highest probability of selecting the best applicant of the whole group. This is the same as maximizing the expected payoff, with payoff defined to be one for the best applicant and zero otherwise. A ''candidate'' is defined as an applicant who, when interviewed, is better than all the applicants interviewed previously. ''Skip'' is used to mean "reject immediately after the interview". Since the objective in the problem is to select the single best applicant, only candidates will be considered for acceptance. The "candidate" in this context corresponds to the concept of record in permutation.


Deriving the optimal policy

The optimal policy for the problem is a
stopping rule In probability theory, in particular in the study of stochastic processes, a stopping time (also Markov time, Markov moment, optional stopping time or optional time ) is a specific type of "random time": a random variable whose value is interpre ...
. Under it, the interviewer rejects the first ''r'' − 1 applicants (let applicant ''M'' be the best applicant among these ''r'' − 1 applicants), and then selects the first subsequent applicant that is better than applicant ''M''. It can be shown that the optimal strategy lies in this class of strategies. (Note that we should never choose an applicant who is not the best we have seen so far, since they cannot be the best overall applicant.) For an arbitrary cutoff ''r'', the probability that the best applicant is selected is : \begin P(r) &= \sum_^ P\left(\text i \text \cap \text i \text\right) \\ &= \sum_^ P\left(\text i \text , \text i \text\right) \cdot P\left(\text i \text\right) \\ &= \left \text i \text \right) \right\cdot \frac \\ &= \left sum_^ \frac\right\cdot \frac \\ &=\frac \sum_^ \frac. \end The sum is not defined for ''r'' = 1, but in this case the only feasible policy is to select the first applicant, and hence ''P''(1) = 1/''n''. This sum is obtained by noting that if applicant ''i'' is the best applicant, then it is selected if and only if the best applicant among the first ''i'' − 1 applicants is among the first ''r'' − 1 applicants that were rejected. Letting ''n'' tend to infinity, writing x as the limit of ''(r−1)''/''n'', using ''t'' for ''(i−1)''/''n'' and ''dt'' for 1/''n'', the sum can be approximated by the integral : P(x)=x \int_^\frac\,dt = -x \ln(x)\;. Taking the derivative of ''P''(''x'') with respect to x, setting it to 0, and solving for ''x'', we find that the optimal ''x'' is equal to 1/''e''. Thus, the optimal cutoff tends to ''n''/''e'' as ''n'' increases, and the best applicant is selected with probability 1/''e''. For small values of ''n'', the optimal ''r'' can also be obtained by standard dynamic programming methods. The optimal thresholds ''r'' and probability of selecting the best alternative ''P'' for several values of ''n'' are shown in the following table. The probability of selecting the best applicant in the classical secretary problem converges toward 1/e\approx 0.368.


Alternative solution

This problem and several modifications can be solved (including the proof of optimality) in a straightforward manner by the odds algorithm, which also has other applications. Modifications for the secretary problem that can be solved by this algorithm include random availabilities of applicants, more general hypotheses for applicants to be of interest to the decision maker, group interviews for applicants, as well as certain models for a random number of applicants.


Limitations

The solution of the secretary problem is only meaningful if it is justified to assume that the applicants have no knowledge of the decision strategy employed, because early applicants have no chance at all and may not show up otherwise. One important drawback for applications of the solution of the classical secretary problem is that the number of applicants n must be known in advance, which is rarely the case. One way to overcome this problem is to suppose that the number of applicants is a random variable N with a known distribution of P(N=k)_ (Presman and Sonin, 1972). For this model, the optimal solution is in general much harder, however. Moreover, the optimal success probability is now no longer around 1/''e'' but typically lower. This can be understood in the context of having a "price" to pay for not knowing the number of applicants. However, in this model the price is high. Depending on the choice of the distribution of N, the optimal win probability can approach zero. Looking for ways to cope with this new problem led to a new model yielding the so-called 1/e-law of best choice.


1/e-law of best choice

The essence of the model is based on the idea that life is sequential and that real-world problems pose themselves in real time. Also, it is easier to estimate times in which specific events (arrivals of applicants) should occur more frequently (if they do) than to estimate the distribution of the number of specific events which will occur. This idea led to the following approach, the so-called ''unified approach'' (1984): The model is defined as follows: An applicant must be selected on some time interval ,T/math> from an unknown number N of rankable applicants. The goal is to maximize the probability of selecting only the best under the hypothesis that all arrival orders of different ranks are equally likely. Suppose that all applicants have the same, but independent to each other, arrival time density f on ,T/math> and let F denote the corresponding arrival time distribution function, that is : F(t) = \int_^ f(s)ds , \, 0\le t\le T. Let \tau be such that F(\tau)=1/e. Consider the strategy to wait and observe all applicants up to time \tau and then to select, if possible, the first candidate after time \tau which is better than all preceding ones. Then this strategy, called ''1/e-strategy'', has the following properties: The ''1/e-strategy'' :(i) yields for all N a success probability of at least 1/e, :(ii) is a minimax-optimal strategy for the selector who does not know N, :(iii) selects, if there is at least one applicant, none at all with probability exactly 1/e. The 1/e-law, proved in 1984 by F. Thomas Bruss, came as a surprise. The reason was that a value of about 1/e had been considered before as being out of reach in a model for unknown N , whereas this value 1/e was now achieved as a lower bound for the success probability, and this in a model with arguably much weaker hypotheses (see e.g. Math. Reviews 85:m). However, there are many other strategies that achieve (i) and (ii) and, moreover, perform strictly better than the 1/e-strategy simultaneously for all N>2. A simple example is the strategy which selects (if possible) the first relatively best candidate after time \tau provided that at least one applicant arrived before this time, and otherwise selects (if possible) the second relatively best candidate after time \tau . The 1/e-law is sometimes confused with the solution for the classical secretary problem described above because of the similar role of the number 1/e. However, in the 1/e-law, this role is more general. The result is also stronger, since it holds for an unknown number of applicants and since the model based on an arrival time distribution F is more tractable for applications.


The game of googol

In the article "Who solved the Secretary problem?" ( Ferguson, 1989), it's claimed the secretary problem first appeared in print in
Martin Gardner Martin Gardner (October 21, 1914May 22, 2010) was an American popular mathematics and popular science writer with interests also encompassing magic, scientific skepticism, micromagic, philosophy, religion, and literatureespecially the writin ...
's February 1960
Mathematical Games column Over a period of 24 years (January 1957 – December 1980), Martin Gardner wrote 288 consecutive monthly "Mathematical Games" columns for ''Scientific American'' magazine. During the next years, until June 1986, Gardner wrote 9 more columns, br ...
in ''
Scientific American ''Scientific American'', informally abbreviated ''SciAm'' or sometimes ''SA'', is an American popular science magazine. Many scientists, including Albert Einstein and Nikola Tesla, have contributed articles to it, with more than 150 Nobel Pri ...
:''
Ask someone to take as many slips of paper as he pleases, and on each slip write a different positive number. The numbers may range from small fractions of 1 to a number the size of a ''googol'' (1 followed by a hundred zeroes) or even larger. These slips are turned face down and shuffled over the top of a table. One at a time you turn the slips face up. The aim is to stop turning when you come to the number that you guess to be the largest of the series. You cannot go back and pick a previously turned slip. If you turn over all the slips, then of course you must pick the last one turned.
Ferguson pointed out that the secretary ''game'' remained unsolved, as a
zero-sum game Zero-sum game is a Mathematical model, mathematical representation in game theory and economic theory of a situation that involves two competition, competing entities, where the result is an advantage for one side and an equivalent loss for the o ...
with two antagonistic players. In this game: * Alice, the informed player, writes secretly distinct numbers on n cards. * Bob, the stopping player, observes the actual values and can stop turning cards whenever he wants, winning if the last card turned has the overall maximal number. * Bob wants to guess the maximal number with the highest possible probability, while Alice's goal is to keep this probability as low as possible. The difference with the basic secretary problem are two: * Alice does not have to write numbers uniformly at random. She may write them according to any
joint probability distribution A joint or articulation (or articular surface) is the connection made between bones, ossicles, or other hard structures in the body which link an animal's skeletal system into a functional whole.Saladin, Ken. Anatomy & Physiology. 7th ed. McGraw- ...
to trick Bob. * Bob observes the actual values written on the cards, which he can use in his decision procedures.


Strategic analysis

Alice first writes down n numbers, which are then shuffled. So, their ordering does not matter, meaning that Alice's numbers must be an exchangeable random variable sequence X_1, X_2, ..., X_n. Alice's strategy is then just picking the trickiest exchangeable random variable sequence. Bob's strategy is formalizable as a
stopping rule In probability theory, in particular in the study of stochastic processes, a stopping time (also Markov time, Markov moment, optional stopping time or optional time ) is a specific type of "random time": a random variable whose value is interpre ...
\tau for the sequence X_1, X_2, ..., X_n. We say that a stopping rule \tau for Bob is a relative rank stopping strategy if it depends on only the relative ranks of X_1, X_2, ..., X_n, and not on their numerical values. In other words, it is as if someone secretly intervened after Alice picked her numbers, and changed each number in X_1, X_2, ..., X_n into its relative rank (breaking ties randomly). For example, 0.2, 0.3, 0.3, 0.1 is changed to 2, 3, 4, 1 or 2, 4, 3, 1 with equal probability. This makes it ''as if'' Alice played an exchangeable random permutation on \. Now, since the only exchangeable random permutation on \ is just the uniform distribution over all permutations on \, the optimal relative rank stopping strategy is the optimal stopping rule for the secretary problem, given above, with a winning probabilityPr(X_\tau = \max_ X_i) = \max_\frac \sum_^ \fracAlice's goal then is to make sure Bob cannot do better than the relative-rank stopping strategy. By the rules of the game, Alice's sequence must be exchangeable, but to do well in the game, Alice should not pick it to be independent. If Alice samples the numbers independently from some fixed distribution, it would allow Bob to do better. To see this intuitively, imagine if n=2, and Alice is to pick both numbers from the normal distribution N(0, 1), independently. Then if Bob turns over one number and sees -3, then he can quite confidently turn over the second number, and if Bob turns over one number and sees +3, then he can quite confidently pick the first number. Alice can do better by picking X_1, X_2 that are positively correlated. So the fully formal statement is as below:
Does there exist an exchangeable sequence of random variables X_1, ..., X_n, such that for ''any'' stopping rule \tau, Pr(X_\tau = \max_ X_i) \leq \max_\frac \sum_^ \frac?


Solution

For n=2, if Bob plays the optimal relative-rank stoppings strategy, then Bob has a winning probability 1/2. Surprisingly, Alice has no
minimax Minimax (sometimes Minmax, MM or saddle point) is a decision rule used in artificial intelligence, decision theory, combinatorial game theory, statistics, and philosophy for ''minimizing'' the possible loss function, loss for a Worst-case scenari ...
strategy, which is closely related to a paradox of T. Cover and the two envelopes paradox. Concretely, Bob can play this strategy: sample a random number Y. If X_1 > Y, then pick X_1, else pick X_2. Now, Bob can win with probability strictly greater than 1/2. Suppose Alice's numbers are different, then condition on Y \not\in min(X_1, X_2), \max(X_1, X_2)/math>, Bob wins with probability 1/2, but condition on Y \in min(X_1, X_2), \max(X_1, X_2)/math>, Bob wins with probability 1. Note the random number Y can be sampled from ''any'' random distribution, as long as Y \in min(X_1, X_2), \max(X_1, X_2)/math> has a nonzero probability. However, for any \epsilon > 0, Alice can construct an exchangeable sequence X_1, X_2 such that Bob's winning probability is at most 1/2 + \epsilon. But for n>2, the answer is yes: Alice can choose random numbers (which are dependent random variables) in such a way that Bob cannot play better than using the classical stopping strategy based on the relative ranks.


Heuristic performance

The remainder of the article deals again with the secretary problem for a known number of applicants. derived the expected success probabilities for several psychologically plausible heuristics that might be employed in the secretary problem. The heuristics they examined were: * The cutoff rule (CR): Do not accept any of the first ''y'' applicants; thereafter, select the first encountered candidate (i.e., an applicant with relative rank 1). This rule has as a special case the optimal policy for the classical secretary problem for which ''y'' = ''r''. * Candidate count rule (CCR): Select the ''y''-th encountered candidate. Note, that this rule does not necessarily skip any applicants; it only considers how many candidates have been observed, not how deep the decision maker is in the applicant sequence. * Successive non-candidate rule (SNCR): Select the first encountered candidate after observing ''y'' non-candidates (i.e., applicants with relative rank > 1). Each heuristic has a single parameter ''y''. The figure (shown on right) displays the expected success probabilities for each heuristic as a function of ''y'' for problems with ''n'' = 80.


Cardinal payoff variant

Finding the single best applicant might seem like a rather strict objective. One can imagine that the interviewer would rather hire a higher-valued applicant than a lower-valued one, and not only be concerned with getting the best. That is, the interviewer will derive some value from selecting an applicant that is not necessarily the best, and the derived value increases with the value of the one selected. To model this problem, suppose that the n applicants have "true" values that are
random variable A random variable (also called random quantity, aleatory variable, or stochastic variable) is a Mathematics, mathematical formalization of a quantity or object which depends on randomness, random events. The term 'random variable' in its mathema ...
s ''X'' drawn i.i.d. from a uniform distribution on , 1 Similar to the classical problem described above, the interviewer only observes whether each applicant is the best so far (a candidate), must accept or reject each on the spot, and ''must'' accept the last one if he/she is reached. (To be clear, the interviewer does not learn the actual relative rank of ''each'' applicant. He/she learns only whether the applicant has relative rank 1.) However, in this version the ''payoff'' is given by the true value of the selected applicant. For example, if he/she selects an applicant whose true value is 0.8, then he/she will earn 0.8. The interviewer's objective is to maximize the expected value of the selected applicant. Since the applicant's values are i.i.d. draws from a uniform distribution on , 1 the
expected value In probability theory, the expected value (also called expectation, expectancy, expectation operator, mathematical expectation, mean, expectation value, or first Moment (mathematics), moment) is a generalization of the weighted average. Informa ...
of the ''t''th applicant given that x_=\max\left\ is given by : E_=E\left(X_, I_=1\right)=\frac. As in the classical problem, the optimal policy is given by a threshold, which for this problem we will denote by c, at which the interviewer should begin accepting candidates. Bearden showed that ''c'' is either \lfloor \sqrt n \rfloor or \lceil \sqrt n \rceil. (In fact, whichever is closest to \sqrt n .) This follows from the fact that given a problem with n applicants, the expected payoff for some arbitrary threshold 1 \le c \le n is : V_(c)=\sum_^\left prod_^\left(\frac\right)\rightleft(\frac\right) +\left prod_^\left(\frac\right)\rightfrac=. Differentiating V_(c) with respect to ''c'', one gets : \frac = \frac. Since \partial^V / \partial c^<0 for all permissible values of c, we find that V is maximized at c=\sqrt n. Since ''V'' is convex in c, the optimal integer-valued threshold must be either \lfloor \sqrt n \rfloor or \lceil \sqrt n \rceil. Thus, for most values of n the interviewer will begin accepting applicants sooner in the cardinal payoff version than in the classical version where the objective is to select the single best applicant. Note that this is not an asymptotic result: It holds for all n. Interestingly, if each of the n secretaries has a fixed, distinct value from 1 to n, then V is maximized at c=\sqrt n - 1, with the same convexity claims as before. For other known distributions, optimal play can be calculated via dynamic programming. A more general form of this problem introduced by Palley and Kremer (2014) assumes that as each new applicant arrives, the interviewer observes their rank relative to all of the applicants that have been observed previously. This model is consistent with the notion of an interviewer ''learning'' as they continue the search process by accumulating a set of past data points that they can use to evaluate new candidates as they arrive. A benefit of this so-called partial-information model is that decisions and outcomes achieved given the relative rank information can be directly compared to the corresponding optimal decisions and outcomes if the interviewer had been given full information about the value of each applicant. This full-information problem, in which applicants are drawn independently from a known distribution and the interviewer seeks to maximize the expected value of the applicant selected, was originally solved by Moser (1956), Sakaguchi (1961), and Karlin (1962).


Other modifications

There are several variants of the secretary problem that also have simple and elegant solutions.


Pick the second-best, using one try

One variant replaces the desire to pick the best with the desire to pick the second-best. For this problem, the probability of success for an even number of applicants is exactly \frac . This probability tends to 1/4 as n tends to infinity illustrating the fact that it is easier to pick the best than the second-best.


Pick the top-k ones, using k tries

Consider the problem of picking the k best secretaries out of n candidates, using k tries. In general, the optimal decision method starts by observing r=\left\lfloor\frac\right\rfloor candidates without picking any one of them, then pick every candidate that is better than those first r candidates until we run out of candidates or picks. If k is held constant while n\to\infty, then the probability of success converges to \frac. By , if k = n/2, then the probability of success is \frac.


Pick the best, using multiple tries

In this variant, a player is allowed r choices and wins if any choice is the best. An optimal strategy for this problem belongs to the class of strategies defined by a set of threshold numbers (a_1, a_2, ..., a_r), where a_1 > a_2 > \cdots > a_r. Specifically, imagine that you have r letters of acceptance labelled from 1 to r. You would have r application officers, each holding one letter. You keep interviewing the candidates and rank them on a chart that every application officer can see. Now officer i would send their letter of acceptance to the first candidate that is better than all candidates 1 to a_i. (Unsent letters of acceptance are by default given to the last applicants, the same as in the standard secretary problem.) At n \rightarrow \infty limit, each a_i \sim ne^, for some rational number k_i.


Probability of winning

When r=2, the probability of winning converges to e^ + e^ , (n \rightarrow \infty). More generally, for positive integers r, the probability of winning converges to p_1 + p_2 + \cdots + p_r, where p_i = \lim_ \frac. computed up to r=4, with e^ + e^ + e^ + e^. gave a general algorithm. For example, p_5 = e^.


Experimental studies

Experimental
psychologists A psychologist is a professional who practices psychology and studies mental states, perceptual, cognitive, emotional, and social processes and behavior. Their work often involves the experimentation, observation, and interpretation of how ...
and
economists An economist is a professional and practitioner in the social science discipline of economics. The individual may also study, develop, and apply theories and concepts from economics and write about economic policy. Within this field there are ...
have studied the decision behavior of actual people in secretary problem situations. In large part, this work has shown that people tend to stop searching too soon. This may be explained, at least in part, by the cost of evaluating candidates. In real world settings, this might suggest that people do not search enough whenever they are faced with problems where the decision alternatives are encountered sequentially. For example, when trying to decide at which gas station along a highway to stop for gas, people might not search enough before stopping. If true, then they would tend to pay more for gas than if they had searched longer. The same may be true when people search online for airline tickets. Experimental research on problems such as the secretary problem is sometimes referred to as behavioral operations research.


Neural correlates

While there is a substantial body of
neuroscience Neuroscience is the scientific study of the nervous system (the brain, spinal cord, and peripheral nervous system), its functions, and its disorders. It is a multidisciplinary science that combines physiology, anatomy, molecular biology, ...
research on information integration, or the representation of belief, in perceptual decision-making tasks using both animal and human subjects, there is relatively little known about how the decision to stop gathering information is arrived at. Researchers have studied the neural bases of solving the secretary problem in healthy volunteers using functional MRI. A Markov decision process (MDP) was used to quantify the value of continuing to search versus committing to the current option. Decisions to take versus decline an option engaged parietal and
dorsolateral prefrontal The dorsolateral prefrontal cortex (DLPFC or DL-PFC) is an area in the prefrontal cortex of the primate brain. It is one of the most recently derived parts of the human brain. It undergoes a prolonged period of maturation which lasts into adulthoo ...
cortices, as well as
ventral striatum The striatum (: striata) or corpus striatum is a cluster of interconnected nuclei that make up the largest structure of the subcortical basal ganglia. The striatum is a critical component of the motor and reward systems; receives glutamater ...
, anterior insula, and anterior cingulate. Therefore, brain regions previously implicated in evidence integration and reward representation encode threshold crossings that trigger decisions to commit to a choice.


History

The secretary problem was apparently introduced in 1949 by Merrill M. Flood, who called it the fiancée problem in a lecture he gave that year. He referred to it several times during the 1950s, for example, in a conference talk at
Purdue Purdue University is a public land-grant research university in West Lafayette, Indiana, United States, and the flagship campus of the Purdue University system. The university was founded in 1869 after Lafayette businessman John Purdue donat ...
on 9 May 1958, and it eventually became widely known in the folklore although nothing was published at the time. In 1958 he sent a letter to Leonard Gillman, with copies to a dozen friends including Samuel Karlin and J. Robbins, outlining a proof of the optimum strategy, with an appendix by R. Palermo who proved that all strategies are dominated by a strategy of the form "reject the first ''p'' unconditionally, then accept the next candidate who is better". The first publication was apparently by
Martin Gardner Martin Gardner (October 21, 1914May 22, 2010) was an American popular mathematics and popular science writer with interests also encompassing magic, scientific skepticism, micromagic, philosophy, religion, and literatureespecially the writin ...
in Scientific American, February 1960. He had heard about it from John H. Fox Jr., and L. Gerald Marnie, who had independently come up with an equivalent problem in 1958; they called it the "game of googol". Fox and Marnie did not know the optimum solution; Gardner asked for advice from Leo Moser, who (together with J. R. Pounder) provided a correct analysis for publication in the magazine. Soon afterwards, several mathematicians wrote to Gardner to tell him about the equivalent problem they had heard via the grapevine, all of which can most likely be traced to Flood's original work. The 1/''e''-law of best choice is due to F. Thomas Bruss. Ferguson has an extensive bibliography and points out that a similar (but different) problem had been considered by
Arthur Cayley Arthur Cayley (; 16 August 1821 – 26 January 1895) was a British mathematician who worked mostly on algebra. He helped found the modern British school of pure mathematics, and was a professor at Trinity College, Cambridge for 35 years. He ...
in 1875 and even by
Johannes Kepler Johannes Kepler (27 December 1571 – 15 November 1630) was a German astronomer, mathematician, astrologer, Natural philosophy, natural philosopher and writer on music. He is a key figure in the 17th-century Scientific Revolution, best know ...
long before that, who spent 2 years investigating 11 candidates for marriage during 1611 -- 1613 after the death of his first wife.


Combinatorial generalization

The secretary problem can be generalized to the case where there are multiple different jobs. Again, there are n applicants coming in random order. When a candidate arrives, he reveals a set of nonnegative numbers. Each value specifies her qualification for one of the jobs. The administrator not only has to decide whether or not to take the applicant but, if so, also has to assign her permanently to one of the jobs. The objective is to find an assignment where the sum of qualifications is as big as possible. This problem is identical to finding a maximum-weight matching in an edge-weighted
bipartite graph In the mathematics, mathematical field of graph theory, a bipartite graph (or bigraph) is a Graph (discrete mathematics), graph whose vertex (graph theory), vertices can be divided into two disjoint sets, disjoint and Independent set (graph theo ...
where the n nodes of one side arrive online in random order. Thus, it is a special case of the online bipartite matching problem. By a generalization of the classic algorithm for the secretary problem, it is possible to obtain an assignment where the expected sum of qualifications is only a factor of e less than an optimal (offline) assignment.


See also

*
Assignment problem The assignment problem is a fundamental combinatorial optimization problem. In its most general form, the problem is as follows: :The problem instance has a number of ''agents'' and a number of ''tasks''. Any agent can be assigned to perform any t ...
* Odds algorithm *
Optimal stopping In mathematics, the theory of optimal stopping or early stopping : (For French translation, secover storyin the July issue of ''Pour la Science'' (2009).) is concerned with the problem of choosing a time to take a particular action, in order to ...
* Robbins' problem *
Search theory In microeconomics, search theory studies buyers or sellers who cannot instantly find a trading partner, and must therefore search for a partner prior to transacting. It involves determining the best approach to use when looking for a specific ite ...
* Stable marriage problem *
Exploration–exploitation dilemma The exploration–exploitation dilemma, also known as the explore–exploit tradeoff, is a fundamental concept in decision-making that arises in many domains. It is depicted as the balancing act between two opposing strategies. Exploitation involv ...


Notes


References

* * * * * * * * * eprints his original column published in February 1960 with additional comments* * * * * Hill, T.P.
Knowing When to Stop
. ''American Scientist'', Vol. 97, 126-133 (2009). (For French translation, se
cover story
in the July issue of ''Pour la Science'' (2009)) * * * * * * * *


External links

* * *

book by Thomas S. Ferguson


Notes

{{DEFAULTSORT:Secretary Problem Decision theory Sequential methods Matching (graph theory) Optimal decisions Probability problems Mathematical optimization in business