首页 > 最新文献

Proceedings of the Tenth Conference on Artificial Intelligence for Applications最新文献

英文 中文
Composition-based mapping of design plans into implementation-level architectures 设计计划到实现级体系结构的基于组合的映射
Pub Date : 1994-03-01 DOI: 10.1109/CAIA.1994.323627
Y. Nagai, S. Honiden
This paper describes a mapping method using composition for software reuse in object-oriented constraint programming (OOCP) languages. We discuss the mapping of design plans using an OOCP language. We also apply this mapping, using composition in an OOCP language, to a mechanical design problem and demonstrate the effectiveness of our approach.<>
本文描述了一种面向对象约束编程(OOCP)语言中基于组合的软件复用映射方法。我们使用OOCP语言讨论设计计划的映射。我们还使用OOCP语言中的组合将这种映射应用于机械设计问题,并证明了我们方法的有效性。
{"title":"Composition-based mapping of design plans into implementation-level architectures","authors":"Y. Nagai, S. Honiden","doi":"10.1109/CAIA.1994.323627","DOIUrl":"https://doi.org/10.1109/CAIA.1994.323627","url":null,"abstract":"This paper describes a mapping method using composition for software reuse in object-oriented constraint programming (OOCP) languages. We discuss the mapping of design plans using an OOCP language. We also apply this mapping, using composition in an OOCP language, to a mechanical design problem and demonstrate the effectiveness of our approach.<<ETX>>","PeriodicalId":297396,"journal":{"name":"Proceedings of the Tenth Conference on Artificial Intelligence for Applications","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126872400","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A knowledge-based approach to model idealization in FEM 基于知识的有限元模型理想化方法
Pub Date : 1994-03-01 DOI: 10.1109/CAIA.1994.323625
V. Prabhakar, S. Sheppard
Finite element analysis (FEA) pre-processing is considered to be an art-form requiring many years of experience before the necessary expertise can be obtained by human analysts to efficiently and reliable develop a numerical model. In the "real" world, design models rarely match the simplistic approach adopted in an academic environment to FEA. Complex 3D parts with intricate boundary and loading conditions are commonly dealt with. Model idealization is an important pre-processing phase of FEA, intended to create a simplified analysis geometry while accurately representing the design form, function and intent. A rule-based expert system named DESIDE-X has been developed which integrates object-oriented programming, a CSG feature-based design representation system and an idealization rule-system that uses heuristic and procedural methods to remove or simplify geometric features that are insignificant from the FEA perspective.<>
有限元分析(FEA)预处理被认为是一门艺术形式,需要多年的经验,才能由人类分析人员获得必要的专业知识,以有效和可靠地开发数值模型。在“真实的”世界中,设计模型很少与FEA的学术环境中采用的简单方法相匹配。具有复杂边界和加载条件的复杂三维零件是常见的问题。模型理想化是有限元分析的一个重要预处理阶段,旨在创建一个简化的分析几何,同时准确地表示设计形式、功能和意图。开发了基于规则的专家系统ide - x,该系统集成了面向对象编程、基于CSG特征的设计表示系统和理想化规则系统,该系统使用启发式和程序化方法去除或简化从有限元角度看无关紧要的几何特征。
{"title":"A knowledge-based approach to model idealization in FEM","authors":"V. Prabhakar, S. Sheppard","doi":"10.1109/CAIA.1994.323625","DOIUrl":"https://doi.org/10.1109/CAIA.1994.323625","url":null,"abstract":"Finite element analysis (FEA) pre-processing is considered to be an art-form requiring many years of experience before the necessary expertise can be obtained by human analysts to efficiently and reliable develop a numerical model. In the \"real\" world, design models rarely match the simplistic approach adopted in an academic environment to FEA. Complex 3D parts with intricate boundary and loading conditions are commonly dealt with. Model idealization is an important pre-processing phase of FEA, intended to create a simplified analysis geometry while accurately representing the design form, function and intent. A rule-based expert system named DESIDE-X has been developed which integrates object-oriented programming, a CSG feature-based design representation system and an idealization rule-system that uses heuristic and procedural methods to remove or simplify geometric features that are insignificant from the FEA perspective.<<ETX>>","PeriodicalId":297396,"journal":{"name":"Proceedings of the Tenth Conference on Artificial Intelligence for Applications","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128781616","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
Dependency analysis for knowledge validation in rule-based expert systems 基于规则的专家系统中知识验证的依赖分析
Pub Date : 1994-03-01 DOI: 10.1109/CAIA.1994.323657
Chih-Hung Wu, Shie-Jue Lee, Hung-Sen Chou
Keeping knowledge consistent is an important topic in the life cycle of developing expert systems. In this paper, we focus on some major problems in knowledge validation: redundancy, subsumption, cycles, conflict, and unnecessary conditions, and describe how these problems are solved in rule-based expert systems using dependency analysis. A rule-dependency graph is developed to describe the dependency relationship among the rules contained in a knowledge base. Since each type of inconsistent knowledge presents a specific topology in the rule-dependency graph, knowledge validation can be done by examining the structure of the graph. With the aid of the rule-dependency graph, we have developed a token-flow paradigm that identifies the inconsistent structure in the rule base. The idea is effective and can be easily implemented. Properties of our method are explored. Some practical examples are also presented.<>
保持知识的一致性是专家系统开发生命周期中的一个重要课题。本文重点讨论了知识验证中的一些主要问题:冗余、包容、循环、冲突和不必要的条件,并描述了如何在基于规则的专家系统中使用依赖分析来解决这些问题。建立了规则依赖图来描述知识库中包含的规则之间的依赖关系。由于每种类型的不一致知识在规则依赖图中表示特定的拓扑,因此可以通过检查图的结构来完成知识验证。在规则依赖图的帮助下,我们开发了一个标识规则库中不一致结构的令牌流范例。这个想法很有效,而且很容易实施。探讨了该方法的性质。并给出了一些实际的例子
{"title":"Dependency analysis for knowledge validation in rule-based expert systems","authors":"Chih-Hung Wu, Shie-Jue Lee, Hung-Sen Chou","doi":"10.1109/CAIA.1994.323657","DOIUrl":"https://doi.org/10.1109/CAIA.1994.323657","url":null,"abstract":"Keeping knowledge consistent is an important topic in the life cycle of developing expert systems. In this paper, we focus on some major problems in knowledge validation: redundancy, subsumption, cycles, conflict, and unnecessary conditions, and describe how these problems are solved in rule-based expert systems using dependency analysis. A rule-dependency graph is developed to describe the dependency relationship among the rules contained in a knowledge base. Since each type of inconsistent knowledge presents a specific topology in the rule-dependency graph, knowledge validation can be done by examining the structure of the graph. With the aid of the rule-dependency graph, we have developed a token-flow paradigm that identifies the inconsistent structure in the rule base. The idea is effective and can be easily implemented. Properties of our method are explored. Some practical examples are also presented.<<ETX>>","PeriodicalId":297396,"journal":{"name":"Proceedings of the Tenth Conference on Artificial Intelligence for Applications","volume":"34 16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116567869","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 14
OaSiS: integrating safety reasoning for decision support in oncology OaSiS:整合肿瘤学决策支持的安全推理
Pub Date : 1994-03-01 DOI: 10.1109/CAIA.1994.323675
P. Hammond
Oncologists manage the treatment of cancer patients under a variety of protocol-based clinical trials. Each trial requires data to be collected for monitoring efficacy and toxicity. The life-threatening nature of cancer and the toxicity of therapy emphasise the safety-critical nature of oncology. OaSiS provides decision support for protocol-based treatment of cancer and contributes to better data management and safer, more consistent application of protocols. It offers a highly graphical interface, employs logic-based problem-solving and is implemented in PROLOG.<>
肿瘤学家根据各种基于协议的临床试验来管理癌症患者的治疗。每次试验都需要收集数据以监测疗效和毒性。癌症危及生命的性质和治疗的毒性强调了肿瘤学的安全关键性质。OaSiS为基于协议的癌症治疗提供决策支持,并有助于更好的数据管理和更安全、更一致的协议应用。它提供了一个高度图形化的界面,采用基于逻辑的问题解决方法,并在PROLOG中实现。
{"title":"OaSiS: integrating safety reasoning for decision support in oncology","authors":"P. Hammond","doi":"10.1109/CAIA.1994.323675","DOIUrl":"https://doi.org/10.1109/CAIA.1994.323675","url":null,"abstract":"Oncologists manage the treatment of cancer patients under a variety of protocol-based clinical trials. Each trial requires data to be collected for monitoring efficacy and toxicity. The life-threatening nature of cancer and the toxicity of therapy emphasise the safety-critical nature of oncology. OaSiS provides decision support for protocol-based treatment of cancer and contributes to better data management and safer, more consistent application of protocols. It offers a highly graphical interface, employs logic-based problem-solving and is implemented in PROLOG.<<ETX>>","PeriodicalId":297396,"journal":{"name":"Proceedings of the Tenth Conference on Artificial Intelligence for Applications","volume":"19 6","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114042106","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
CASTOR: an expert advisor for testability enhancement of VLSI systems CASTOR:超大规模集成电路系统可测试性增强的专家顾问
Pub Date : 1994-03-01 DOI: 10.1109/CAIA.1994.323698
G. Bezzi, C. Bolchini, I. Bolzoni, M. Bombana, G. Buonanno, S. Cantu, P. Cavalloro, D. Sciuto, G. Zaza
Describes CASTOR (Computer Aided System Testability OptimizeR), which is able to support CAD designers in order to produce testable and efficient VLSI designs. Expert system and object oriented techniques have been used to describe, in a homogeneous framework, different device architectures, formalized testability conditions and design for testability techniques. The CASTOR architecture is modular, and its I/O interfaces are based on the standard description language VHDL, to allow industrial exploitation and easy encapsulation in commercial CAD frameworks. CASTOR has been tested on an industrial telecommunication device. Results and figures of merit are included. The main contribution of this novel approach is the support provided by such an automatic tool to the common designer who does not have specific knowledge of testability items.<>
描述CASTOR(计算机辅助系统可测试性优化器),它能够支持CAD设计人员,以产生可测试和高效的VLSI设计。专家系统和面向对象技术被用来在一个同构的框架中描述不同的设备架构、形式化的可测试性条件和可测试性技术的设计。CASTOR体系结构是模块化的,其I/O接口基于标准描述语言VHDL,允许工业开发和易于封装在商业CAD框架中。CASTOR已在工业电信设备上进行了测试。结果和功绩数字包括在内。这种新方法的主要贡献是这种自动工具为没有可测试性项目的特定知识的普通设计人员提供了支持。
{"title":"CASTOR: an expert advisor for testability enhancement of VLSI systems","authors":"G. Bezzi, C. Bolchini, I. Bolzoni, M. Bombana, G. Buonanno, S. Cantu, P. Cavalloro, D. Sciuto, G. Zaza","doi":"10.1109/CAIA.1994.323698","DOIUrl":"https://doi.org/10.1109/CAIA.1994.323698","url":null,"abstract":"Describes CASTOR (Computer Aided System Testability OptimizeR), which is able to support CAD designers in order to produce testable and efficient VLSI designs. Expert system and object oriented techniques have been used to describe, in a homogeneous framework, different device architectures, formalized testability conditions and design for testability techniques. The CASTOR architecture is modular, and its I/O interfaces are based on the standard description language VHDL, to allow industrial exploitation and easy encapsulation in commercial CAD frameworks. CASTOR has been tested on an industrial telecommunication device. Results and figures of merit are included. The main contribution of this novel approach is the support provided by such an automatic tool to the common designer who does not have specific knowledge of testability items.<<ETX>>","PeriodicalId":297396,"journal":{"name":"Proceedings of the Tenth Conference on Artificial Intelligence for Applications","volume":"27 3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124436944","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Genetic algorithms for partitioning air space 空域划分的遗传算法
Pub Date : 1994-03-01 DOI: 10.1109/CAIA.1994.323662
D. Delahaye, J. Alliot, Marc Schoenauer, J. Farges
In this paper, we show how genetic algorithms can be used to compute automatically a balanced sectoring of air-space to increase air traffic control capacity in high density areas.<>
在本文中,我们展示了如何使用遗传算法来自动计算空域的平衡划分,以增加高密度区域的空中交通管制能力。
{"title":"Genetic algorithms for partitioning air space","authors":"D. Delahaye, J. Alliot, Marc Schoenauer, J. Farges","doi":"10.1109/CAIA.1994.323662","DOIUrl":"https://doi.org/10.1109/CAIA.1994.323662","url":null,"abstract":"In this paper, we show how genetic algorithms can be used to compute automatically a balanced sectoring of air-space to increase air traffic control capacity in high density areas.<<ETX>>","PeriodicalId":297396,"journal":{"name":"Proceedings of the Tenth Conference on Artificial Intelligence for Applications","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121038535","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 58
Integrating causal and coarse grain temporal reasoning in a model based control system 在基于模型的控制系统中集成因果推理和粗粒度时间推理
Pub Date : 1994-03-01 DOI: 10.1109/CAIA.1994.323649
F. Ramparany, R. Zigman, R. Yap
Monitoring and controlling the processes of complex and geographically distributed systems requires a robust modeling of the behaviour of the systems in terms of causal relationships among its state variables, and the handling of temporal delays that may span an event and its causal influences throughout the system. In this paper, we explain how we have integrated the functionalities of a constraint management system and a temporal database system, to enable a model-based control of systems that exhibit large delays between the events characterizing their behaviour. Our approach has been applied to build a knowledge-based system for assisting central heating operators to optimize the efficiency and profitability of the heating process.<>
监视和控制复杂和地理分布系统的过程需要根据其状态变量之间的因果关系对系统的行为进行稳健的建模,并处理可能跨越事件及其在整个系统中的因果影响的时间延迟。在本文中,我们解释了我们如何集成约束管理系统和时态数据库系统的功能,以实现基于模型的系统控制,这些系统在表征其行为的事件之间表现出较大的延迟。我们的方法已被应用于建立一个以知识为基础的系统,以协助中央供暖运营商优化供暖过程的效率和盈利能力。
{"title":"Integrating causal and coarse grain temporal reasoning in a model based control system","authors":"F. Ramparany, R. Zigman, R. Yap","doi":"10.1109/CAIA.1994.323649","DOIUrl":"https://doi.org/10.1109/CAIA.1994.323649","url":null,"abstract":"Monitoring and controlling the processes of complex and geographically distributed systems requires a robust modeling of the behaviour of the systems in terms of causal relationships among its state variables, and the handling of temporal delays that may span an event and its causal influences throughout the system. In this paper, we explain how we have integrated the functionalities of a constraint management system and a temporal database system, to enable a model-based control of systems that exhibit large delays between the events characterizing their behaviour. Our approach has been applied to build a knowledge-based system for assisting central heating operators to optimize the efficiency and profitability of the heating process.<<ETX>>","PeriodicalId":297396,"journal":{"name":"Proceedings of the Tenth Conference on Artificial Intelligence for Applications","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116818724","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A case-based design aid for conceptual design of aircraft subsystems 基于实例的飞机子系统概念设计辅助工具
Pub Date : 1994-03-01 DOI: 10.1109/CAIA.1994.323691
E. Domeshek, M. Herndon, A. Bennett, J. Kolodner
This paper describes MIDAS (a memory for initial design of aircraft subsystems), a system that applies insights and techniques from case-based reasoning (CBR) to aid engineers in the design of utility subsystems early in the development of a new aircraft concept. Our goal is to demonstrate the usefulness and practicality of a particular approach to building a corporate design memory. MIDAS is an instance of a general class of systems we call Case-Based Design Aids (CBDAs). A CBDA provides a designer with convenient access to multimedia presentations that highlight the outstanding good and bad points of previous designs. MIDAS was developed as a joint project of the Georgia Tech AI Lab and Lockheed Aeronautical Systems Company's Advanced Design Division. It is the first CBDA to be built largely by domain experts; the AI team primarily provided an (evolving) tool kit, and advice.<>
本文描述了MIDAS(飞机子系统初始设计的记忆),这是一个应用基于案例推理(CBR)的见解和技术来帮助工程师在新飞机概念开发的早期设计实用子系统的系统。我们的目标是演示构建企业设计记忆的特定方法的有用性和实用性。MIDAS是我们称为基于案例的设计辅助(cbda)的一类通用系统的一个实例。CBDA为设计师提供了方便的多媒体演示文稿,这些演示文稿突出了以前设计的突出优点和缺点。MIDAS是佐治亚理工学院人工智能实验室和洛克希德航空系统公司高级设计部的联合项目。这是第一个主要由领域专家构建的CBDA;人工智能团队主要提供了一个(不断发展的)工具包和建议。
{"title":"A case-based design aid for conceptual design of aircraft subsystems","authors":"E. Domeshek, M. Herndon, A. Bennett, J. Kolodner","doi":"10.1109/CAIA.1994.323691","DOIUrl":"https://doi.org/10.1109/CAIA.1994.323691","url":null,"abstract":"This paper describes MIDAS (a memory for initial design of aircraft subsystems), a system that applies insights and techniques from case-based reasoning (CBR) to aid engineers in the design of utility subsystems early in the development of a new aircraft concept. Our goal is to demonstrate the usefulness and practicality of a particular approach to building a corporate design memory. MIDAS is an instance of a general class of systems we call Case-Based Design Aids (CBDAs). A CBDA provides a designer with convenient access to multimedia presentations that highlight the outstanding good and bad points of previous designs. MIDAS was developed as a joint project of the Georgia Tech AI Lab and Lockheed Aeronautical Systems Company's Advanced Design Division. It is the first CBDA to be built largely by domain experts; the AI team primarily provided an (evolving) tool kit, and advice.<<ETX>>","PeriodicalId":297396,"journal":{"name":"Proceedings of the Tenth Conference on Artificial Intelligence for Applications","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125588317","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 31
Principled modeling and automatic classification of functional requirements for improved reusability of the design of knowledge-based systems 为提高知识系统设计的可重用性,对功能需求进行原则性建模和自动分类
Pub Date : 1994-03-01 DOI: 10.1109/CAIA.1994.323620
J. Yen, S. Teh, W.M. Lively
One of the major issues in modeling expert systems (ESs) for enhanced reusability is capturing a high-level view of their operations. Principled knowledge representation schemes have been used to model components of complex software systems. However, the potential for applying these principled modeling techniques to explicitly capture the functional requirements of ESs has not been fully explored. This paper investigates issues and provides solutions to the use of an AI knowledge representation scheme for developing an ontology of the software components to facilitate their classification and retrieval. Its benefits are demonstrated using two real world knowledge-based systems.<>
为增强可重用性而对专家系统(ESs)建模的主要问题之一是获取其操作的高级视图。有原则的知识表示方案已被用于复杂软件系统的组件建模。然而,应用这些原则性建模技术来显式捕获ESs的功能需求的潜力还没有得到充分的探索。本文研究了使用人工智能知识表示方案开发软件组件本体的问题,并提供了解决方案,以方便其分类和检索。它的好处是通过两个真实世界的基于知识的系统来证明的。
{"title":"Principled modeling and automatic classification of functional requirements for improved reusability of the design of knowledge-based systems","authors":"J. Yen, S. Teh, W.M. Lively","doi":"10.1109/CAIA.1994.323620","DOIUrl":"https://doi.org/10.1109/CAIA.1994.323620","url":null,"abstract":"One of the major issues in modeling expert systems (ESs) for enhanced reusability is capturing a high-level view of their operations. Principled knowledge representation schemes have been used to model components of complex software systems. However, the potential for applying these principled modeling techniques to explicitly capture the functional requirements of ESs has not been fully explored. This paper investigates issues and provides solutions to the use of an AI knowledge representation scheme for developing an ontology of the software components to facilitate their classification and retrieval. Its benefits are demonstrated using two real world knowledge-based systems.<<ETX>>","PeriodicalId":297396,"journal":{"name":"Proceedings of the Tenth Conference on Artificial Intelligence for Applications","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128105468","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
On the design of an adaptive meeting scheduler 关于一个自适应会议调度程序的设计
Pub Date : 1994-03-01 DOI: 10.1109/CAIA.1994.323694
S. Sen, E. Durfee
We present design considerations for an automated meeting scheduling agent that processes meeting requests on behalf of its associated user. In our formulation of the meeting scheduling problem, distributed meeting scheduling agents, one per user, intelligently exchange information with each other to schedule meetings without compromising user-specified constraints. In this paper, we first enumerate various strategies we have investigated to focus distributed negotiation between scheduling agents. Next, we demonstrate the necessity for such a scheduler to be adaptive in its choice of options for the various strategy dimensions, so that it can perform effectively over time. In order to build an adaptive scheduler that can effectively choose from available strategy options, we develop quantitative performance estimates of these options using detailed probabilistic analysis. Results from these analyses are used to provide guidelines to choose the most appropriate strategy combination given current environmental conditions and local problem-solving states.<>
我们介绍了代表其关联用户处理会议请求的自动会议调度代理的设计注意事项。在我们的会议调度问题的表述中,每个用户一个分布式会议调度代理,在不影响用户指定约束的情况下,智能地相互交换信息来调度会议。在本文中,我们首先列举了我们研究的各种策略来关注调度代理之间的分布式协商。接下来,我们将演示这样一个调度器在选择各种策略维度的选项时具有适应性的必要性,以便它能够随着时间的推移有效地执行。为了构建一个能够有效地从可用策略选项中进行选择的自适应调度程序,我们使用详细的概率分析对这些选项进行了定量的性能估计。从这些分析的结果是用来提供指导,以选择最合适的策略组合给定当前的环境条件和当地的问题解决状态
{"title":"On the design of an adaptive meeting scheduler","authors":"S. Sen, E. Durfee","doi":"10.1109/CAIA.1994.323694","DOIUrl":"https://doi.org/10.1109/CAIA.1994.323694","url":null,"abstract":"We present design considerations for an automated meeting scheduling agent that processes meeting requests on behalf of its associated user. In our formulation of the meeting scheduling problem, distributed meeting scheduling agents, one per user, intelligently exchange information with each other to schedule meetings without compromising user-specified constraints. In this paper, we first enumerate various strategies we have investigated to focus distributed negotiation between scheduling agents. Next, we demonstrate the necessity for such a scheduler to be adaptive in its choice of options for the various strategy dimensions, so that it can perform effectively over time. In order to build an adaptive scheduler that can effectively choose from available strategy options, we develop quantitative performance estimates of these options using detailed probabilistic analysis. Results from these analyses are used to provide guidelines to choose the most appropriate strategy combination given current environmental conditions and local problem-solving states.<<ETX>>","PeriodicalId":297396,"journal":{"name":"Proceedings of the Tenth Conference on Artificial Intelligence for Applications","volume":"105 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126015252","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 83
期刊
Proceedings of the Tenth Conference on Artificial Intelligence for Applications
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1