搜索资源列表
ElasticNet
- 使用到的参数跟谈到弹性网络的那一章里头所讲的是一样的, ke 则是终止条件。如果 step 被打勾,则程式在每一步之间会暂停 100毫秒(或其他使用者输入的数值)。如果 Random 被打勾,则程式会以系统时间作为乱数产生器的种子数,否则,就以使用者输入的数( Random 右边那一格)为种子数。 你可以利用 load 来载入推销员问题档与其最佳解,如此便可比较弹性网络所找出来的解与最佳解差了多少。 Central, Radius, and Error 这三个参数的前两个,只影
regiongrow
- 区域增长的算法实现: 1)根据图像的不同应用选择一个或一组种 子,它或者是最亮或最暗的点,或者是位 于点簇中心的点 2...通过像素集合的区域增长 算法实现: 区域A 区域B 种子像素增长.3)增长的规则 4) 结束条件.-regional growth algorithm : 1) According to the images chosen a different application or group of seeds, It is perhaps the most - or the
C_genetic
- 本例是本人写的遗传算法的最简单的一个实现,并且带有一个说明文档。用C语言编写,在TurborC中调试,由于当时在随机数产生上没有种种子,所以极易收敛,有兴趣可以种上种子试一下。-the cases I wrote is the most genetic algorithm to achieve a simple, and with a documented. C language, in which TurborC debugging, because the random number gen
prime
- 产生大素数。以时间作为随机数生成的种子,随机生成大素数。-Generate large prime numbers. With time as the random number generator seeds, randomly generated large prime numbers.
generic_tsp
- 用遗传算法求解TSP问题,种子数100,遗传概率和交叉概率可以在源程序中修改。-Genetic Algorithm with TSP problem, a few hundred seeds, genetic probability and crossover probability can modify the source program.
MUL_FATHER
- 多父体杂交算法模型。采用实数编码方案,种群种子随即获取。该程序有详细的代码注释,希望对大家有所帮助。-Father of hybrid algorithm for multi-body model. Using real-coded program for populations of seeds immediately. The program has a detailed code comments, want to help everyone.
MulSeed
- 多种子点的区域增长,程序可在matlab环境中更直接运行;-Many seeds of regional growth, the program can be more direct in matlab environment to run
life
- :元胞自动机不仅是理论计算机科学领域的一个重要的计算模型,而且可视为一无限维的离散动力系统,被广泛应用于 自然科学和社会科学各领域的复杂性的研究中,是一个重要的研究方法和工具。该文以Matlab 为开发工具,开发了元胞自 动机的可视模型,为其在各个领域的复杂性研究提供了一个简易、可行的计算机仿真工具-MATLAB s version of Conway s Game of Life. "Life" is a cellular automaton invented by John
matlab-scan
- matlab种子扫描算法的实现,共有两个文件,都是matlab的m文件,已经试过了,可以正常运行-Seeds of MATLAB scanning algorithm, a total of two documents, are matlab m file, have tried, can be normal operation
random-numbers
- 利用三种不同原理产生随机数的方法,种子可以随意变换-Using three different principle methods for generating random Numbers, seeds can be changed at will
FICA
- FAST ICA使用方法和程序,用于ICA识别玉米种子图像!-FAST the ICA using the methods and procedures for the image of the ICA to identify maize seeds
writeseeds
- a function that write seeds for rand and randi based on current time
opengl
- opengl 种子扫描线算法 包含扫描线和种子算法-the opengl seed scan line algorithm contains the scanning lines and the seeds algorithm
suijishu
- 产生随机数,时间种子,随机性较好,fortran语言-Generate random numbers, the time seeds, better randomness, fortran language
Internal-comparison-algorithm
- 系统用srand()函数产生一个以当前时间开始的随机种子。其产生的种子用选择排序、冒泡排序、快速排序将顺序表中的数字排好,设置变量记录每种排序关键字的移动次数和关键字的比较次数。选择排序:利用L.length-1个循环,将随机种子按从小到大的顺序排好。-System with srand () function generates a random seed to start the current time. Which produces seeds with selection sort,