scispace - formally typeset
Search or ask a question
Journal ArticleDOI

R1: a rule-based configurer of computer systems

01 Sep 1982-Artificial Intelligence (Elsevier)-Vol. 19, Iss: 1, pp 39-88
TL;DR: R1 is a program that configures VAX-11/780 computer systems and uses Match as its principal problem solving method; it has sufficient knowledge of the configuration domain and of the peculiarities of the various configuration constraints that at each step in the configuration process, it simply recognizes what to do.
About: This article is published in Artificial Intelligence.The article was published on 1982-09-01. It has received 1001 citations till now. The article focuses on the topics: Configuration Management (ITSM) & Knowledge-based configuration.
Citations
More filters
Journal ArticleDOI
TL;DR: In this paper, Wang and Vande Vate developed an efficient and effective heuristic approach which is an extension of the strategy developed by Wang and Vate [1] for question asking in expert systems with Horn clause rule bases.

5 citations

Journal ArticleDOI
TL;DR: This machine is crafted to operate as a part of a larger system driven by a human designer and its ability to adjust problem-solving control strategies, perform automated redesign following specification changes, and resolve constraint violations using domain knowledge is described.
Abstract: In this report the architecture of an intelligent design machine capable of performing routine design in different design domains is described. This machine is crafted to operate as a part of a larger system driven by a human designer. Notable features are its use of best-first search strategies for problem-solving control and its ability to adjust problem-solving control strategies, perform automated redesign following specification changes, and resolve constraint violations using domain knowledge. The claims made for this machine are analyzed and it is argued that these claims are founded on established principles of design for intelligent systems. An implementation of this architecture in a rule-based system named Proteus is discussed and its operation is examined using as an example the domain of register-transfer-level computer design.

5 citations

