CA2110897C - Parallel processing qualitative reasoning system - Google Patents

Parallel processing qualitative reasoning system Download PDF

Info

Publication number
CA2110897C
CA2110897C CA002110897A CA2110897A CA2110897C CA 2110897 C CA2110897 C CA 2110897C CA 002110897 A CA002110897 A CA 002110897A CA 2110897 A CA2110897 A CA 2110897A CA 2110897 C CA2110897 C CA 2110897C
Authority
CA
Canada
Prior art keywords
hypothesis
hypotheses
data element
test
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CA002110897A
Other languages
French (fr)
Other versions
CA2110897A1 (en
Inventor
Thomas P. Hamilton
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Raytheon Technologies Corp
Original Assignee
United Technologies Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by United Technologies Corp filed Critical United Technologies Corp
Publication of CA2110897A1 publication Critical patent/CA2110897A1/en
Application granted granted Critical
Publication of CA2110897C publication Critical patent/CA2110897C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2257Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using expert systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/04Inference or reasoning models
    • G06N5/043Distributed expert systems; Blackboards
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/865Monitoring of software

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Computing Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Mathematical Physics (AREA)
  • Evolutionary Computation (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Computational Linguistics (AREA)
  • Medical Informatics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Multi Processors (AREA)
  • Hardware Redundancy (AREA)
  • Debugging And Monitoring (AREA)
  • Testing Of Devices, Machine Parts, Or Other Structures Thereof (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A parallel processing Qualitative Reasoning System (320) uses a control processor (322) and a plurality of server proces-sors (323-325) to evaluate a plurality of hypotheses simultaneously. The control processor (322) provides hypotheses and user ob-servations to the server processors (323-325) and the server processors (323-325) return evaluated hypotheses to the control pro-cessor (322). The server processors (323-325) can be interrupted after a predetermined amount of time to return a partially evaluated hypothesis.

Description

fC'f/L~S92/~D5~325 'WU 93/0d631 . 1 -Description Parallel Processing Qualitative Reasoning System Technical Field This invention relates to the field of computer software and more particularly to the field of artificial intelligence computer software.
Background Art It is often the case that the symptoms of a machine failure indicate a number of alternative l0 explanations. Usually it is more cast effective and less time consuming to observe the machine in more detail in order to rule out some of the alternative explanations. The process of iteratively observing the machine and ruling out potential causes of 15 machine failure is called "failure isolation".
Failure isolation can be performed manually with the aid of a fault tree; a flowchart-like representation of the iterative observation/elin~ination steps of failure isolation.
20 Each element of the fault tree requests a user to make a particular observation. Extending from each element is a plurality of branch paths, each of which leads to a different portion of the fault tree. The user follows a particular branch path 25 based ox~ the results ~of the observation requested by the current element: At some point in the process, the-user will reach an element; having no branches extending therefrom, indicating the W~ 93/00631 ' ' PC.'f/US92/0~425 particular component or group of components which has failed.
For very large and complex machines, a fault tree can run on to many pages and perhaps to a multiple volumes, thereby rendering the fault tree difficult to traverse. One solution is to use a computer having therein a rule-based failure isolation system, a program that contains the information from the fault tree. 'rhe computer directs the user to make observations and enter the results.
However, for both a fault tree and for a rule-base failure isolation system, all of the possible failure modes which a user may encounter need to be determined at the time of creation.
While this may not be difficult far simple machines, it may be impossible or at least extremely impractical for more complex machines. It is not uncommon for either a fault tree designer or a rule-based failure isolation system programmer to omit some of the failure modes of a machine. This omission is either inadvertent due to the enormity of the task or is an intentional decision to maintain the size below a practical limit.
. A solution to the inability of either fault trees or rule-based failure isolation. systems to isolate every conceivable failure can be found in Davis, Randall "Diagnostic Reasc2ning Based on Structu~°e and 'Behavior" , Artificial Intelligence , 24 (19~4~, 347-410. Davis proposes ~ failure isolation approach called "constraint suspension", wherein a computer generates a plurality of models of the machine. Each of the models assumes a ~'~. ~ ~~ ~ ~ wj~ !PC'T/US92/05425 different failed component or group of failed components. The model which most closely resembles the observations of the user indicates which component or group of components have failed.
A drawback to the constraint suspension technique is that modeling complex machines having many analog quantities is very processor intensive and the amount of time it takes to run the system becomes prohibitive. A solution to this is found in a paper, "HELIX: A Helicopter Diagnostic System Based on Qualitative Physics", Hamilton, Thomas P., International Journal of Artificial Intelligence in Eng~.neering, Vol. 3, No. 3 July, 1988, pp 141-150.
Hamilton suggests coupling constraint suspension with qualitative physics, a modeling technique wherein analog quantities are represented as variables which can take on a f mite set, of values.
Each of the finite qualitative values represents a different range of the analog quantity. However, the Hamilton paper does not contain sufficient detail to enable one skilled in the art to make and use a qualitative physics failure isolation system_ DisciosLtre of Invention Objects of the invention include an efficient qualitative reasoning system.
Accox°ding to the present invention, a control processor is interconnected with a plurality of interconnected server processors to cooperate td evaluate a plurality of qualitative reasoning hypotheses simultaneously.
The foregoing and other abj ects , f estates and advantages of the present invention will become ADO 93/00631 PCT/tJS92/05425 - G -more apparent in light of the following detailed description of exemplary embodiments thereof, as illustrated in the accompanying drawings.
Brief Description of Drawings FIG. 1 is a perspective view of a Portable Maintenance Aid.
FIG . 2 illustrates a user prompt screen .
FIG. 3 is a flowchart which illustrates overall operatian of failure isolation software.
FIG. 4 is a dataflow diagram which illustrates operation of Qualitative Reasoning System software.
FIG. 5 illustrates data structures used by the Qualitative Reasoning System software.
FIG. 6 is a dataflow diagram illustrating operation of a hypothesis tester within the Qualitative Reasoning System software.
FIG. 7 is a dataflow diagram which illustrates operation of a state generator within the Qualitative Reasoning system software.
FIG. 8 is a flowchart illustrating steps of a constraint propagator within the state generator.
FIG: 9 is a flowchart illustrating operation of a cox°~ predictor within the state generator .
FIG. ~O is a dataflow diagram which illustrates operation of a hypothesis generator within the Qualitative Reasoning System software.
FIG. 11 is a dataflow diagram illustrating operation mf the intelligent test selection within the Qualitative Reasoning System software.
FIG. 12 is a dataflow diagram which illustrates a model builder.

FIG. 13 is a diagram of a parallel processing qualitative reasoning system.
BEST MODE FOR ~~AR.RYING OUT 'THE INVENTION

Referring t:o F:LG. :L, a PMA (Portable Maintenance Aid) 30 has a ::display 32, a keyboard 34, and a processing unit 36. The PMA. 30 is a po~tabl.e computer manufactured by GrummanT"" Electronic Systems Division of Bethpage N.Y., 10 part #A31U1803:'_--3. ~C'he disp.Lay 32 is a seven inch by nine inch LCD (Liquid Crystal Display). The keyboard 34 is a QWERTY keyboar::~.. The processinch unit 36 contains a Sparcstatioxi'~'" 1E circuit board, manufactured by Sun Microsystems'", Inc. of Mountain View, Cal.

The PMA 30 is used to perform failure isolation of a machine, such ::xs a helicopter electro-mechanical system.
Failure isolat:vc,~r. software, which is written in Common Lisp, is stored on a hard disk (not shown) located within 20 the processing unit 36. The software allows the PMA. 30 to interact with ~ user in ords°_r t:o perform machine failure isolation. The software uses the display 32 to prompt the user to make of:~;~ervations o:E the machine. The user enters the results of t:rlose observations via the keyboard 34.

FIG. 2 illustrates a user prompt screen 40. The user is presented w,~th a question 42 and a list of possible answers 44, 46. The question 4'<? used for this example requires a yes,/r~o answer so the list of possible answers 30 shown on the snieen 40 cont<~ins just "YES" 44 or "NO" 46.
The user employ:. the cursor keys to select one of the answers 44, 46 ~CT/9JS92/054~5 W(~ 93/04631 r f~

arid then presses the return key to indicate to 'the software that an answer has been selected. Other user prompt screens may require the user to measure and enter a particular value .
FIG. 3, a flowchart 50 which illustrates operation of the failure isolation software, is separated into steps 54 for a rule--based system and steps 58 for a QRS (Qualitative Reasoning System) .
The steps 54 for the rule-based system, the implementation and operation of which is known to those skilled in the art (see for example Building Expert Systems , Frederick F~ayes-Roth, Donald A .
Waterman, and Douglas B. Lenat, editors.
Addison- -Wesley Publishing Company, Inc., Reading Mass. 1983), are executed first. The rule-based system, which is progr«mmed with information about common failures and the symptoms thereof , provides a rapid resolution to the determination of any failures that the system has been programmed to detect. I~owever, for complex machines, anticipating every possible combination of failures and associated symptoms (and hence programing every combination of failures and symptoms into the rule-based system) is, if not impossible, at least 25:, ,-:extremely impractical. Therefore, a particular failure may not be detectable by the rule-based system. When this occurs, control passes from the steps 54 of the rule-based system to the steps 58 of the QRS, which can isolate failures without 3~ being preprogrammed with all of the combinatians of machine failures and symptoms.
Execution of the failure isolation software begins at an initial step 62, where the rule- based W4 93/OiD531 PCf/US92/05425 _ 7 _ system is enabled. At a second step 63, the user is prompted to enter an observed condition. An observed condition is a physical description of the state of a particular portion of the machine, such a as the voltage between two particular points or the observation that a particular switch is in the "0N'°
position while a particular indicator is "OFF°' .
After the step 63,~control passes to a step 64 where the rule-based system attempts to isolate the 1o failure by applying preprogrammed rules to the observed conditions.
It is possible .for an observed condition to indicate a particular failure directly. For example, an observation that the voltage across the 15 terminals of a battery is zero could directly isolate the failure to a dead battery ( assuming the existence of a rule stating that if the voltage measured across the terminals of a battery is zero, then the battery is dead) . Other observed 20 conditions may isolate the failure to a group of possible failures. For example, an observation that the voltage g~g~ for the battery reads zero - indicates that either the battery is dead, the gage is malfunctioning, or that the wire between the 25 battery and the gage is broken (assuming again that an appropriate rule has been programmed into the system):
After the step 64 , control passes to a step 65, where ~a test' is made to determine whether the 30 failure has been isolated. If the failure has been isolated to a single component, processing is complete. If the failure has not been isolated to a single component, control passes to a step 66, '1t~0 93/00631 P~i'/US92/05425 ~. ~.~v 9'~
_8_ where a test is made to determine whether further failure isolation is possible. If further isolation is possible, control passes to the step 63 , where the user is prompted for another observation. The steps 63-66 form an iterative loop wherein the user is continuously prompted to enter more observations which the software uses to further isolate a failure.
Hawever, at the step 66 it may not be possible ~.0 to further isolate the failure because of the inherent limitations of the rule system (i.e. every possible combination of observations and related failures has not been programmed into the system) .
For example, suppose the observations were made that the voltage across the battery measured twelve volts, the battery voltage gage read zero, and the gage was not broken. If the rule system were not progra~tuned to take into account the possibility that a wire between the gage and the battery may be broken, then an impasse is reached. The observed conditions do not correspond to any combination of observed conditions and failures which had been anticipated when the rule system was programmed .
When this occurs, control passes from the step 66 to a step 6'7 where the rule system is disabled. The transition from the step 66 to the step 67 also corresponds to a transition from the steps 5~ of the rule system to the steps 58 of the QRS.
After the rule system has been disabled at the step 67, control passes to a step 68 where the QRS
is enabled. Following the step 68 is a step 69 where the QRS attempts to isolate the failure. The details of QRS failure isolation are explained in vvo 9~ioo~3~ r~c-~iu~9ziosaz~

more detail hereinafter. Following the step 69 is a step 70 where a test is made to determine whether the failure has been isolated. If the failure has been isolated, processing is complete. Otherwise, control passes to a step 71 where a test is made to determine if further isolation is possible. If no further isolation by the QRS is possible, then processing is complete. Otherwise, control passes to the step 72 where the user is prompted for observations. Because the transition from the steps 54 of the rule system to the steps 58 of the QRs are transparent to the user ( i . a . the user is not informed that the transition has taken place) the prompt-seen by the user at the step 72 is similar to 'the prompt that the user sees at the step 63.
Control passes from the step 72 back to the step 69 where the QRS attempts again to isalate the machine failure.
TJnlike the rule-based system, the QRS does not directly correlate observations to SpeClflC
failure. Instead, the QRS uses a computer model of the machine to iteratively hypothesize the failure of specific components and to derive, from user observations, predictions for the values of various machine parameters such as current flow, voyage, and fluid flow for each of the hypotheses.
Tf at any time during the derivation process , the predictions for a particular hypothesis are found to be inconsistent (either with themselves or wit:
subsequent observations), the hypothesis is discarded.
The QRS depicts the machine using qualitative physics, a computer modeling technique wherein each ,.:' , ,.
VSO 93/00631 PCT/US92/05~t25 r~
- r0 -component of the machine is represented as a black box having a plurality of terminals and a carresponding set of variables wherein each of the variables represents an attribute (e.g flow, pressure, temperature, etc.) of a substance (e. g.
air, fuel, etc. ) that may enter or leave a terminal. Each of the variables can take on a finite set of values. The operation of a component is defined by confluences, a set of qualitative equations which define the relationships between variables of the component. For example, a pipe may be represented as having two terminals and two variables : one representing the flow of f luid into the pipe and one representing the flow of fluid out of the pipe. A confluence which describes the operation of the pipe states that the variable which represents the flow rout of the pipe has the same sign as the variable which represents the flaw into the pipe. For more information about qualitative physics, a thorough discussion can be found in de Kleer, Johan and Brown, John Seely, "The Origin, Form and Logic of Qualitative Physical Laws°' , Proceedings of the Eighth International Joint Conference an Artificial Intelligence, Karlsruhe, W. Germany, Aug. 1983.
The various components of the machine are grouped hierarchically. A compound component is comprised of a plurality of subcomponents while an elementary component is a component having no substructure: For example, a power supply may be represented as a single component at ane level of the hierarchy, but may in fact be comprised of a number of components (e. g. capacitors, transformer, WO ~3~oo6W ' P~f/US92/45425 s etc.) at another, lower, level of the hierarchy. At the highest level of the hierarchy, the entire machine is represented as a single compound component. At the lowest level of the hierarchy are all of the elementary components which comprise the machine.
Since the components are modeled as black boxes, it may be useful to examine a component at a lower level of the hierarchy in order to further isolate a failure (i.e. to get inside the black box in order to obtain more information) . For example, after determining that a power supply has failed, the QRS may expand the power supply component into subcomponents and continue the failure isolation process at that level of the hierarchy.
The relationships def fined by the various confluences of a particular component are called ''constraints". The QRS computes the effects of the failure of a particular component by suspending (i.e. removing) the constraints of that component.
For example, for a machine having three components , X, Y, and Z, the QRS would test a hypothesis that component X has failed by creating a qualitative physics model of the machine with the constraints of:the,confluences of component X suspended (i.e. a model of the machine which contains only the confluences for components Y and Z, which are assumed to have not failed) . The QRS then generates a set of predictions (predicted values of variables) using user observations and the conf3.uences. If the resulting predictions are consistent, X remains as a valid hypothesis.
Otherwise; X is eliminated as a hypothesis. A

lpe~0 93/00631 PCf/1U592/05425 - iz -hypothesis can also be eliminated if a subseauent observation is found to be inconsistent with a prediction. A thorough discussion of constraint suspension can be found in Davis, Randall "Diagnostic Reasoning Based on Structure and Behavior", Artificial Intelligence, 24 (1984), 347-410.
The QRS begins with an initial hypothesis that no components of the machine have failed. If the predictions generated from that hypothesis are consistent, . then the QRS software concludes that there are na failures and the failure isolation process is terminated. Otherwise, the QRS software generates a plurality of hypotheses , each corresponding to the failure of a single component of the machine. The predictions associated with each of these hypotheses are generated and then tested for consistency. If all of the predictions associated with the single component hypotheses are inconsistent (thus disproving all of the hypotheses) , the QRS software generates a new set of hypotheses corresponding to the simultaneous failure of two machine components. Tf all of the dual component predictions are found to be inconsistent, the QRS software generates a set of hypotheses, each corresponding to three simultaneous failures, and so on.
F'or example, for a machine having three components A, B, aid C, the QRS would initially generate a set of confluences based on the hypothesis that no components have failed (i.e. all of the confluences for all of the components), determine predictions for that hypothesis, and test ~~)f/US92/OS42S
W(~ 93/00631 the consistency of those predictions. If the predictions which are based on the hypothesis are consistent, then the hypothesis that no components have failed has been verified and the failure isolation process is terminated. Otherwise, the QRS
generates three new hypotheses: a hypothesis that only component A has failed, a hypothesis that only component B has failed, and a hypothesis that only component C has failed. The QRS then generates three sets of predictions: predictions for hypothesis A, predictions for hypothesis B, and predictions for hypothesis C. The predictions for hypothesis A are the .,predicted values that the variables (i.a. machine parameters, such as current, fluid flow, voltage, etc.) would equal if hypothesis A were true. Similarly, the predictions associated with hypothesis B are the predicted values that the variables would equal if hypothesis B were true and the predictions associated with hypothesis C are the predicted values that the vaxiabZes would equal if hypothesis C were true. Tf the predictions associated with hypothesis A are inconsistent, then the hypothesis that A has failed is incpns~istent and hypothesis A is eliminated frc:,a the list of valid hypotheses. If the predictions associated with B and C are consistent, then further failure isolation, to determine whether component B or component C has failed, may be required.
Far the above example, it is possible far the QRS to be able to eliminate hypotheses A, B, and C, thereby leading to the conclusion that more than one component of the machine has failed . ,.:.... . . .,.:. . ~~;~ n , ','.~ . . ~~~ r ~ ~~~ ~J .. . . " ~ ' .v ' '.. '" . : ' , '. . . . ..,,, .. _. .. . 1. ~ :. . ,~ : ," , ~ .~:. ' .
WO 93/00631 PCf/US92/05425 simultaneously. The QRS would then create three new hypotheses: hypothesis AB, which assumes components A and B have simultaneously failed, hypothesis AC
which assumes components A and C have a simultaneously failed, and hypothesis BC, which assumes components B and C have simultaneously failed. The QRS then begins failure isolation using these hypotheses. For complex machines, increasing the number of failed components per hypothesis increases the processing demands on the computer.
' When the QRS has eliminated all of the N component hypotheses , the user is asked whether . the QRS
software should proceed to begin generating and testing N+1 component hypotheses or terminate failure isolation altogether. The user may prefer not to wait for the QRS to generate and test the new set of hypotheses.
. FIG. 4 is a dataflow diagram 90 which illustrates operation of the QRS . Boxes on the diagram 90 indicate program modules (i.e. portions of the QRS software) while cylinders indicate data elements (i:e. portions of QRS data). Arrows between boxes and cylinders indicate the direction of the flow of data. Unlike a flowchart, no portion of the dataflow diagram 90 indicates any temporal relationships between the various modules.
Observations which are made by the user are provided to the QRS software by an input signal USERINPUT, which is indicated' on the diagram 90.
.
The USERINPUT signal is processed by' an input process code module 92 , which converts keystrokes entered by the user into a format that can be processed by the QRS software. The output of the v~o 9moo~~a a'crius~ziosazs input process module 92 is stored in an actual observations data element 94 , which contains a cumulative history of all of the observations made by the user since the start of the failure isolation process. The actual observations data element 94 is initialized with data from the observations made by the user during the rule-based system phase of the failure isolation process.
A hypothesis tester code module 96 uses the actual observations data element 94 and a pending hypothesis data element 98 to generate potentially valid hypotheses and predictions for each of the hypotheses. The pending hypothesis data element 98 contains a hypothesis to be tested. The hypothesis tester 96 tests the hypothesis by propagating the observations 94 through the confluences of the hypothesis to generate predictions which must be true for the hypothesis to be true. During the process of generating predictions, the hypothesis tester 96 may find an inconsistency. For example, one subset of confluences may predict a positive voltage between two particular points while a different subset of confluences may predict a negat~.ve voltage between the same two points. when this occurs, the hypothesis being tested has been disproved and is discarded by the hypothesis tester 96. A hypothesis from the pending hypothesis data . element 98 which cannot be disproved by the ~hypathesis tester 96, and the predictions associated therewith, are output to a saved hypotheses data element 99.

dV~ 93!00631 PCT/US92l0542S
~110'~~'~

For example, suppose the pending hypothesis data element 9s contained hypothesis A. The hypathesis tester 96 would test the validity c~f hypothesis A by examining a model of the machine having the canstraints of component A suspended (i.e. a model containing all companent confluences except the confluences which describe the operation of component A) and then predicting the values of variables. If during the course of generating predictions for hypothesis A, the hypothesis tester 96 finds an inconsistency, then hypothesis A has been disproved. Otherwise, hypothesis A and the predictions associated with hypothesis A are outpu~c to the saved hypotheses data element 99.
If the saved hypotheses data element 99 contains more than one hypothesis, it may be useful for the user to enter more observed conditions in order to provide information to eliminate some of the hypotheses. An intelligent test selection code m~dule 100 is provided with input from the saved hypotheses data element .99 and a component information data element 101. The component information data element 101 contains empirical data such as component failure rates and testing time for potential-observations. The intelligent test selection 100 uses the predictions from the saved hypotheses data element 99 and information from the component information data element 101 to determine the best test for the user to perform (i.e. the observation which is most likely to eliminate one or more hypotheses while simultaneously minimizing the inconvenience to the wiser) . The intelligent test selection 100 outputs PCT/LJS92l05425 'WU 93/x0631 °
-m-the best test information to a test request data element 102 . An output process code module 103 , which is provided with data from the test request data element 102, transforms the test request 102 into a human readable format and provides a signal, DISPljAYOUT, which causes a user prompt, indicating the next observation for the user to make, to be placed on the display 32 of the FMA 30.
An observation made by a user may be directly contrary to a prediction for a hypothesis stored in the saved hypotheses data element 99. A prediction tester 104 examines hypotheses and associated predictions in the saved hypotheses data element 99 and eliminates those hypotheses having predictions contrary to a user observation. For example, suppose the saved hypotheses data element 99 contains hypothesis A, hypothesis B, and hypothesis C and that hypothesis A predicts a positive value for a particular voltage, hypothesis B predicts a negative value for the same voltage and hypothesis C makes no prediction about the value of the voltage. Further assume triat ttae intelligent test selection 100 chooses the voltage measurement to be the best test and, after being prompted, the user enters the voltage as positive. The prediction ' tester 1:04 can eliminate hypothesis B from the saved hypotheses data element 99 because the prediction for hypothesis B that the voltage is negative is incorrect, thereby disproving hypothesis B. Hypothesis A correctly predicts that the voltage is positive, so hypothesis A remains in the saved hypotheses data element 99. The prediction tester 1.04 cannot eliminate hypothesis C

P('T/ US92105425 CVO 93!00631 because hypothesis C makes no prediction about the voltage.
It is possible for the intelligent test selection 100 to not be able to generate any observations for the user to perform which would eliminate any of the hypotheses stored in the saved hypotheses data element 99. When this occurs, a hypothesis generator 105, upon detecting that the test request data element 102 is empty, generates more hypotheses by expanding one or more of the components associated with hypotheses within the saved hypotheses data element 99 into subcomponents, and generating hypotheses based on those subcomponents. The hypothesis generator 105 uses a model instance data element 106, which contains the qualitative physics descriptions of the components and information regarding the hierarchical ordering of the components. A detailed description of the construction and contents of the model instance 106 is contained in this application, hereinafter. The output of the hypothesis generator 105 is provided to the pending hypothesis data element 98.
For,example, suppose that the saved hypotheses data element 99 contains a first hypothesis corresponding to the failure of the machine power supply and a second hypothesis corresponding to the failure of the machine fuel system. Further suppose that the intelligent test selection 190 is unable, to provide the user with an observation to perform to distinguish between the two, causing the test request data element 102 to be empty. The hypothesis generator 105 detects that the test WO 93100631 f0f/US92/05425 _ ~g _ request data element 102 is empty and expands the power supply into subcompanents (i.e. capacitors, transformer, etc.) and also expands the fuel system into the subcomponents thereof . A new set of hypotheses based on the subcomponents is created .
The new set of hypotheses, which the hypothesis generator 105 will provide to the pending hypothesis data element 98 (one at a time), is tested by the hypothesis tester 96 and the iterative process of prompting the user for observations and eliminating hypotheses will continue. Note then that the failure isolation process is complete when"the saved hypotheses data element 99 contains only one hypothesis which assumes the failure of one or more elementary components.
It is also possible for the hypothesis tester 96 to ~ eliminate all of the hypotheses stored in the pending hypothesis data element 98, thereby causing the saved hypotheses data element 99 to be'empty.
This occurs when the number of failed components per hypothesis is greater than had been assumed .
Elx~ainating all of the hypotheses corresponding to N simultaneously failed components indicates that more than N machine components have filed. For example, if all of the hypotheses corresponding to a single component failure are eliminated by the hypothesis tester 96 and/or the prediction tester 104, then' it logically follows that more than one component has simultaneously failed. (Note that the possibility that no components have failed is tested initially).
<. . ;. : . .~:;= .. .:: .~ . . : ;''°. ..,. . . ..:

".~.. ., -... sir,o,:. . 1 .:..'. . n. ~.. ..' .. , .... ~' .,r. ; "'.. f ~.
....,...
'~V~D 93!00631 PCfl1U592l05425 ~, ~. ~. 0 8 :~ ~ ~ - Zo -When an entire set of hypotheses corresponding to N component failures have been disproved by the hypothesis tester 96, the hypothesis generator 105 asks the user for ~permission to generate a new set of hypotheses corresponding to N-~1 component failures by writing user prompt information to a continue testing query data element 107. The continue testing query data element l0? is provided as an input to the output process module 103, which transforms the query 10? into a human readable format for output to the display 32. The user's answer to the question is provided by the USERINPUT
signal, processed by the input process 92 and stored in a continue testing answer data element 108. If the user chooses not to continue testing, failure isolation is terminated. Otherwise, the continue testing answer data element 108 , which is provided as an input to the hypothesis generator 105, causes the hypothesis generator 105 to produce a new set of hypotheses (using information from the model instance data element 106) , which correspond ~ to one more failed component than the previous set of hypotheses.
The. hypothesis generator 105 may also provide the pending hypothesis data element 98 with hypotheses from the saved hypotheses data element 99. The hypothesis generator 205 uses input provided by the test request data element 102 to determine if the saved hypotheses data element 99 contains hypotheses which make no predictions for a variable which the user is requested currently to observe. Hypotheses which make rio prediction for the most recently observed variable are passedwfro:~

W~ 93!00631 PC.'T/US92/054~5 the saved hypotheses data element 99 to the pending hypothesis data element 98 in order to be retested by the hypothesis tester 96. Some of the hypotheses which are retested may be invalidated as new .. observations become available.
FIG. 5 illustrates data structures used by the QRS software. A pending hypothesis data structure 110, which represents data stored in the pending hypothesis data element 98, contains a pending hypothesis 112A which is comprised of a hypothesis identification element 112B, a prediction table 112C, and a cached confluences table 112D. The hypothesis identification element 1128 contains information to identify the particular pending hypothesis. For example, the hypothesis identification element 112B may identify the pending hypothesis 112A as a hypothesis which assumes a failed power supply.
The prediction table 1120 contains all of the variables (i.e. machine parameters) associated with the pending hypothesis 112A. The prediction table 112C is constructed by the hypothesis generator 1.05, wh~.~h determines all of the variables of a hypothes~.s when the hypothesis is created.
Init~.ally, the prediction table 1120 contains no values for the variables. Each time a hypothesis is tested, however, the hypothesis tester 96 predicts more values for the variables of the prediction table 112C as more observations become available.
The cached confluences table 112D contains all of the model confluences for the pending hypothesis 112A. The cached confluences table 212D can be indexed by each of the variables from the .. , . ,. : ,. ' ..: ' ' _:,,. . . . .,,. ,. ,. ,;, , . ',v::, ,., ; ;.;>
W(~ 93/00631 PC~'/US92/C15425 h~
- 22 - , prediction table 112C. The elements of the cached confluences table 112D contain all of the model confluences in which the index variable appears, thereby providing the hypothesis generator 96 with a means for rapidly accessing confluences associated with a hypothesis.
A saved hypotheses data structure 115 , which represents data stored in the saved hypotheses data element 99, contains a first current hypothesis 117A, a second current hypothesis 118A, and an Pdth current hypothesis 119A. The first current hypothesis 117A contains a hypothesis identification element 117B and a prediction table 117C. Similarly, the second current hypothesis 110.
contains a hypothesis identification element llaB
and a prediction table 118C and the Pith current hypothesis 119A contains a hypothesis identification element 119B and a prediction table 119C. The hypothesis identification elements 1178, 1188, 1198 contain information to zaentmy the particular saved hypotheses and are similar to the hypothesis identification element 1128 of the pending hypothesis 112A. The prediction table 117C
are the same as the prediction tables 112 C f roin the pending hypothesis 112A except that the hypothesis tester 96 may have provided values for some of the variables.
~'IG. .6 is a dataflow diagram 13o illustrating operation of the hypothesis tester 96. A state generator 132 is provided with input from the actual observations data element 94 and from the pending hypothesis data element 98. The state generator 132 processes the actual observations 94 WO 93100631 ~ ~creus~zios~zs and the pending hypothesis 98 to produce a predictions data element 134 which contains the prediction table for the particular hypothesis that is being tested. The state generator 132 produces the predictions data element I34 by filling in the' prediction table ( from the pending hypothesis data element 98) with values for some of the variables, which are determined by processing the observations 94 and the cached confluences from the pending hypothesis data element 98. If the state generator 132 detects an inconsistency while attempting to predict values far the predictions data element 134, a null table, instead of the prediction table, is stored in the predictions data element 134.
Actual calculation of the values is performed by manipulating the LISP expressions which represent the model confluences. The manipulation of LISP
expressions is known to those skilled in the art.
A hypothesis evaluator 136 is provided with data from the predictions data element 134 and the hypothesis from the pending hypothesis data element 98. For each hypothesis, the hypothesis evaluator 136 determines if the predictians data element 134 contains. a null table. If not, the hypothesis evaluator 136 passes both the hypothesis ( from the ' pending hypothesis data element 98) and the associated prediction table (from the predictions data element 134 ) on to the saved hypotheses data element 99. Otherwise, the hypothesis being tested has been invalidated and is not passed on.
FIG. 7 is a dataflow diagram 140 which illustrates operation of the state generator 132 in more detail. A constant finder 142 is provided with ,f ~;~ ~,~.
W~ 93/00631 P~T/US92/~D5425 the prediction table and the cached confluences table from the pending hypothesis data element ~8.
The constant finder 14 2 uses the cached conf luences to iterate through the prediction table and f ill in values for variables of the prediction table having ~confluences which define a variable in terms of a constant expression. For example, a battery may be described by a confluence wherein the voltage across the terminals of the battery is a constant positive voltage. The constant finder 142 outputs, to a first partial prediction table data element 144, the result of filling the constants into ., entries of the prediction table.
The first partial prediction table 144 and the actual observations data element 94 are provided as inputs to an observation ffinder 146, which filis in values for variables of the first partial prediction table 144 that correspond to observations entered by the user. For example, if the user has measured the voltage across a resistor and entered the observation, the observation finder 246 would fill in the value for the variable in the first partial prediction table 144 corresponding to the resistor voltage. The observation finder 146 outputs, to a second partial prediction table data element ,148, the result of filling the observations into entries of the first partial prediction table 144.
The second partial prediction table 148 is ~0 provided as an input to a constraint propagator 150, which uses the known variable values stored in the second partial prediction table 148 ( ~.. e. the variable values which have already been determined PC'f/US92/OSa2S
W~ 9310063 by the constant finder 142 arid the observation finder 146 and possibly variables determined from a previous test of the hypothesis) and the cached confluences from the pending hypothesis data element 98 to determine the values for more of the variables. The constraint propagator 150 propagates the known variables through the confluences to determine i f one or more conf luences f or each unknown value can be reduced to the form of unknown l0 variable equals a constant expression, For example, a confluence describing the flow of fluid through a valve may indicate that when the valve is open, the flow out of the valve"equals the flow into the valve and when the valve is closed, the flow out of the valve equals zero. 2f the valve is determined to be open (a user observation) and the flow in is determined to be positive (a model constant), then the constraint propagator 150 can determine that the flow of fluid out of the valve is positive.
Furthermore, if the output of a valve is connected to a pipe, the constraint propagator 150 may also determine the flow into and out of the pipe.
A variable which is determined by the constraint propagator 150 is thereafter propagated through the constraints with the other known variables. The output of the constraint propagator is stored in a third partial prediction table 152.
If the constraint propagator detects an inconsistency; a null table is stored in the third partial predictions data element 152.
The third partial prediction table 152 is provided as an input to a Gore predictor 154. T_f w the third partial prediction table 152 is not a ~WCD 93100631 ; " PCf/US92105425 null table, the core predictor 154 iterates through the values for each of the unknown variables of the third partial prediction table 152 to deterzxine i~ , given the values of the known variables, an unknown variable can have one and only ane possible value.
For example, suppose the canfluences for a switch indicate that if the switch is closed, the current out of the switch equals the current into the switch and that if the switch is open, the current out of the switch is zero. Further suppose that the current out of the switch is observed as a positive, non-zero, value. Core predictions would indicate that the one and only one possible legal value for the state of the switch is closed since assuming that the switch is open results in an inconsistency (i.e the switch can't simultaneously be open and have a positive current) » The output of the core predictor 154 is stored in a fourth partial prediction table data element 158. Pdote that it is possible for the care predictor 154 to find an inconsistency for a particular hypothesis.
For example, using the switch example from above, further assume that the input current to the switch is observed to be a negative value. It is inconsistent for the input current of a switch to be , negative while the output current of the switch is positive, irrespective of whether the switch is open or closed. Therefore, the hypothesis being tested must not be valid. That is, the hypothesis associated with the cached confluenc~s and third partial prediction table 152 being processed by the state generator 1.32 must be false. When this wo ~3i~o~s3~ ~~r>us~zims~z~
N~~o a ~~

occurs , the core predictor 154 nulls ( i . a . sets to null) the fourth partial prediction table 158.
The fourth partial prediction table 158 is provided as an input to an assumption tester 159 which determines if, given the predictions (i.e the variables having a value set thereto) contained in the fourth partial prediction table 158, at least one combination of values can be assigned to the remaining unknown variables which does not result in any inconsistencies . Of course , i f the f ourth partial prediction table 158 is a null table, the assumption tester 159 passes the null table to the predictions data element 134 so that the hypothesis tester 136 can discard the hypothesis.
However, assuming that the fourth partial prediction table 158 is not a null table, the assumption tester 159 assumes values for each of the unknown variables and then determines if a consistent set of predictions can be derived from those values: The software uses a recursive routine which stores, a value for an unknown variable into the fourth partial prediction table 158 (thereby temporarily transforming the unknown variable into a known variable); propagates all known variables, and then calls itself. If during the propagation phase an inconsistent set of predictions is generated, the assumption tester 159 backtracks through the recursion in order to assume different values for the, variables. Tf a consistent set of values for all of the unknown variables is found, the assumption tester 159 passes the fourth partial prediction table 158 (having restored unknown variables to their original state) on through to WO 93100639 PC'f/US92/05425 y~.:.1~0.~-9 '~
_ 28 -the predictions data element 134. Otherwise, the assumption tester 159 provides a null table to the predictions data element 134.
While it is possible for the assumption tester 159 to randomly assign values to unknown variables, doing so can be very inefficient of processor dime because the number of random combinations can be quite large. For example, if there are twenty unknown variables each having three possible values, the number of random combinations is over three billion. Therefore, instead of randomxy assigning values to unknown variables, the assumption tester 159 uses~dynamic assumption ordering to assign values to variables.
Dynamic assumption ordering is the process cf locating target confluences, assigning a value to a variable which appears in the greatest number of target confluences, and propagating the variable assignment. A target confluence is a confluence wherein assigning a value to one of the variables of the confluence is likely to result in either the determination of the values of other unknown variables or in an inconsistency, thereby allowing the hypothes is to be rej acted . The most s impl a ~5 "example of a target confluence is a confluence stating that variable V1 equals variable v2. If a value is assigned to the variable V1, the value for the variable V2 tray be determined . Furthermore , it is gossible to have a case wherein fox every assignment of a value for V1, an inconsistency results, thereby allowing the assumption tester 159 to pass a null table to the prediction table data element 134. For example, assume that a first IrJO 93100631 ~ PCflUS92/05425 ~"~ .~.

confluence states that the variable V1 equals the variable V2, a second confluence states that the variable V1 equals the negative of V2 , and a third confluence states that the variable V1 equals the variable V2 plus a constant positive value. ~.~here is no combination of values which can solve the constraints placed on V1 and V2 by the three confluences. If the assumption tester 159 initially chooses either V1 or V?. for value substitution rather than randomly choosing variables which do not appear in target confluences, the inconsistency will be discovered sooner rather than later, FIG. 8 is a flowchart 180 illustrating in more ~ detail operation of the constraint propagator 150.
At a first step 182, iteration through the known variables of the second partial prediction table 148 is controlled. At the step 182, an iteration counter is first initialized and then incremented for each subsequent execution. Note that the remaining steps of the flowchart 180 operate on one variable at a time. If the iteration counter has reached the end of the list of known variables of the second partial prediction table 148, execution is complete. Otherwise, control passes to a step 183, wtaere all of the confluences associated with ' the' variable ( from the cached confluences table) are eacamined and possibly solved using all of the known values of variables from the second partial prediction table 148. A value for an unknown variable may be determined at the step 183 if the unknown. variable is expressed only in terms of known variables (i.e all of the variables of a confluence, except one, are known) . Contrfll passes WO 9310631 PC"f1U~92/fl5425 - 30 - , from the step 183 to a step 184 where a test is made to determine whether an inconsistency has been found at the step 183. An inconsistency occurs when two contrary predictions are made f or the same variable (e. g. one subset of the confluences predicts that a certain variable is positive while a second subset of the confluences predicts that the same variable is negative). If an inconsistency is found at the step 184, control passes to the step 185 where the third partial prediction table 152 is nulled.and execution of the constraint propagator 150 is terminated.
If no inconsistencies are found at the step 184, control passes from the step 184 to a step 187, where a test is made to determine if the values of any unknown variables have been found at the step 183. If new known variables have been found, control passes from the step 187 to a step 188, where the new known variables are added to the list of known variables. Control passes from the step 188 back to the step 182, where the iteration counter is incremented. If na new variables were found at the step 183; control passes from the step 187 back to the step 182.
FIG. 9 is a flowchart 190 illustrating in more detail.operation of the core predictor 154. At a first step 192, iteration through the unknown variables of the third partial prediction table 152 is controlled. At the step 192, an iteration counter is first initialized and then incremented for each subsequent execution. Note that the remaining steps of the flowchart 190 operate on one unknown variable at a time. If at the step 192 WO 93/00631 P'C.'T/US92/05425 processing is not complete, control passes fram the step 192 to a step 193 where the variable being operated upon is checked for one or more valid values. Note that since qualitative physics is being used to model the machine, all of the variables, including those which represent real world analog quantities, have a finite number of possible values. At the step 193, the variable is iteratively set to all of the possible values which the variable can take on. If at the step 193 the variable has not yet been set to all of. the possible values, control passes from the step 193 to a step 194 , where the variable value is propagated through the constraints. The step 194 is similar to the constraint propagation illustrated by the flowchart 180. Control passes from the step 194 to a step 195, where a test is made to determine whether propagating the assumed value for the unknown variable through the confluences has resulted in an inconsistency. Tf so, control passes from the step 195 back to the step 193 for another iteration on the variable (i.e. another value is chosen for the variable) . If propagating the variable value through the confluences does not result in an inconsistency, control passes from the step 195 to a step 196, where the value is added to a list of possible values for the variable. Control passes from the step 196 back to the step 193 in order to, begin testing another value for the variable.
After all of the possible values for the variable have been propagated through the w- confluences, control passes from the step 193 to a VNg 93/0631 P(:f/US92/Q542S

step 19?, where a test is made to determine if any of the predicted values for the variable have resulted in a consistent set of predictions. if there are no values for the variable which will result in a consistent set of predictions, control passes from the step 19? to a step 198, where the prediction table is pulled and executian is terminated. The hypothesis is not true because one of the variables can have no value which produces a consistent set of predictions. If there are pat zero predicted values, control passes from the step 19? to a step 199, where a test is made to determine if there is only one value far the variable which results in a consistent set of predictions. If so, control passes from the step 199 to the step 200, where the variable and the value are added to the fourth partial prediction table 158. If only one value of the variable results in a consistent set of predictions, the variable must equal that value for the hypothesis being tested to be true. Control passes from the step 200' and from the step 199 back to the iteration step 192 , where the next unknown variable is tested.
FIB. 10 is a dataflow diagram 230 which illustrates operation of the hypothesis generator 105, which generates hypotheses by a number of methods: The hypothesis generator 105 can create new hypotheses by expanding components associated with existing hypotheses from the saved hypotheses data element 99. The hypothesis generator 105 can create new hypotheses by assuming a greater number of simultaneous component failures. And, the _, .. - , ". , ., ,:. , WO 931~D0631 PC'f/US92/05~25 - 33 - , hypothesis generator 105 can pass existing hypotheses and associated predictions from the saved hypotheses data element 99 to the pending hypothesis data element 98.
Data from the test request data element 102 is provided to a hypothesis controller 232, which upon detecting that the test request data element 102 is empty, uses information from the model instance data element 106 to create new hypotheses by expanding, into subcomponents, the components associated with hypotheses from 'the saved hypotheses data element 99. For example, if the saved hypotheses data element 99 contains a single hypothesis which assumes that the machine power supply has failed, the hypothesis controller 232 would create a plurality of hypotheses corresponding to failure of the subcomponents of the power supply (e. g. capacitors, transformer, bridge rectifier, etc) . The hypothesis controller 232 can determine the subcomponents of a component because the model instance data element 106 contains data structures which identify the subcomponents of each compound component.
if the saved hypotheses data element 99 is empty, the hypothesis controller 232 writes data to the~continue testing query data element 107 in order to determine if the user wishes to continue failure isolation with a set of hypotheses having one more failed component than the previous set of 3 0 hypotheses . The user' s answer is provided in the ' continue testing answer data element 108 , which is provided as an input to the hypothesis controller VNO 93/00631. ~C.'T/~JS92/05425 n S , l 232 , which uses the answer to determine whether to continue generating hypotheses.

If the test request data element 102 is not empty (i.e. the intelligent test selection 100 has prompted the user to perform an observation) , the hypothesis controller 232 passes hypotheses from the saved hypotheses data element 99 to the pending hypothesis data element 98 for further testing by the hypothesis tester 96. A hypothesis which predicts a value far a variable which the user has been prompted to observe (i.e. the test stored in the test request data element 102 ) is not passed on since further testing could neither predict any ne~.~

values for the hypothesis nor eliminate the hypothesis. For example, suppose that the saved hypotheses data element 99 contains hypothesis A, which predicts a positive fluid flow through a particular conduit and hypothesis B which makes no prediction about the flow through the same Conduit.

If the test request data element 102 contains a prompt for the user to observe the fluid flow through the conduit, then the hypothesis controller 232 would pass hypothesis B to the pending hypothesis data element 98 (because hypothesis B

makes no prediction about the fluid flow) but would not pass hypothesis A to the pending hypothesis data e~.ement (because hypothesis A predicts a positive fluid flow through the conduit). Note that if the user actually observes a negative or a zero fluid flow through the conduit, the prediction tester 204 would eliminate hypothesis A from the saved hypotheses data element 99.

P~.'TlUS92/0~~'l~.
WO 93/00631 , 35 _ .
The hypothesis controller 232 stores hypotheses (either newly generated hypotheses or hypotheses from the sawed hypotheses data element 99) in a hypothesis storage data element 234. The hypothesis storage data element 234 is provided as an input to a confluence selector 236 which uses data from the model instance data element 106 to determine the model confluences for each hypothesis stored in the hypothesis storage data element 234.
The confluence selector 236 stores the confluences in a confluences data element 238.
The confluences data element 238 is provided as an input to a variable collector 240 which w determines the unique variables for each set of confluences and stores the output in a variables data element 242. The variables data element 242 and the confluences data element 238 are provided as inputs to a confluence cacher 244, which creates a cached confluences table, a table of confluences that can be indexed by each variable wherein each element of the table contains all of the confluences in which the index variable appears (e.g. variable V1 appears in confluences C1, C~, and C6, variable V2 appears in confluences C2. and CS, etc. ) . The cached confluences table is used by ' the hypothesis tester 96 to test hypotheses without having to search confluences for the occurrence of variables.
For newly created hypotheses, the variables data element 242 is provided as an input to a prediction table generator 246 which generates an empty prediction table. For hypotheses which axe obtained from the saved hypotheses data element 99, 'HVU 93!0063a _ - PCTlUS92l05425 r,..;

the already existing prediction table (,having same variable values already determined) is used. The output of the hypothesis generator 110, which is written to the pending hypothesis data element 98 , is a set of hypotheses (one at a time), an associated cached confluences table for each of the hypotheses, and an associated prediction table (which contains no values in the case of .newly generated hypotheses) for each of the hypotheses.
l0 FIG. 11 is a dataflow diagram 260 illustrating in detail operation of the Intelligent Test Selection 100. Input from the saved hypotheses data element 99 is provided to a test classifier 262.
The test classifier 262 examines the predictions associated with each hypothesis from the saved hypotheses data element 99 and classifies each or the variables into either a type I test, a type II
test, or a type III test, wherein a type I test is an observation that a user can perform which is guaranteed to allow at least one hypothesis from the saved hypotheses data element 99 to be discarded, a type II test is an observation that may or nay not allow a hypothesis to be discarded , and a type III test is an observation guaranteed not to allow a hypothesis to be discarded. The output of the test classifier.262 is stored in a classified tests data element 264.
As an example of test classification, suppose that the saved hypotheses data element 99 contaixis hypothesis A and hypothesis B, and that hypothesis A predicts that a particular current will be greater than or eaual to zero while hypothesis B
predicts that the same current will be less than ~, ~"~ PCT/L7S92/US42S

zero. The test classifier 262 would deem the current to be a type I test, since having the user observe (and input to the QRS) the current is guaranteed to eliminate either hypothesis A or hypothesis B, irrespective of the actual value of the current. Continuing the example, further assume that hypothesis A predicts a voltage greater than ar equal to zero at a particular point and that hypothesis B predicts a voltage less than or equal to zero at the same point. The test classifier 262 would deem the voltage measurement to be a type II
test since having the user observe the voltage may or may not eliminate either hypothesis A or hypothesis B. If the user measures a voltage of zero, then neither hypothesis A nor hypothesis B
can be eliminated but if the user measures a non-zero voltage, either hypothesis A or hypothesis B can be eliminated. Further continuing the example, assume that both hypothesis A and . 20 hypothesis B make no prediction about a particular fluid flow. Then the test classifier 262 would deem the fluid flow to be a type III test.
Input from the saved hypotheses data element 99 is provided to a test result payoff generator 2~6, which, for each possible value of each variable, determines the proportion of hypotheses from the saved hypotheses data element g9 that would be discarded if the variable equaled the particular value. For example, suppose that the saved hypotheses data element 99 contains ten hypotheses and that three of the hypotheses predict that a particular current will be positive or zero, w four of the hypotheses predict that the same ~v~ ~3roo63~ w~rr~s9zrosa2s ,. :. .
- 3$ -current will be negative, and the remaining three hypotheses make no prediction about the current.
The payoff for a positive current would be four tenths and the payoff for a negative current would be three tenths. The output of the test result payoff generator 266 is stored in a payoff data element 268.
Input from the saved hypotheses data element 99 and from the the component information data element 101 is provided to a hypothesis probability generator 270, which uses empirical component failure rate information from the component information data element 101 to predict the probable validity of each hypothesis from the saved hypotheses data element 99. Output from the hypothesis probability generator 270 is stored in the hypothesis probabilities data element 272.
The hypothesis probabilities data element 272 and the saved hypotheses data element 99 are provided as inputs to a test result probability generator 274 , which predicts the expected values that the user will observe far each variable. A
value of a variable which is predicted by a hypothes~.s having a high probability is more likely to be observed than a value of a variable which is predicted by a -hypothesis having a low. probability .
For example; assume that the saved hypotheses data element 99 contains hypothesis A which predicts that a particular fluid flow will be zero and hypothesis B which predicts that the' same fluid flow will not be zero. Further assume that hypothesis A is deemed by the hypothesis probability generator 270 to have an eighty percent PCT/U~92f05425 WO 93!00631 probability and hypothesis B is deemed by the hypothesis probability generator 270 to have a twenty percent probability. Then the test result probability generator 274 will determine that there is an eighty percent chance that the fluid flow will be observed by the user to be zero arid a twenty percent chance that the fluid flow will be observed by the user to be non-zero.
Output from the test result probabiiity generator 274 is stored in an expected probabilities data element 276 which, along with the payoffs data element 268, is provided as input to a test utility generator 278. For each variable, the test utility generator 278 determines the utility of having the user measure that variable by calculating the sum of the products of the expected probability arid the payoff for each value that the variable can have. For example, suppose a variable X had three possible values: minus, zero, and plus.
Further assume that the payoff far measuring the variable as minus is one tenth, the payoff for measuring. the variable as zero is two tenths and the payoff for measuring the variable as plus is six tents. Also assume that the probability that :~
is minus is twenty-five percent, the probability that X is zero is seventy percent, and the prabability that X is plus is five percent. The utility of measuring the variable X is determined by the following equation:
3o utility of x _ ~ . lox.2~~+t . 2ox.7o~+~ . box. o~~

WVO 93/00631 1PC f/US~2/05425 The output of the test utility generator 278 is stored in a test utility data element 230 which, along with data from the component information data Element 1.01, is provided as input to a test score generator 282. The test score generator 282 divides i~he test utility of each variable by the test time :Eor each variable ( from the component information data element 101) in order to provide a test score :for each variable which is stored in a test score data element 284. Far each of the variables, the test score generator 282 determines the desirability of prompting the user to observe the 'machine parameter represented by that variable. Far two variables having the same utility, the one which takes longer for the user to measure will have a lower test score. Furthermore, same variables, such as the internal frictional force of a mechanical part, may be impossible for the user to measure and will be assigned a test time which approaches infinity. 'A thorough discussion of theory and computation of utility can be found in Von Neumann, John and Morgenstern, Oskar Thearv of Games and Economic Behavior, Princeton, Princeton University Press, 3rd edition ( 1953 ) .
The test scores data element 284 and the 'classified tests data element 264 are provided as inputs to a test selector 286, which attempts to determine the best observation for the user to perform: The test selector 286 is also provided with a third input from a thresholds data element 288, whieh contains threshold values for each of the types of tests (for the current embodiment, the -threshold for type I tests is .5 and the threshold 'VSO 93/04631 ~ Pc; rov~~zio5azs _ ~m for type II tests is 100) . The test selector 236 chooses a type I test (i.e. a user abservation guaranteed to eliminate at least one hypothesis from the saved hypotheses data element 99) having th.e highest test score. However, if the highest scoring type l test has a score less than the threshold for type I tests, then the test selector 286 chooses the highest scoring type IT test having a test score higher than the threshald for type II
teats. If there are no type I or type II tests hewing a test score higher than the respective thresholds, the test selector 286 chooses no tests.
The output of the test selector 286 is written to the test request data element 102. Note that if the test selector 286 writes nothing to the test request data element 102, the hypothesis generator 105 detects that the test request data element 102 i;s empty and begins e~tpanding hypotheses from the saved hypotheses data element 99.
FIG: 12 is a dataflow diagram 300 illustrating a model builder, which produces the model instance data element 106 that is used by the QRS software.
The model instance data element 106 is constructed off-l~.ne, by running the model builder on a computer workstation, such as a Symbolics 3640 manufactured ' by Symbolics Inc,. of Burlington, Ma., and is then transferred to the PMA 30 to become part of the QRS
~~oftware .
Input to . the model builder is through a graphical user interface 302, which is described in detail in °'HELIX: A Helicopter Diagnostic System ~3ased on Qualitative Physics", Hamilton, Thomas P. , :Cnternational Journal of Artificial Intell-igence in W~ 93/00631 , , P~Gf/US92/05425 - :., , ;

Engineering, Vol. :;, No. 3 July, 1988, pp 141-150.
User input from the graphical user interface 302 is provided to a model constructor 3 04 , which processes the user input to produce a model component data file 306 to be stared on the disk of the workstation. The model component data file 306 contains definitions of elementary model components (i.e. terminals, variables and confluences of elementary components) and definitions of compound model components, which the user can create by interconnecting elementary components or by interconnecting other compound components. The data stored in the model component data file 306 is in the form of LISP expressions, the construction of which is known to those skilled in the art. The interconnections of the components in the component data file 306 define the model hierarchy so that at the lowest level of.the hierarchy are the elementary components and at the highest level of the hierarchy is a single compound component which repres4nts the machine being modeled.
The component data file 306 is provided as an . input to a model instantiator 3 08 , which , considering the specifics of model components, parameters, and connections, converts the component data file 306 -into a format optimized for processing by the QRS software on the P~IA 3 0 . The result ~f the conversion by the model instantiator 308 is output to an instance data file 310 , which is stored on the disk of the workstation and which can be transferred to the QRS software on the PMA
to become the model instance data element 106. The conversions performed by the instantiator 308 WO 93/00631 ~ ~ ~ '~ ~ ~ PCT/US92/d95425 include conversion of confluences from infix.
notation to prefix notation, extraction of keywords from conditional canfluences, presarting the variables used in~ each confluence for fast access, and converting the data types of variables from LISP lists of attributes to LISP symbols.
The instantiator 308 also reduces the number of constraints and variables of the model by constraint reduction. Constraint reduction involves examining the confluences of a component and eliminating simple confluences having the form V1 equals V2 or V1 equals -V2 where no more than one of the variables is a terminal variable (i.e.
describes a condition at the terminal of a 1~ component). The other variable may be a terminal cr a non°terminal variable. One non°terminal variable and the simple confluence are eliminated by substituting the other variable (or the negation of the other variable in the case of a simple confluence of the form V1 equals -V2 ) for the non°terminal variable in all of the confluences f:,r the component. One restriction is that the possible qualitat~:ve values for the non°terminal variable must be a subset of the possible qualitative values 2~ for the other variable.
The constraint reduction process begins at the lowest lesrel of the model hierarchy. Variables which are eliminated at the lowest level are also eliminated from higher levels of the hierarchy.
subsequent levels of the hierarchy, it is likely that more variables can be eliminated because variables which describe terminals at one level r..ay w-not describe terminals of components at a higher WO 93/00631 . , POf/1JS92/05425 4 : ~ ~.~.~,~.r' level of the model hierarchy. For example, ~:~any c~
the elementary component terminal variables cx a power supply become non-terminal variables when t:~e elementary components are grouped together.
For the QRS to operate properly, the instance data file 31o must contain a correct representation of the system which is being modeled. The instance data file 310 is provided as an input to a model.
tester 312, which interacts with the user via the graphical user interface 302 to exercise components of the instance data file 310. The model tester 312 exercises components by using qualitative physics to detect and diagnose failures or to generate operational states of a component, providing 1~ information to the user via 'the graphical user interface 302. For example, for a valve residing in the instance data file 310, the component tester 312 may generate a first state wherein the valve is closed and the flow out of the valve and the flow into the valve is zero, a second state wherein the valve is open, the flow into the valve is positive, and the flow out of the valve is positive, a third state wherein the valve is open, the flow into the valve is,negative and the flow out of the valve is' ' negative, and a fourth state wherein the valve is open, the flow into the valve is zero. and the flow out of the valve is also zero.
Generating states allows the user to debug a component model. If the user has provided too many .
constraints for the component, the model tester 312 will fail to generate all of the possible states for the component. For example, using the valve example from above, if the user erroneouslt,~

~w~o 93ioo~3p P~-rfusvarosaas provided too many constraints for the valve, the model tester 312 may have only generated three of the four operational states shown above. Similarly, if the user has provided too few consrraints, ~he :, model tester 312 may generate extra, illegal states. For example, using the valve example fro:,i above, if the user had not provided a constraint for the valve specifying that the flow in and out of the valve is zero when the valve is clased, the model tester 312 may have generated a state wherein the valve is closed and the flow in and flow out of the valve was a positive nan-zero value.
The user may also optionally create a test cases data file 314, which is stored on the disk oz the workstation. The~test cases data file 314 contains predetermined sets of assigned values for variables of components stored in the instance data file 320. For example, the test cases data file 314 may contain a first and second set of assigned variable values for an electrical resistor, wherein for the first set, the current through the resistor . is positive and the voltage across the resistor is positive and wherein for the second set the current through the resistor is negative and the voltage ~ across the resistor is also negative. Note that the test cases data file 314 need not contain all of the test cases for a particular component. For the resistor example above, the case wherein the current and voltage for the resistor ale zero is not used.
Furthermore, the test cases data file 314 may contain invalid cases, i.e. sets of values for variables of a component which violate the vvo ~~ioo~31 .. ~c~rm~~zios4zs ., ,. . .. .
~~ Q$~"~ _ ~6 ce~~uences of the component . For example , the test cases data file 314 may contain a case far a resistor wherein the voltage across the resistor is positive and the current through the resistor is negative. The test cases data file 314 is provided as an input to the component tester 312, which substitutes values from the predetermined sets of cases into variables of the component being tested.
The component tester 312 reports the result to the user via the user interface 302. A string, which is provided with each case in the test cases data file 314 by the user at creation time, is also reported to the user via the user interface 302 so that, ~or example, a string .for an invalid case would identify the case as such.
As an alternative to running the QRS on a single processor, it is possible to use multiple processors . Ref erring to FIG . 13 , a processor network 320 is comprised of a control processor 322, a first server processor 323, a second server processor 324, and an Nth server processor 325 which are interconnected via a bras 328. The processors 322-325 can be standalone computers such as Symbo~.ics 3 64 0 computer workstations. and the bus " 328 can be an ethernet interconnection. The processors 322-325 communicate over the bus 328 using the RPC protocol , a standard computer communications protocol known to those skilled in the art. The actual number, N, of server processors 323-325 used is a design choice based on a variety of functional factors, the basis of ~ahich will become more apparent hereinafter.

,, , ~: " . ; '::° . . . ,. , , P!CT/U592/05425 dV0 93/00631 _ 47 _ , The control processor 322 prompts the user nor input, determines which tests are optimum, generates hypotheses, etc. in the same manner as previously described herein far the pM~ 3 0 . The control processor 322 also provides pending hypotheses and observations to the server processors 323-325. Each of the server processors 323-325 evaluates one hypothesis at a time and returns the result to the control processor :i22.
The server processors 323-325 operate simultaneously so that the maximum number of hypotheses which can be evaluated simultaneousl~,~
ectuals the number of server processors 323-325.
Note. that the control processor 322 can also act Gs 1~ a server processor, and that in which case N, the number of actual server processors 323-325, can be zero.
Operation of each of the server processors 323-325 is similar to that shown for the hypothesis tester 96 of FIG. 4. The data transferred from the control processor 322 to the server processors 323-325 is similar to the data stored in the observations and pending hypotheses data elements 9~, 98 of FIG. 4. The data transferred from the 2~ server processors 323-325 to the control processor ' 322 is similar to the data stared in the saved hypothesis data element 99.
In one embodiment, the control processor 322 provides.a set of observations and a pending hypothesis to each of the server processors 323-325. The control processor 322 will keep providing hypotheses and observations to the server processors 323-325 as each of the server processors ~Vf~ 93/00631 , . P~1"/1JS92/05425 ;.

323-325 returns a result (and hence becomes free) .
The iteration is complete when the control processor 322 has no more hypotheses to provide and all of the server processors 323--325 are free.
Alternatively, the control processor 322 may set a maximum amount of time which a server processor is allowed to evaluate a hypothesis. In that case, a server processor which has not finished evaluating a hypothesis will be interrupted by the control processor 322 and will return a partially evaluated hypothesis having the predictions for variables computed up to that time.
A partially evaluated hypothesis will be treated as a verified hypothesis, i.e. a hypothesis which has 25 not been disproved, and wall be used to formulate a subsequent intelligent test selection and generate new hypotheses as described previously.
It is also possible to set a limit to the time between user queries, in which case each of the hypotheses will be provided with an initi al time limit equal to the query time limit times the number of hypothesis servers divided by number of hypotheses for the current iteration. After all of the hypotheses have been evaluated under the initial per hypothesis time limit, the control processor 322 can provide for cpntinued processing of partially evaluated hypotheses using whatever time remains. There may be time remaining because same of the hypotheses were evaluated in less time than the per hypothesis time limit. Note that instead of resubmitting the partially evaluated hypotheses, the control processor 322 may initially suspend evaluation of a hypothesis on one of the ~,,,s.' :,. : '. ' . :: ;
PCT/US92/0~425 W~ 93!00631 hypothesis servers 323-325 when the initial time runs out and then resume processing on the same server at the end if any time remains.
Another alternative is to process the returning hypotheses asynchronously. As non-nulled evaluated hypotheses are returned by the server processors 323-325, the intelligent test selection module determines, based on the hypotheses returned thus far, whether it is worthwhile (based on test scores, described in detail above) to prompt the user to make another observation. Pending hypotheses and new sets of observations are then provided by the control processor 322 to the server processors 323°325 that are not already evaluating a hypothesis. Further, the new sets of observations can be provided to those of the server processors 323-325 that were still evaluating hypotheses at the time when the new observation was made.
The processor network 320 can be used for diagnosis rather than troubleshooting, in which case no user observations will be entered and no test selection will take place. Tnstead, the network 320 will be provided with informatian from sensors which will be used to evaluate hypotheses and determine if something is wrong with the system (i.e. does the data from the sensor information validate a hypothesis which predicts that a component is non-operational). For the diagnosis system, the interuptibility of the hypothesis servers 323°325 would allow the control processor 322 to control the time between iterations. Note that the processor network 32~ can also be 'WO 93100631 ~. , PCf/~JS92/05425 . ~, , interrupted by an external source , such as a user or an unrelated process or processor.
Even though the invention has been illustrated using Symbolics 3640 computer workstations connected via an ethernet network, it is understood by those skilled in the art that the invention can be adapted to work on other types of computers interconnected differently than illustrated herein.
Similarly, the invention can be adapted by those skilled in the art to operate on a single computer having a plurality of interconnected processing means, such as microprocessors. The algorithms for scheduling hypothesis evaluation can be adapted or combined without departing from the spirit and scope of the invention.
Although the QRS software is shown as runniz°.g on the PMA 30, and model construction is .illustrated as running on a Symbol ics 3 64 0 workstation, it will be appreciated by those skilled in the art that either the QRS or the model construction can be supported on a variety of computing systems. Similarly, although the QRS
software is shown to be written in LISP, the invention may be practiced using any computer language capable of supporting the functionality required: Even though the failure isolation system illustrated herein uses a rule-based system prior to using the QRS, it will be appreciated by those skilled in the art that the QRS may be operated 3 0 without using the rule-based system at a11.
Even though aualitative physics is shown as being used far failure isolation and for model component debugging, it ~,aill be appreciated by _ WO 93/00631 f~ ~ ~ ~ ~ ~ PCT/US92/05425 those skilled in the art that qualitative physics can have many other applications beyond those illustrated herein. The invention can be used far failure isolation of any type of system that can be modeled qualitatively, and is not restricted to machines . Examples of such systems include , but are not limited to, economic systems, inventory systems, and physiological systems. Furthermore, aspects of the invention which relate tn 1,p improvements to qualitative physics modeling (such as core predictions, dynamic assumption ordering, and confluence caching) have applications beyond those illustrated herein. The constraint propagation aspects of core predictions and dynamic 15 assumption ordering can be used for invalidating inconsistent models (i.e. whenever a variable cannot take an any possible value without resulting in an inconsistent set of predictions) . Similarly, qualitative physics modeling can be used for 20 failure isolation without employing core predictions; dynamic assumption ordering, or c~nfluence caching, although the resulting failure isolation system is likely to perform in a degraded manner. Although dynamic assumption ordering is 25 illustrated herein as choosing variables which agapear ~.n the greatest number of target confluences for value substitution, it is possible to use a different scheme, such as choosing variables which appear in the second or third greatest. number of 30 target confluences, and still derive some of the benef its of dynamic assumption ordering .
The thresholds illustrated herein far the type I and type II tests of the intelligent test -:: .. ; ,_ :; . . . -: - ,.;: ..: . ,-.._.. : .. . :-. ~ .:. .°~ .t ::: : ~: . ;.w ,,,-<. ,.. . <,~. . . , , . ,, _. :_ . . ~ ". , .;. .. , . .. . :::

VVO 93!00631 , PCT/US92/05425 selection 100 may be changed. Similarly, the specific formulae used to calculate test scores, or the criteria used therein, may be modified without departing from the spirit and scope of the invention. The intelligent test selection 100 illustrated herein has other applications, beyond failure isolation, such as determining the best measurements for testing a component, and hence the placement of test points on the component, during the design of the component .
The ordering of the assumption of the number of simultaneous component failures illustrated herein (e. g. zero component failures, one component failure, two simultaneous component failures, etc.), and hence the ordering of hypothesis generation, may be modified without departing from the spirit and scope of the invention. Similarly, the step of prompting the user and determining the response whenever the number of components which are assumed to have simultaneously failed is increased, may be eliminated by having the QRS
automatically increase the number and continue failure isolation without informing the user. The QRS can operate on a model comprised entirely of 2~ elementary components and hence does not require the model, contained in the model instance data element 106, to be hierarchical.
Even though a single application for the model builder is illustrated herein (i.e. using the model builder to construct the model instance data element 106 c~f the QRS) , it will be appreciated by those skilled in the art that the model builder can have many other applications. A process different WCl 93/1D0631 ~ ~ ~ ~~ ~ PC'f/US92/05425 than the one illustrated herein can be used to create the model instance data element 106. also, the QRS can operate on model instances wherein only a subset of the optimizations illustrated herein (e. g. constraint reduction, extraction cf keywords, converting the data types of variables from LISP
lists of attributes to LISP symbols, etc.) are performed on the model by the instantiator 3 08 , but the result is likely to lead to a degradation in performance of the QRS. The QRS can also be configured to operate directly on the component data file 306, but such a system is likely to execute more slowly than the embodiment illustrated ' herein. The model instance can be tested using methods other than those illustrated herein.
Although the invention is illustrated by having the user make observations, it is possible to automate the observation acquisition process by providing a data connection between the PMA 3 0 and the machine on which failure isolation is being performed and by having the QRS software request the machine for information via the data connection and by having the machine provide information also via the data connection. Furthermore, the QRS may provide failure isolation without prompting the user far additional observations if , upon initialization wi h observations from the rule-based system, , the observations data element 94 contains asufficient amount of information to isolate a. machine failure to a single elementary component. Also, it is possible to provide failure isolation without the intelligent test selection 100 by using other methods (including random VdU 93/0Q631 PC'I~/'1~S92/05425 selection) to determine which observation to perform, but the result is likely to cause the QRS
to take a longer amount of time to isolate a machine failure.
Although the invention has been shown and described with respect to exemplary embodiments thereof , it should be understood by those skilled in the art that various changes, omissions and additions may be made therein and thereto, without departing from the spirit and the scope of the invention.

Claims (9)

Claims The embodiments of the invention in which an exclusive property or privilege is claimed are defined as follows:
1. A parallel processing qualitative reasoning system, comprising:
a plurality of interconnected server processors, for evaluating pending qualitative physics hypotheses, wherein each of said interconnected server processors terminates hypothesis evaluation and provides partially evaluated hypotheses for each hypothesis that cannot be evaluated in a predetermined amount of time; and a control processor, interconnected with said interconnected server processors, for providing either pending hypotheses or partially evaluated hypotheses to each of said interconnected server processors in response to each of said interconnected server processors evaluating or terminating evaluation of a previous hypothesis.
2. A parallel processing qualitative reasoning system, according to claim 1, wherein said control processor further comprises: means for asynchronously providing user observations, which are input at said control processor, to said server processors.
3. A parallel processing qualitative reasoning system, according to any one of claims 1 and 2, wherein said server processors and said control processor are computer workstations interconnected via an ethernet network.
4. A parallel processing qualitative reasoning system, according to any one of claims 1 to 3, wherein said partially evaluated hypotheses are treated the same as fully evaluated hypotheses.
5. A parallel processing qualitative reasoning system, comprising:
a plurality of interconnected server processors for evaluating pending qualitative physics hypotheses; and a control processor, interconnected with said server processors, for providing pending hypotheses to each of said server processors in response to each of said server processors finishing evaluating a previous hypothesis.
6. A parallel processing qualitative reasoning system, according to claim 5, wherein said control processor further comprises:
means for terminating server hypothesis evaluation in response to an external signal received at said control processor;
and wherein said server processors further comprise:

means for providing partially evaluated hypotheses in response to said control processor terminating server hypothesis evaluation.
7. A parallel processing qualitative reasoning system, according to claim 6, wherein said partially evaluated hypotheses are treated the same as fully evaluated hypotheses.
8. A parallel processing qualitative reasoning system, according to any one of claims 5 to 7, wherein said control processor further comprises:
means for asynchronously providing user observations, which are input at said control processor, to said server processors.
9. A parallel processing qualitative reasoning system, according to any one of claims 5 to 8, wherein said server processors and said control processor are computer workstations interconnected via an ethernet network.
CA002110897A 1991-06-28 1992-06-25 Parallel processing qualitative reasoning system Expired - Fee Related CA2110897C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US07/723,360 US5138694A (en) 1991-06-28 1991-06-28 Parallel processing qualitative reasoning system
US723,360 1991-06-28
PCT/US1992/005425 WO1993000631A1 (en) 1991-06-28 1992-06-25 Parallel processing qualitative reasoning system

Publications (2)

Publication Number Publication Date
CA2110897A1 CA2110897A1 (en) 1993-01-07
CA2110897C true CA2110897C (en) 2002-11-19

Family

ID=24905895

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002110897A Expired - Fee Related CA2110897C (en) 1991-06-28 1992-06-25 Parallel processing qualitative reasoning system

Country Status (9)

Country Link
US (1) US5138694A (en)
EP (1) EP0591428B1 (en)
JP (1) JPH06508949A (en)
KR (1) KR100266928B1 (en)
CA (1) CA2110897C (en)
DE (1) DE69223787T2 (en)
ES (1) ES2111643T3 (en)
GR (1) GR3026164T3 (en)
WO (1) WO1993000631A1 (en)

Families Citing this family (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2865682B2 (en) * 1988-12-23 1999-03-08 株式会社日立製作所 Information processing system and information processing method
US5604841A (en) * 1990-07-06 1997-02-18 United Technologies Corporation Hierarchical restructuring generic test templates and reusable value spaces for machine failure isolation using qualitative physics
WO1992014206A1 (en) * 1991-02-05 1992-08-20 Storage Technology Corporation Knowledge based machine initiated maintenance system
US5481650A (en) * 1992-06-30 1996-01-02 At&T Corp. Biased learning system
JP3226400B2 (en) * 1993-12-06 2001-11-05 富士通株式会社 Diagnostic device
US5537644A (en) * 1994-04-26 1996-07-16 United Technologies Corporation Machine failure isolation in multiple machine configurations using qualitative physics
US5522014A (en) * 1994-04-26 1996-05-28 United Technologies Corporation Intergrated qualitative/quantitative reasoning with enhanced core predictions and extended test procedures for machine failure isolation using qualitative physics
US5627945A (en) * 1994-10-07 1997-05-06 Lucent Technologies Inc. Biased learning system
US5732192A (en) * 1994-11-30 1998-03-24 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Global qualitative flow-path modeling for local state determination in simulation and analysis
US6157921A (en) * 1998-05-01 2000-12-05 Barnhill Technologies, Llc Enhancing knowledge discovery using support vector machines in a distributed network environment
US7805388B2 (en) * 1998-05-01 2010-09-28 Health Discovery Corporation Method for feature selection in a support vector machine using feature ranking
US7921068B2 (en) * 1998-05-01 2011-04-05 Health Discovery Corporation Data mining platform for knowledge discovery from heterogeneous data types and/or heterogeneous data sources
US6760715B1 (en) 1998-05-01 2004-07-06 Barnhill Technologies Llc Enhancing biological knowledge discovery using multiples support vector machines
WO2002095534A2 (en) * 2001-05-18 2002-11-28 Biowulf Technologies, Llc Methods for feature selection in a learning machine
US6789069B1 (en) 1998-05-01 2004-09-07 Biowulf Technologies Llc Method for enhancing knowledge discovered from biological data using a learning machine
US6882990B1 (en) * 1999-05-01 2005-04-19 Biowulf Technologies, Llc Methods of identifying biological patterns using multiple data sets
US7444308B2 (en) 2001-06-15 2008-10-28 Health Discovery Corporation Data mining platform for bioinformatics and other knowledge discovery
US6658395B1 (en) 1998-05-01 2003-12-02 Biowulf Technologies, L.L.C. Enhancing knowledge discovery from multiple data sets using multiple support vector machines
US7475048B2 (en) * 1998-05-01 2009-01-06 Health Discovery Corporation Pre-processed feature ranking for a support vector machine
US7117188B2 (en) * 1998-05-01 2006-10-03 Health Discovery Corporation Methods of identifying patterns in biological systems and uses thereof
US6321187B1 (en) 1998-12-22 2001-11-20 Hamilton Sundstrand Corporation System reliability assessment tool
ES2254182T3 (en) * 1999-05-25 2006-06-16 Health Discovery Corporation IMPROVEMENT OF KNOWLEDGE DISCOVERY FROM MULTIPLE DATA SETS USING MULTIPLE VECTOR SUPPORT MACHINES.
AU7359800A (en) * 1999-09-07 2001-04-10 Envive Corporation Method and apparatus for implementing an expandable network based expert system
US7970718B2 (en) * 2001-05-18 2011-06-28 Health Discovery Corporation Method for feature selection and for evaluating features identified as significant for classifying data
US7624074B2 (en) * 2000-08-07 2009-11-24 Health Discovery Corporation Methods for feature selection in a learning machine
US8543519B2 (en) 2000-08-07 2013-09-24 Health Discovery Corporation System and method for remote melanoma screening
WO2002021423A2 (en) * 2000-09-06 2002-03-14 Cellomics, Inc. Method and system for obtaining knowledge based recommendations
US20040215651A1 (en) * 2001-06-22 2004-10-28 Markowitz Victor M. Platform for management and mining of genomic data
DE10345384B3 (en) * 2003-09-30 2005-03-24 Infineon Technologies Ag Circuit system for computer memory arrangement has first and second circuit units connected to control device via first and second signal lines of differential signal line respectively
US20090266150A1 (en) * 2008-04-23 2009-10-29 Ari Novis Sensor criticality determination process
JP5645675B2 (en) * 2011-01-07 2014-12-24 三菱電機株式会社 Distributed simulation system
US9846885B1 (en) * 2014-04-30 2017-12-19 Intuit Inc. Method and system for comparing commercial entities based on purchase patterns
JP6911928B2 (en) * 2017-09-29 2021-07-28 日本電気株式会社 Hypothesis verification device, hypothesis verification method, and program
US11237802B1 (en) * 2020-07-20 2022-02-01 Bank Of America Corporation Architecture diagram analysis tool for software development
US11765789B1 (en) * 2021-02-08 2023-09-19 T-Mobile Usa, Inc. Intelligently managing automatic performance of distributed tests

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4649515A (en) * 1984-04-30 1987-03-10 Westinghouse Electric Corp. Methods and apparatus for system fault diagnosis and control
KR940001563B1 (en) * 1985-01-21 1994-02-24 가부시끼가이샤 히다찌세이사꾸쇼 Rule base system
US4868763A (en) * 1986-02-21 1989-09-19 Hitachi, Ltd. Knowledge-based system having plural processors
US4766534A (en) * 1986-10-16 1988-08-23 American Telephone And Telegraph Company, At&T Bell Laboratories Parallel processing network and method
US4837735A (en) * 1987-06-09 1989-06-06 Martin Marietta Energy Systems, Inc. Parallel machine architecture for production rule systems
US4965882A (en) * 1987-10-01 1990-10-23 Digital Equipment Corporation Method for operating a parallel processing system and related apparatus
US4914586A (en) * 1987-11-06 1990-04-03 Xerox Corporation Garbage collector for hypermedia systems

Also Published As

Publication number Publication date
GR3026164T3 (en) 1998-05-29
EP0591428B1 (en) 1997-12-29
CA2110897A1 (en) 1993-01-07
WO1993000631A1 (en) 1993-01-07
KR940701563A (en) 1994-05-28
US5138694A (en) 1992-08-11
JPH06508949A (en) 1994-10-06
DE69223787T2 (en) 1998-04-23
DE69223787D1 (en) 1998-02-05
EP0591428A1 (en) 1994-04-13
KR100266928B1 (en) 2000-09-15
ES2111643T3 (en) 1998-03-16

Similar Documents

Publication Publication Date Title
CA2110897C (en) Parallel processing qualitative reasoning system
Genesereth The use of design descriptions in automated diagnosis
EP0389595B1 (en) Expert system for diagnosing faults
US5522014A (en) Intergrated qualitative/quantitative reasoning with enhanced core predictions and extended test procedures for machine failure isolation using qualitative physics
Heitmeyer et al. Automated consistency checking of requirements specifications
De Kleer et al. Diagnosing multiple faults
Emerson Model Checking and the Mu-calculus.
US5187773A (en) Machine failure isolation using qualitative physics
US6868367B2 (en) Apparatus and method for event correlation and problem reporting
US4727545A (en) Method and apparatus for isolating faults in a digital logic circuit
Alba et al. Observations in using parallel and sequential evolutionary algorithms for automatic software testing
US5537644A (en) Machine failure isolation in multiple machine configurations using qualitative physics
US5604841A (en) Hierarchical restructuring generic test templates and reusable value spaces for machine failure isolation using qualitative physics
Hachtel et al. Verification algorithms for VLSI synthesis
US5353381A (en) Intelligent test selection for machine failure isolation using qualitative physics
EP0871126A2 (en) Machine failure isolation using qualitative physics
US5216749A (en) Core predictions for qualitative physics
WO1992001254A1 (en) Machine failure isolation using qualitative physics
CA2047034A1 (en) Machine failure isolation using qualitative physics
US20240003970A1 (en) Hybrid solver for integrated circuit diagnostics and testing
Hasegawa Parallel theorem-proving system: MGTP
Bidjan-Irani et al. Knowledge based tools for testability checking
Nilsson Qualitative model-based diagnosis—midas in g2
Alba-Torres et al. Observations in using parallel and sequential evolutionary algorithms for automatic software testing
Kumar et al. Development of expert system for the design of airborne equipment

Legal Events

Date Code Title Description
EEER Examination request
MKLA Lapsed