说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 网络扩展规划
1)  network expansion planning
网络扩展规划
2)  transmission network expansion planning
输电网络扩展规划
1.
The application of discrete particle swarm optimization (DPSO) to the problem of transmission network expansion planning is studied.
输电网络扩展规划是一个非常复杂的大规模组合优化问题。
2.
Study work of this paper includes two sections: the study of short-term loadforecasting (STLF) based on recurrent neural network (NN) using ant colonyoptimization algorithm (ACOA) and the study of self-adaptive ACOA withperturbation for transmission network expansion planning.
本论文是探索蚁群优化算法(ACOA)用于电力系统领域中短期负荷预测和输电网络扩展规划两个重要课题的研究。
3)  Transmission network expansion planning
输电网扩展规划
1.
Transmission network expansion planning is a complicated, nonlinear, large-scale combinatorial optimization problem.
输电网扩展规划是复杂的大规模非线性组合优化问题。
2.
The results show that the proposed algorithm is very effective and provides promising capability for solving the transmission network expansion planning problem.
将该算法应用于求解3个不同规模的输电网扩展规划问题,并对控制参数的选择进行了分析比较,计算结果验证了算法的可行性和有效性。
3.
By applying the binary differential evolution algorithm with dual subpopulations,a novel approach of solving transmission network expansion planning is presented.
提出一种应用双种群二进制微分进化算法求解输电网扩展规划的新方法。
4)  transmission network expansion planning
电网扩展规划
1.
Borderline search particle swarm optimization algorithm for transmission network expansion planning;
一种适用于电网扩展规划问题的边界搜索粒子群优化算法
2.
Based on Evidential Theory and an improved Genetic Algorithm(Multiple Population GA), a new transmission network expansion planning method taking account of non quantificational uncertainty is presented.
应用证据理论和多种群遗传结构对常规遗传算法作了改进 ,提出了一种计及非定量不确定性的电网扩展规划方法 。
5)  expansibility of network size
网络规模扩展性
1.
Aiming at the characteristics of the wireless sensor network, under the energy-efficient MAC protocol, the distributed algorithm which adapted to the expansibility of network size was proposed, and simulated by NS-2.
针对无线传感器网络的特点,在能量有效的MAC协议下,提出了适应网络规模扩展性的分布式算法,并利用网络仿真工具NS 2(networksimulator2。
6)  expansion planning
扩展规划
1.
Congestion concentration index based transmission expansion planning under market environment;
市场环境下计及阻塞集中度指标的输电网扩展规划
2.
Distribution network expansion planning based on genetic and prim algorithm;
基于遗传算法和prim算法的配电网架扩展规划
3.
Meta-heurist algorithms and their application to transmission network expansion planning;
现代启发式算法及其在输电网络扩展规划中的应用
补充资料:扩展转移网络
      在递归转移网络上附加若干控制技术所形成的网络,而递归转移网络又是扩展的有限状态转移图,因此扩展转移网络既可看成是语法的模型,又可看成是自动机的模型。扩展转移网络是W.伍兹研制的著名实验性智能信息检索系统 LUNAR中首先采用的语法分析技术。这种系统接受地质学家用自然语言就月球岩石和土壤的化学分析问题提出的询问,能在推理后也用自然语言作出答复,已成为语法分析系统经常采用的一项基本技术。图中给出分析句子、名词短语、前置词短语的三个递归转移网络,其中每个网络的起始节点标号代表这网络所要分析的语法类,实际上这个标号也代表语法分析程序的名称。每条有向弧线上的标号可以是词或词组。带双圈的节点代表接收状态。如果一个英语句子能为一组网络接收,那么这个句子就是符合语法要求的一个合式句。图中的一组递归转移网络实际上相当于以下三条语法规则。①句子 (S)是由名词短语(NP)后接动词(VERB)、名词短语再接若干(允许一个也没有)前置词短语(PP)构成的;②名词短语是由限定词 (DET)后接若干(允许一个没有)形容词(ADJ)、名词 (NOUN)、再接若干(允许一个也没有)前置词短语构成的;③前置词短语由前置词(PREP)后接名词短语构成的。用名词短语分析程序时需要调用前置词短语分析程序,这又导致要调用名词短语分析程序自身。程序在运行过程中直接或间接地调用自身,称为程序或过程的递归调用,递归转移网络之名即由此而来。如果将语句"The diligentstudentin the class solved a hard problem"(班上勤奋的学生解决了一个难题)输入上述网络,将得出分析程序如下:
  
  NP: The diligent student in the class
  
  PP: in the class
  
  NP: the class
  
  VERB: solved
  
  NP: a hard problem
  
  分析过程是非确定的,例如程序 S首先调用名词短语分析程序NP,NP在分析The diligent student以后存在两种抉择,一种抉择是调用前置词短语分析程序PP,另一种抉择是认为名词短语已分析完毕,因而返回程序S的状态1。对这种非确定性的处理就需要采用回溯技术或并行处理技术。
  
  扩展转移网络是功能有所扩充的递归转移网络,它的计算能力强且表达方式自然,是研制自然语言处理系统比较有效的工具。它在智能信息检索系统、响应生成系统、言语理解系统等方面都有较广泛的应用。但是扩展转移网络受语法的制约很严格,因而不可能接收一些虽不合语法但却有实际意义的语句。
  

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条