期刊文献+
共找到6篇文章
< 1 >
每页显示 20 50 100
动态规划求解中国象棋状态总数 被引量:2
1
作者 魏印福 李舟军 《智能系统学报》 CSCD 北大核心 2019年第1期108-114,共7页
中国象棋空间复杂度是分析中国象棋博弈难度的重要指标,中国象棋空间复杂度分析是一个计数问题,即求解中国象棋状态总数。根据中国象棋棋子的着法特征,该问题可分解为若干子问题,利用动态规划分别解决这些子问题,能够求出中国象棋状态... 中国象棋空间复杂度是分析中国象棋博弈难度的重要指标,中国象棋空间复杂度分析是一个计数问题,即求解中国象棋状态总数。根据中国象棋棋子的着法特征,该问题可分解为若干子问题,利用动态规划分别解决这些子问题,能够求出中国象棋状态总数的精确解。实验得出中国象棋状态总数约为7.54×10^(39.88),过去许多文献描述的中国象棋状态总数是不准确的,远远高估了中国象棋状态总数。基于动态规划的计数方法也可以用于计算其他棋类的空间复杂度,也能够用于寻找空间复杂度较低的残局棋型,为构建中国象棋残局库提供依据。 展开更多
关键词 计算机博弈 中国象棋 组合计数 空间复杂度 动态规划 计数算法 问题求解 状态空间
下载PDF
An EFSM-Based Test Data Generation Approach in Model-Based Testing
2
作者 Muhammad Luqman Mohd-Shafie Wan Mohd Nasir Wan Kadir +3 位作者 Muhammad Khatibsyarbini Mohd Adham Isa Israr Ghani Husni Ruslai 《Computers, Materials & Continua》 SCIE EI 2022年第6期4337-4354,共18页
Testing is an integral part of software development.Current fastpaced system developments have rendered traditional testing techniques obsolete.Therefore,automated testing techniques are needed to adapt to such system... Testing is an integral part of software development.Current fastpaced system developments have rendered traditional testing techniques obsolete.Therefore,automated testing techniques are needed to adapt to such system developments speed.Model-based testing(MBT)is a technique that uses system models to generate and execute test cases automatically.It was identified that the test data generation(TDG)in many existing model-based test case generation(MB-TCG)approaches were still manual.An automatic and effective TDG can further reduce testing cost while detecting more faults.This study proposes an automated TDG approach in MB-TCG using the extended finite state machine model(EFSM).The proposed approach integrates MBT with combinatorial testing.The information available in an EFSM model and the boundary value analysis strategy are used to automate the domain input classifications which were done manually by the existing approach.The results showed that the proposed approach was able to detect 6.62 percent more faults than the conventionalMB-TCG but at the same time generated 43 more tests.The proposed approach effectively detects faults,but a further treatment to the generated tests such as test case prioritization should be done to increase the effectiveness and efficiency of testing. 展开更多
关键词 Model-based testing test case generation test data generation combinatorial testing extended finite state machine
下载PDF
兴国县日降水量的组合状态Markov分析
3
作者 江声远 李银生 +1 位作者 俞侠林 钟文勇 《江西师范大学学报(自然科学版)》 CAS 1993年第2期99-103,共5页
以矩阵的Drazin逆为工具,对连续两日降水量的组合状态进行Markov分析,得出m日内雨情预测矩阵、稳定概率分布向量及有关首次通过时间等信息.
关键词 组合状态 日降水量 马氏分析
下载PDF
梁拱组合桥柔性吊杆张拉力的确定及分析 被引量:21
4
作者 叶建龙 孙建渊 席广恒 《东北公路》 北大核心 2000年第1期44-47,共4页
对梁拱组合桥柔性吊杆在成桥状态下的内力进行分析研究。分别以位移、弯矩及整体受力状态为控制目标来确定成桥时吊杆内力。同时对这几种方法所确定的吊杆内力进行比较 ,选择一种合理的方法 ,为今后同类桥梁的推广应用提供设计、施工分... 对梁拱组合桥柔性吊杆在成桥状态下的内力进行分析研究。分别以位移、弯矩及整体受力状态为控制目标来确定成桥时吊杆内力。同时对这几种方法所确定的吊杆内力进行比较 ,选择一种合理的方法 ,为今后同类桥梁的推广应用提供设计、施工分析等方面的参考。 展开更多
关键词 梁拱组合桥 吊杆张拉力 成桥状态 吊杆内力
下载PDF
面向需求覆盖的Web服务自动化测试框架 被引量:6
5
作者 李吟 方建勇 江梦 《计算机科学与探索》 CSCD 北大核心 2017年第11期1747-1763,共17页
Web服务作为W3C认证的面向服务架构(service-oriented architecture,SOA)的实现方式,对外提供可用于黑盒测试的接口文档,如何有效地自动化生成测试用例成为Web服务自动化测试的首要问题。现有的测试工具对WSDL(Web services description... Web服务作为W3C认证的面向服务架构(service-oriented architecture,SOA)的实现方式,对外提供可用于黑盒测试的接口文档,如何有效地自动化生成测试用例成为Web服务自动化测试的首要问题。现有的测试工具对WSDL(Web services description language)的文档结构和数据之间的依赖关系考虑不足,且缺乏有效的测试数据生成方法,进而导致测试效率不高以及生成的测试用例无法覆盖全部的测试需求。为此,提出了Web服务自动化测试的技术框架,并实现了支持此框架的原型工具。该框架基于WSDL文档解析获取覆盖结构特征的SOAP(simple object access protocol)骨架集合,并采用可变力度组合测试模型生成满足元素组合的SOAP封装消息,之后通过有限状态机/接口契约模型获取操作序列测试路径,保证了操作序列测试数据的有效性。案例结果表明了所提框架生成的测试数据能够更好地满足测试需求,达到理想的测试覆盖率,并能够检测出更多的错误,且在用例规模上优于现有的方法。 展开更多
关键词 WEB服务 面向服务架构 自动化测试技术框架 可变力度组合测试 有限状态机 接口契约模型
下载PDF
Lower Bounds and a Nearly Fastest General Parallel Branch-and-Bound Algorithm 被引量:2
6
作者 Wu, Jigang Xie, Xing +1 位作者 Wan, Yingyu Chen, Guoliang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2000年第3期65-73,共9页
In this paper, it is supposed that the B&B algorithm finds the first optimal solution after h nodes have been expanded and m active nodes have been created in the state-space tree. Then the lower bound Ω(m+h log ... In this paper, it is supposed that the B&B algorithm finds the first optimal solution after h nodes have been expanded and m active nodes have been created in the state-space tree. Then the lower bound Ω(m+h log h) of the running time for the general sequential B&B algorithm and the lower bound Ω(m/p+h log p) for the general parallel best-first B&B algorithm in PRAM-CREW are proposed, where p is the number of processors available. Moreover, the lower bound Ω(M/p+H+(H/p) log (H/p)) is presented for the parallel algorithms on distributed memory system, where M and H represent total number of the active nodes and that of the expanded nodes processed by p processors, respectively. In addition, a nearly fastest general parallel best-first B&B algorithm is put forward. The parallel algorithm is the fastest one as p = max{hε, r}, where ε = 1/ rootlogh, and r is the largest branch number of the nodes in the state-space tree. 展开更多
关键词 BRANCH-AND-BOUND state-space tree Active list Parallel algorithm combinatorial search.
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部