-
本程序是进行路径的寻找的程序,是一个朋友写的,特此说明。可以进行路径寻优处理。运行时需要导入的图片在代码文件夹中。...
本程序是进行路径的寻找的程序,是一个朋友写的,特此说明。可以进行路径寻优处理。运行时需要导入的图片在代码文件夹中。-this program is the path to find procedures, a friend wrote, it is noted. Can handle path optimization. Need to run into the picture in the code folder.
- 2023-01-02 03:40:03下载
- 积分:1
-
Adaptive Resonance Theory (ART) Neural Network
Adaptive Resonance Theory (ART) Neural Network
- 2022-08-03 00:46:06下载
- 积分:1
-
this code after extensive use, reflecting good code optimization, high efficienc...
此代码经过大量使用,反映很好,代码优化,效率高-this code after extensive use, reflecting good code optimization, high efficiency! !
- 2023-04-06 17:30:04下载
- 积分:1
-
遗传算法工具包可以解决很多的问题,,非常有用
遗传算法工具包可以解决很多的问题,,非常有用-Genetic algorithm tool kit can be solved many problems, very useful
- 2023-03-31 01:20:04下载
- 积分:1
-
关联规则中的频繁项集生成算法genmax,可在linux和windows下编译运行,可能不太容易看懂。...
关联规则中的频繁项集生成算法genmax,可在linux和windows下编译运行,可能不太容易看懂。-association rules of frequent item sets genmax generation algorithm, and the Linux compiler running under windows, it may not be easy to understand.
- 2022-01-25 17:12:14下载
- 积分:1
-
智能交易系统,,根据均线信号自动买卖,自动化资金管理,推荐1H,GBP/USD,EUR/USD,NZD/USD...
智能交易系统,,根据均线信号自动买卖,自动化资金管理,推荐1H,GBP/USD,EUR/USD,NZD/USD-2 93 f: brainpower dealt system complete new twenty piece brainpower dealt system 20 piece brainpower dealt system [ea] 2bar trend_ron_mt4_v01.mq4 17:29 (-unexpected token
2 93 f: brainpower dealt system complete new twenty piece brainpower dealt system 20 piece brainpower dealt system [ea] 2bar trend_ron_mt4_v01.mq4 30:31 (-unexpected token
2 93 f: brainpower dealt system complete new twenty piece brainpower dealt system 20 piece brainpower dealt system [ea] 2bar trend_ron_mt4_v01.mq4 31:32 (-unexpected token
2 93 f: brainpower dealt system complete new twenty piece brainpower dealt system 20 piece brainpower dealt system [ea] 2bar trend_ron_mt4_v01.mq4 39:31 (-unexpected token
2 93 f: brainpower dealt system complete new twenty piece brainpower dealt system 20 piece brainpower dealt system [ea] 2bar trend_ron_mt4_v01.mq4 40:32 (-unexpected token
- 2022-03-16 00:14:26下载
- 积分:1
-
JAVA版的蚂蚁算法(Ant Colony Optimization Algorithms)
JAVA版的蚂蚁算法(Ant Colony Optimization Algorithms) -JAVA version of the ant algorithm (Ant Colony Optimization Algorithms)
- 2022-02-04 08:23:21下载
- 积分:1
-
变色龙的层次聚类算法,采用分层的动态模型…
变色龙层次聚类算法,利用动态模型的层次聚类算法-chameleon hierarchical clustering algorithm, using a dynamic model of hierarchical clustering algorithm
- 2022-07-26 05:19:21下载
- 积分:1
-
Astar algorithm using eight digital issues. C++ written in the console applicati...
使用Astar算法实现的八数码问题。C++编写,控制台应用程序,实现简单,代码轻便。-Astar algorithm using eight digital issues. C++ written in the console application, to achieve simple and lightweight code.
- 2022-06-29 20:20:44下载
- 积分: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