constraint satisfaction是什么意思,constraint satisfaction的意思翻译、用法、同义词、例句
常用词典
受限制满足;约束补偿
例句
Constraint propagation is a method for solving constraint satisfaction problem (CSP).
约束传播算法是求解约束满足问题的一种重要方法。
A constraint satisfaction processor is developed to evaluate negotiation proposals against the defined constraints and negotiation strategic rules.
通过约束满足机制、协商策略和提议评估算法实现自动协商。
A constraint satisfaction scheduling model for the initial scheduling problem and a greedy algorithm for it are given based on the constraints analysis and some basic hypothesis.
在调度约束条件分析和一些基本假设的基础上,本文建立了多卫星初始调度约束模型,并给出了模型求解的贪婪算法。
The constraint-based testing technique improved the test data quality but with a low solving efficiency for the constraint satisfaction problem and is not easy to find a suitable solution.
基于约束的测试技术改善了测试数据的质量,但是在处理约束满足问题时不仅效率低下,而且不易产生合的解。
The basic constraints for the scheduling problem of agile satellites were analyzed, and then a constraint satisfaction model was established.
本文分析了灵巧卫星调度问题的约束条件,建立了灵巧卫星调度的约束满足模型。
Constraint satisfaction problems are a large category of complex problems in real world applications, noted for various constraints.
约束可满足性问题是一大类常出现于现实应用中的复杂问题,因其繁多的约束条件而出名。
Constraint Programming and Constraint satisfaction problem is new research domain in AI developed in last thirty years.
约束编程与约束满足问题是近三十年来在人工智能领域发展起来的一个研究方向。
The hot-rolling batch planning problem is treated as a constraint satisfaction problem. A VRPSTW constraint satisfaction model with uncertain rolling plan number is established.
将热轧批量计划问题作为一个约束满足问题处理,建立不确定计划数的VRPSTW约束满足模型。
In general, constraint satisfaction problems are NP-Complete.
一般而言,约束满足问题是NP完全的。
A constraint satisfaction model is given. A hybrid solving algorithm is designed based on constraint satisfaction and heuristics node exchange algorithm.
给出板坯排序问题的约束满足模型,设计了基于约束满足和启发式混合求解算法。
Constraint of collaborative design is classified as two types, hard constraint and fuzzy constraint. Fuzzy constraint and fuzzy constraint satisfaction problem are defined mathematically.
将机床产品协同设计中的约束分为硬约束和软约束,从数学上给出模糊约束和模糊约束满足问题的定义。
By analyzing what roles different constraints play in model and execution level respectively, the impact of constraint satisfaction factors on success of workflow execution were found out.
基于约束的相关性和满足的时效性,提出基于约束满足性的工作流执行路径的有效性识别方法,并给出相应的识别算法。
Product design is considered as constraint satisfaction problem (CSP), and an approach is proposed which is methodology based-on constraint network.
将产品设计看作为约束满足问题,提出基于约束网络的产品设计方法。
This paper proposes a method of adaptive neural network based on constraint satisfaction for Job Shop Scheduling Problem.
提出了用于解决作业车间调度问题的离散版粒子群算法。
As one of the most important branches of DAI, the distributed constraint satisfaction is in wide application.
分布式约束满足作为分布式人工智能领域的一个重要分支,在许多领域均得到了广泛应用。
It reaches the optimum time complexity for a CRC constraint network recognition algorithm, and hence provides a feasible solution to practical CRC constraint satisfaction problems.
该时间复杂度达到该类问题的最佳时间复杂度,从而为实际的CRC约束满足问题的求解提供了可行的方法。
GENET is a connectionist approach to constraint satisfaction and is a general local search algorithm.
通用的局部搜索算法GENET是一个基于连接主义的约束求解方法。
Based on constraint satisfaction problems model a global scheduling module structure is designed.
采用约束满足问题模型建立全局调度系统模型,设计了全局调度模块结构。
Geometric constraint satisfaction is one of the kernel algorithms in feature based design system.
几何约束求解是基于特征设计系统的核心算法之一。
In order to reduce CSPs(Constraint Satisfaction Problems) to deal with large and hard problems effectively, we study arc consistency techniques from an algorithm point of view.
为了化简约束满足问题的规模、有效地处理大规模难解问题,从求解算法的角度研究弧相容技术。
According to vehicle characteristics can not be extracted at night, a vehicle classification method based on improved fuzzy constraint satisfaction approach is proposed.
根据夜间运动车辆识别中存在的无法提取有效的车辆特征,提出了一种改进后的模糊约束满足的夜间运动车辆分类方法。
Some of this software can be extended for city planning, public transportation vehicles and other arrangements path constraint satisfaction problems.
将本软件稍作扩展即可用于城市规划、公交车路径安排等多种约束满足问题。
Minion is a lean, efficient solver for constraint satisfaction problems.
这是一个简洁有效率的解决者用于约束满足问题 …
网络扩展资料
"constraint satisfaction" 是一个在计算机科学和人工智能领域经常使用的术语。下面将详细解释这个词汇,包括例句、用法、解释、近义词和反义词等。
词汇解释
- constraint(约束)是指限制某个问题的解决方式,使得某些方案不可行。例如,当你在制定一个时间表时,你需要考虑到每个人的日程安排,这些安排就是你的约束条件。
- satisfaction(满足)是指找到一种解决方案,使得所有的约束条件都得到满足。
因此,"constraint satisfaction" 意思是在满足所有约束条件的前提下,找到一个可行的解决方案。
用法示例
- 我们需要一个算法来实现约束满足问题。
- 在这个问题中,我们需要考虑到每个任务的时间限制,以及员工的工作时间表,以便找到一种满足所有约束条件的解决方案。
近义词
- constraint programming(约束编程)是一种使用约束条件来解决问题的编程技术。它与约束满足问题密切相关,但是更加强调问题的建模和求解过程。
- optimization(优化)是一种寻找最优解决方案的过程。与约束满足问题类似,但是更加关注在可行解中寻找最佳解决方案。
反义词
- unconstrained(无约束)是指没有限制条件的问题。与约束满足问题相反,这种问题没有任何限制,因此解决方案更加自由和多样化。
在计算机科学和人工智能领域中,"constraint satisfaction" 是一个非常重要的概念。了解这个术语的含义和用法可以帮助人们更好地理解和解决相关问题。
英语单词大全 请记住链接:https://danci.yuesha.com/constraint+satisfaction.html