01 Jan 1989
TL;DR: Two formalisms for search in a geometric design space, structure Grammars and solid grammars, are introduced and three major parts in which are discussed are discussed: 1) search in an designspace, 2) structure grammARS, and 3) solid gramMars.
Abstract: One of the goals of design research is the creation of systems that can be active participants in the design process, in contrast to many current systems that are primarily passive repositories of information. A number of techniques have been employed for these purposes, including constraint satisfaction, synthesis by analogy, prototype refinement and search in a space of designs; the last of these is the subject of this paper. Two formalisms for search in a geometric design space, structure grammars and solid grammars, are introduced. This work has been supported by the Engineering Design Research Center, an NSF Engineering Research Center, University Libraries Carnegie Mellon University Pittsburgh, Pennsylvania 15213 Geometric Design Spaces Robert F. Woodbury/ Chris N. Carlson, Jeff A, Heisserman Department of Architecture Carnegie-Mellon University Pittsburgh, Pa. USA, 15213 One of the goals of CAD research is the creation of systems that can be active participants in the design process, in contrast to many current systems which are primarily passive repositories of information. This active role can occur in a variety of ways [Galle81, Woodbury87], from the automated evaluation of designs to complete design automation, with more elaborate tlieoretical foundations required as complete automation is approached. A significant boundary is crossed in this spectrum when a machine is used to suggest alternatives; to generate configurations that may satisfy a design problem. A number of techniques have been employed for these purposes, including constraint satisfaction, sysnthesis by analogy, prototype refinement and search in a space of designs. The last of these, search in a space of designs, is the subject of this paper. This paper has three major parts in which are discussed: 1) search in a design space, 2) structure grammars, and 3) solid grammars. 1 Search in a design space Design can be conceived of as search in a space of possible designs. In this paradigm an agent (human or machine) performs design by applying operators to representational states to produce new representational states, until some criterion for completion has been satisfied. The search is incremental, in the sense that the design agent makes only small changes to the representation content on any particular state transition. A design space consists of (in analogy to thejproblem space of Newell and Simon [Newell72]): A representation scheme for designed artifacts. This representation scheme ideally is syntactically well-formed (or valid), that is, every representation within the scheme denotes a realistic artifact and every realistic artifact may be denoted by a representation within the scheme. A representation scheme may also be based upon classes rather than instances. In this case, a representation within the scheme denotes not a single realistic artifact, but an entire family of similar artifacts. A set of constructive operators on the representation scheme. These operators should be both closed and complete, that is, every application of an operator produces a well-formed output (consistent with the representation scheme) if given * First author's telephone number (412) 268-8853, and email address rw@cad.cs.cmu.edu. a well-formed input and every well-formed representation may be produced by a series of operators. A less formal, but crucial, condition on the operators is that they have semantic relevance to the design process ar hand; that each operator corresponds to a meaningful state transition in the space of representations. Several other properties of operators are useful depending upon the type of search used. If the operators are monotonic, that is the application of an operator does not change any previously established facts in a representation, then a pruning strategy based on representational state can be used. If die operators are non-redundant y that is that any particular point in the design space can be reached by only one sequence of operators, then the efficiency of an exhaustive search strategy can be improved. An initial state of a design problem. This is an instance (or set of instances) of a well-formed representation and is taken as a starting point for the search. A design problem, which is specified as a statement of goals that a solution must satisfy if it is to be considered successful. In most real design problems these goals may be quite vague. Since the goals describe conditions that must be met in a design state, evaluating the goals against a state implies an ability to ask questions of a design representation. These take the form of a set of queries on the design representation. These queries, though limited by the information carried in the design representation, should be able to supply all information relevant to goal evaluation. A set of knowledge which may be applied to a given design problem. This knowledge is used (and maintained) by the design agent in determining control of the search. Its use depends upon the same set of queries that is used to compare a design state against a set of goals. Design spaces that display these properties are usually not simple to find, although a wellestablished paradgim for them has been developed in the domain of architectural floor layout (Flemming85). Those parts of the representation and operators that pertain to geometry usually present the largest difficulty in development of a design space. In this paper we present two approaches to the development of geometrically based design spaces: one based on entities we call spatial structures, and the other based upon the well-known paradigm of solids modeling. Spatial structures describe spatial relationships between point sets while solids models provide a means of representation for point sets in two and three dimensional space. 2 Spatial Structure Grammars 2.1 Prologue The spatial structure of an object is embodied in the spatial relationships between its parts. Spatial structure grammars provide a formalism for representing structure as abstracted from the constitutions of component parts, and a production system mechanism for generating families of spatial structures. A spatial structure is an unordered set of ordered pairs. The first member of each pair is a symbol that represents a part, and the second a transformation that specifies the orientation of the part with respect to a common reference. This representation, sufficient to represent an arbitrary N-dimensional spatial configuration of discrete parts, is closed with respect to the standard set operations such as union and set difference, and with respect to the transformation functions that relate substructures. Transformations may be broadly defined to include shape-distorting and non-Euclidean functions. A language of structures is defined procedurally by the action of a set of productions, formulated as rewrite rules, on an initial structure. When the left-hand side of a production matches a substructure in a structure, the substructure is replaced by the production's righthand structure . Any structure that can be derived by the application of some sequence of productions in the grammar to the initial structure is a member of the language, provided it contains only "terminal" parts. The structure grammar formalism provides a basis for characterizing classes of structures that is analogous to Chomsky's phrase structure grammars for symbol strings. Much of the experience gained with implementations of production systems in other domains may be directly applicable to implementations of structure grammar interpreters. It is hoped that fast algorithms and symbolic processing hardware will eventually make interactive graphic tools for structure space explorations a practicaility. 2.2 Definitions and notation Spatial Structures A spatial structure a is a finite set of structure elements: ex = {(aj, / i ) , (a2,/2) (an,/n)J. Each element in the structure is an ordered pair consisting of a symbol aj taken from an alphabet S, and a transformation/i which together express the identity and orientation of a part of the structure. A realization of a structure is obtained by mapping its symbols into point sets in some N-dimensional space, R. By taking the union of these point sets under their corresponding orientation transformations, a new point set is obtained that may be interpreted as ink on a page, or the material makeup of a three-dimensional object, according to the dimensionality of the space. Realization of structures is made precise with the following definitions. Let^ be a mapping of the symbols of S into their corresponding point sets. Then the realization of a structure a is the point set

5 citations

