-
利用最大匹配法进行汉语句子的分词 最大匹配算法是最常用的分词算法,简单实用正确率可达到80%以上...
利用最大匹配法进行汉语句子的分词 最大匹配算法是最常用的分词算法,简单实用正确率可达到80%以上-the maximum matching method for the Chinese Sentence Word maximum matching algorithm is the most commonly used word segmentation algorithm, simple and practical accuracy rate can reach more than 80%
- 2022-01-25 22:09:49下载
- 积分:1
-
uniform design combining a small side table and have empirical formula initial p...
结合均匀设计表和小边经验公式产生初始种群,使TSP应用遗传算法能求出更优更快解,详尽说明见paper.doc。-uniform design combining a small side table and have empirical formula initial population, TSP application of genetic algorithms can be obtained faster and better solutions, detailed description of paper.doc.
- 2022-05-23 14:18:41下载
- 积分:1
-
另一个足球机器人程序,有非常好的参考价值
另一个足球机器人程序,有非常好的参考价值-Another robot football program, there are very good reference value
- 2022-12-22 06:45:03下载
- 积分:1
-
用java语言写的遗传算法库,包含了实例。
用java语言写的遗传算法库,包含了实例。-java language used to write the genetic algorithm library contains examples.
- 2022-04-11 16:32:50下载
- 积分:1
-
遗传算法的源程序例子,对于初学者有很大帮助,建议多
遗传算法的源程序例子,对于初学者有很大帮助,建议多-Genetic algorithm source code examples are very helpful for beginners, the proposed multi-
- 2022-07-24 23:43:38下载
- 积分:1
-
模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基...
模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S―R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ为给定的步长, η为[-1,1]的随机数-simulated annealing algorithm (Simulated Annealing, or SA algorithm) is a simulation of heating molten metal in the annealing process, to find the global optimum one of the effective ways. Simulated Annealing basic ideas and the steps are as follows : S = (s1, s2, ..., sn) for all possible state posed by the pool, f : S-R non-negative cost function, that is abstract optimization problems are as follows : Find S* s, making f (s*) = min f (si) arbitrary si S (1) to set a higher initial temperature T, randomly generated initial state S (2) of a certain form, the current state of random disturbance, have a new state S "S" = S+ sign (). delta where given for the step, [-1,1] Random Number
- 2022-08-26 01:32:21下载
- 积分:1
-
根据 trilearn_base_sources
根据 trilearn_base_sources-3.3 (一般称做UVA底层)修改的robocup球队代码,对某些模块进行了详细的注释(例如BasicPlayer,WorldMode模块),并且进行了一些基本的动作添加的示范(增加了射门动作,四处看动作,截球动作和贴身带球动作),示范了简单的高层决策修改和队型的修改,书写了一套完整的守门员高层代码,希望对大家有帮助-According to trilearn_base_sources-3.3 (generally known as UVA bottom) to amend the code of RoboCup teams, for certain modules in detail the Notes (such as BasicPlayer, WorldMode module), and carried out some basic moves to add a model (an increase of shooting action , look around action, action and cut the ball moves the ball next to the skin), demonstrated a simple modification of the high-level decision-making and team-based changes, write a complete set of high-level code goalkeeper, in the hope that everyone has to help
- 2022-10-15 03:35:05下载
- 积分:1
-
模式识别中的ISODATA算法演示
模式识别中的ISODATA算法演示-pattern recognition algorithms demonstrated the ISODATA
- 2022-03-06 09:04:28下载
- 积分:1
-
遗传编程的C++亚当Fraser索尔福德大学,索尔福德,M5中,美国..
genetic programming in C++
Adam Fraser
University Of Salford, Salford, M5 4WT,
United Kingdom-genetic programming in C++ Adam Fraser University Of Salford, Salford, M5 4WT, United Kingdom
- 2022-07-25 02:22:20下载
- 积分:1
-
模拟退火算法的源代码
可以执行
其中提供了指导说明
模拟退火算法的源代码
可以执行
其中提供了指导说明-Simulated annealing algorithm can be implemented in the source code which provides guidance notes
- 2022-10-20 12:15:03下载
- 积分:1