Welcome![Sign In][Sign Up]
Location:
Search - Roulette

Search list

[AI-NN-PRfga

Description: 遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-GA main binary Gray code, roulette method based on nonlinear ranking selection, uniform crossover, mutation, but also introduces the inversion operation
Platform: | Size: 3072 | Author: zhaofanyu | Hits:

[EditorReal-Coded-GA

Description: GA algorithm for optimization with all Roulette Wheel Selection and.... with this algorithm you can optimize any function you want to minimize or maximize . just you need to make your function then add it name in this script.
Platform: | Size: 2048 | Author: amin | Hits:

[androidAndroidCircleMenu

Description: Android圆形旋转菜单,分享给大家,不仅仅是显示,还可以拖动,然后显示的值根据拖动的结果变换,可做成的demo例如:老式电话拨号程序,轮盘抽奖,大风车-Android circular rotating menu to share to everyone, not just the display, you can also drag and then drag the displayed value according to the results of transformation, can be made of the demo example: the old-fashioned phone dialer, roulette lottery, a large windmill, etc. etc.
Platform: | Size: 288768 | Author: 维斯摩尔 | Hits:

[AI-NN-PRBGA1031003

Description: // Simple Genetic Algorithm // binary coded // roulette wheel method // function f(x) = 21.5+x*sin(4*pi*x)-// Simple Genetic Algorithm // binary coded // roulette wheel method // function f(x) = 21.5+x*sin(4*pi*x)
Platform: | Size: 2048 | Author: 黃浩榮 | Hits:

[FlashMX1-140306102613

Description: ecshop 轮盘源码 绝对好用 已经亲自测试过-Source absolutely easy ecshop Roulette has personally tested
Platform: | Size: 1694720 | Author: 孙仕军 | Hits:

[matlabrandom_model

Description: 随机游走模型假设各时期的收益率是独立的,并且不同时期的收益率的分布是相同的。为了更形象的理解随机游走模型,想想轮盘赌的转盘上表明了各种不同的收益率,每一期转动轮盘,就可以会根据轮盘上的标注获得下一期相应的收益。但每次转动轮盘的结果间是没有联系的,所以过去的收益率和未来的收益率是不相关的。但是由于每次转动的轮盘是相同的,所以各轮的收益率都服从相同的分布。-Random walk model assumes that the yield is independent of each period, and the distribution of the yield of different periods are the same. To better understand the image of a random walk model, think on the roulette wheel show a variety of different yields for each of the rotating wheel, it can be obtained in accordance with the corresponding period of the next earnings mark on the wheel . But among the results of each wheel rotation is not linked, so past and future earnings yield rate is irrelevant. However, due to the rotation of each wheel is the same, so the yield of each of the wheels are subject to the same distribution.
Platform: | Size: 1024 | Author: mamengli | Hits:

[Bio-Recognize001

Description: 萤火虫算法的改进版,位置更新添加随机算子,局部最优解添加轮盘扰动的方法。-Firefly algorithm improved version, the location update adds random operator, local optima add roulette perturbation method.
Platform: | Size: 2048 | Author: wangdongran | Hits:

[AI-NN-PRGA-algorithms

Description: 结合精英保留和轮盘赌、两两竞争法的几种选择算子和单点交叉算子与改进交叉算子分别对函数最小值求解,通过仿真计算相应的平均最小值,平均运行时间等统计值,并比较优差。-Combine elitist and roulette, several pairwise competition law selection operator and a single point of crossover with improved crossover for solving the minimum function respectively, calculate the corresponding average minimum, average running time statistical simulation value and comparative advantage poor.
Platform: | Size: 13312 | Author: 李瑜锋 | Hits:

[matlabDynamic-optimization

Description: 采用改进动态寻优方法,并结合单点、改进的交叉算子与轮盘赌、两两竞争遗传算子分别求解函数最小值,仿真结果表明其差异与优劣。-Improved dynamic optimization method, combined with a single point, improved crossover and roulette, pairwise genetic operators were competing to solve the minimum function, simulation results show that the differences and advantages and disadvantages.
Platform: | Size: 13312 | Author: 李瑜锋 | Hits:

[matlabSABC

Description: 基于matlab编写的改进搜索策略的人工蜂群算法,使得跟随蜂根据新改进的轮盘赌概率新公式选择跟随引领蜂采蜜-Prepared based on artificial bee colony algorithm matlab improved search strategy, so follow the honey bee bee choose to follow the lead based on new and improved roulette probability a new formula
Platform: | Size: 2048 | Author: 杨国良 | Hits:

[WEB Code20150610

Description: ecshop插件轮盘抽奖,php源码,使用flash播放-Roulette draw
Platform: | Size: 1411072 | Author: qxb | Hits:

[matlabycsf

Description: matlab遗传算法的实例,包括交叉、变异、选择,有详细的备注和解释,可以根据需求自行修改代码,选择默认轮盘赌选择,交叉为单交叉-Examples matlab genetic algorithm, including the crossover, mutation, selection, detailed notes and explanations can modify the code based on the needs, the default roulette selection, crossover, single cross
Platform: | Size: 2048 | Author: chengxu | Hits:

[OtherGATestMe

Description: 经典遗传算法寻优,利用轮盘赌选择复制,利用合适的变异概率得到子代-Classical genetic algorithm optimization, the use of roulette Copy, using suitable mutation probability give offspring
Platform: | Size: 1024 | Author: 李得胜 | Hits:

[matlabyichaun_suanfa-matlab

Description: 实现遗传算法。采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Achieve genetic algorithm. Gray binary encoding, using selected based on nonlinear ranking roulette method, uniform crossover, mutation, and also introduced the inversion operation!
Platform: | Size: 4096 | Author: 杨北 | Hits:

[Bio-RecognizeGA

Description: 遗传算法是一种通过模拟自然进化过程搜索最优解的方法。其MATLAB程序, 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,并引入了倒位操作。-Genetic algorithm is a method of searching the optimal solution for the natural process of evolution through simulations. Its MATLAB program using a binary Gray code, based on the nonlinear ranking roulette method selection, uniform crossover, mutation, and the introduction of inversion operation.
Platform: | Size: 5120 | Author: 陶陶 | Hits:

[Mathimatics-Numerical algorithms60953

Description: roulette wheel selection method in matlab
Platform: | Size: 1024 | Author: safae | Hits:

[AI-NN-PRga-SIMPLE

Description: /求下列元素的最大值:目标函数max=f(x1,x2)=x1*x1+x2*x2 取值范围在{1,2,3,4,5,6,7} //本算法在选择时使用:轮盘赌选择法、交叉时使用:单点交叉。 -A maximum of the following elements: objective function Max = f (x1, x2) x1+ x2 = x1** x2.Scope in,2,3,4,5,6,7 {1}This algorithm is used when the choice: roulette wheel selection method, cross use: single point crossover.
Platform: | Size: 58368 | Author: 张烨 | Hits:

[OtherPHPweixin

Description: php+微信+thinkPHP的轮盘抽奖插件,使用thinkPHP开放在微信可以实现抽奖的程序,手机端也可以使用-PHP+ WeChat+ thinkPHP roulette lottery plug-in, using thinkPHP open in WeChat can realize lottery program, mobile phones can also be used
Platform: | Size: 1793024 | Author: david | Hits:

[Web Serverxgunliao

Description: 软件介绍 是国外聊天轮盘的国内版,功能优于国外的网站,基于red5和java开发的,p2p技术,上传至网站即可使用,可以作为网站和论坛的聊天娱乐平台-Software Foreign domestic version of chat roulette, function better than the foreign site, and based on red5 java development, p2p technology, upload to the site can be used as a forum to chat entertainment platform
Platform: | Size: 1319936 | Author: 赵思哲 | Hits:

[matlabGA-Matlab-code

Description: fga.m  为遗传算法的主程序   采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择,  均匀交叉,变异操作,而且还引入了倒位操作!-Fga.m main program for the genetic algorithm binary gray encoding, use based on roulette method of non-linear ranking selection, uniform crossover, mutation, and also introduced the inversion operation.
Platform: | Size: 11264 | Author: Ma Chuan | Hits:
« 1 2 3 4 5 6 78 9 »

CodeBus www.codebus.net