Proceedings Article
11 Aug 1986
TL;DR: This paper describes how knowledge acquisition is eased through the use of a configuration language which is specially designed to represent the various knowledge sources for configuration, how knowledge encoding and modification may be aided by the knowledge engineer assistant module, and how the development of user interface may be aid by a generic user interface generator.
Abstract: This paper describes an integrated programming environment which is specially tailored to the development of knowledge-based system configurators. It is designed with three major objectives: to provide an integrated representational framework for the various knowledge sources relevant to the configuration task, to assist a knowledge engineer in the development and administration of the knowledge base, and to aid a knowledge engineer in the actual construction of a system configurator. Particular attention is placed on the engineering aspects of the system construction process. Specifically, we describe how knowledge acquisition is eased through the use of a configuration language which is specially designed to represent the various knowledge sources for configuration, how knowledge encoding and modification may be aided by the knowledge engineer assistant module, and how the development of user interface may be aided by a generic user interface generator. A prototype of the special purpose environment is implemented on a XEROX 1108 workstation and is being used to develop configuration expert systems at Honeywell.

5 citations


Cites background or methods from "R1: a rule-based configurer of comp..."

  • ...Rl (McDermott, 1982) was developed before XSEL (McDermott, 1982) and thus are sometimes viewed as separate systems....

    [...]

  • ...McDermott J., “XSEL: A Computer Sales Person’s Assistant”, Machine Intelligence, 10, 1982....

    [...]

  • ...In recent years, expert system technology has been applied successfully to the construction of automatic system configurators such as Rl/XCON (McDermott, 1982), OCEAN (Szolovits, 1985), ISC (Wu, 1985), and SYSCON (Rolston, 1985)....

    [...]

  • ...This problem is first studied by McDermott in his seminal paper (McDermott, 1982) where he demonstrated that this can be solved by a rule-based system using only forward chaining....

    [...]

Book ChapterDOI
01 Jan 1986
TL;DR: The system architecture and preliminary implementation of an Intelligent DRILLing station design expert system (IDRILL) is presented, which is modeled as five sequential subgoals with several unordered tasks within each subgoal.
Abstract: This paper presents the system architecture and preliminary implementation of an Intelligent DRILLing station design expert system (IDRILL). The entire design process is modeled as five sequential subgoals with several unordered tasks within each subgoal. Also described are knowledge classification categories and a knowledge “map” developed to organize the knowledge base and assist in system implementation. Several IDRILL rules written in the M.1 syntax are included. Finally, the significance and future extensions of the IDRILL system are presented.

5 citations

References
More filters
Journal ArticleDOI
TL;DR: The Rete Match Algorithm is an efficient method for comparing a large collection of patterns to a largeCollection of objects that finds all the objects that match each pattern.

2,562 citations

Journal ArticleDOI
TL;DR: The MYCIN system has begun to exhibit a high level of performance as a consultant on the difficult task of selecting antibiotic therapy for bacteremia and issues of representation and design for the system are discussed.

619 citations

Proceedings Article
22 Aug 1977
TL;DR: Some of the issues that bear on the design of production system languages are explored and the adequacy of OPS is tried to show for its intended purpose.
Abstract: It has been claimed that production systems have several advantages over other representational schemes. These include the potential for general self-augmentation (i.e., learning of new behavior) and the ability to function in complex environments. The production system language, OPS, was implemented to test these claims. In this paper we explore some of the issues that bear on the design of production system languages and try to show the adequacy of OPS for its intended purpose.

173 citations

Book ChapterDOI
01 Jan 1978
TL;DR: In this article, the authors explore the role of conflict resolution in providing support for production systems designed to function and grow in environments that make large numbers of different, sometimes competing, and sometimes unexpected demands.
Abstract: Production systems designed to function and grow in environments that make large numbers of different, sometimes competing, and sometimes unexpected demands require support from their interpreters that is qualitatively different from the support required by systems that can be carefully hand crafted to function in constrained environments. In this chapter we explore the role of conflict resolution in providing such support Using criteria developed here, we evaluate both individual conflict resolution rules and strategies that make use of several rules.

102 citations

Journal ArticleDOI
TL;DR: The role of conflict resolution in providing support for production systems designed to function and grow in environments that make large numbers of different, sometimes competing, and sometimes unexpected demands is explored.
Abstract: Production systems designed to function and grow in environments that make large numbers of different, sometimes competing, and sometimes unexpected demands require support from their interpreters that is qualitatively different from the support required by systems that can be carefully hand crafted to function in constrained environments. In this paper we explore the role of conflict resolution in providing such support. Using criteria developed in the paper, we evaluate both individual conflict resolution rules and strategies that make use of several rules.

102 citations