CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - GA algorithm

搜索资源列表

  1. java-ga-devel-alpha-0.1.tar

    0下载:
  2. 遗传算法源代码,实现了选择操作、交叉操作和变异操作,通过适应度函数完成种群的选择及收敛。-genetic algorithm source code and realized the choice of operation, crossover and mutation operation, through fitness function completed Stocks choice and convergence.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:30590
    • 提供者:李文
  1. BP_GA_PSOforjava.zip

    0下载:
  2. BP_GA_PSO是利用JAVA开发的一个小程序,分别给出了BP算法,GA算法,以及PSO算法的JAVA源程序,并分别利用三个算法同时解决XOR问题,使用户能够直观的观察三个算法的优劣。,BP_GA_PSO is the use of JAVA development of a small procedure, respectively, are given BP algorithm, GA algorithm, and the PSO algorithm JAVA source and use
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:179439
    • 提供者:李保
  1. tsp_applet

    0下载:
  2. 一个非常好的,用 Java 实现ACO算法对TSP问题进行求解的 applet,界面可调参数-A very good, using Java to achieve ACO algorithm for solving TSP problems applet, the interface adjustable parameters
  3. 所属分类:Applet

    • 发布日期:2017-04-27
    • 文件大小:123067
    • 提供者:Dennis
  1. ga

    0下载:
  2. 粒子群算法与遗传算法的结合研究,值得参考!-Particle Swarm Optimization and Genetic Algorithm for the combination of research
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-12
    • 文件大小:2656522
    • 提供者:和子
  1. GA

    0下载:
  2. 基于佳点集的遗传算法求解tsp问题 用java开发,-Based on good point set genetic algorithm tsp problem with java development,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:3356
    • 提供者:张晓
  1. Max2

    0下载:
  2. 解决f(x,y)=(sin(x)/x)*(sin(y)/y)的GA算法-GA algorithm to solve f(x,y)=(sin(x)/x)*(sin(y)/y)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:2227
    • 提供者:邱君降
  1. GA

    2下载:
  2. 遗传算法在求解多约束条件下的组合优化问题有独特优势,本代码是关于用遗传算法解决智能组卷问题的好例子。-Of genetic algorithm in solving the multi-constrained optimization problem under the condition of a unique combination of advantages, this code is on the use of genetic algorithm to solve the problem
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-03-01
    • 文件大小:19449034
    • 提供者:keka
  1. ga-lesson

    0下载:
  2. 异常算法讲稿最优化理论和方法是第二次世界大战后迅速发展起来的一个新学科。 -Abnormal speech algorithm optimization theory and methods developed rapidly after World War II, a new discipline.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:91507
    • 提供者:张浩
  1. Simple-GA

    0下载:
  2. Simple genetic algorithm in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:6910
    • 提供者:phongvan84
  1. GA

    0下载:
  2. java实现的遗传算法,用于股票分析。根据技术指标给出股票买卖建议-java implementation of genetic algorithm for stock analysis. Based on technical indicators give equity recommendations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5314
    • 提供者:陈先生
  1. GA-java

    0下载:
  2. 改代码用java语言实现遗传算法编程,并且运用实例进行了验证,对学习遗传算法很有帮助-Change the code using the java language programming of the genetic algorithm, and use examples to validate learning genetic algorithm is helpful
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-02
    • 文件大小:1156
    • 提供者:MrChen
  1. GA

    0下载:
  2. 带交叉因子的粒子群优化算法matlab源程序 对大家非常有帮助-With cross-factor of the particle swarm optimization algorithm matlab source code is very helpful to everyone
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:5199
    • 提供者:王光
  1. ga

    0下载:
  2. 遗传算法求解tsp问题相关资料_JAVA源码-The genetic algorithm tsp the relevant information _JAVA on source
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-15
    • 文件大小:8303
    • 提供者:mingze
  1. GA

    0下载:
  2. 基因算法描述旅行商问题(Traveling Saleman Problem,TSP)-using Genetic Algorithm to implement the Traveling Saleman Problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:9689
    • 提供者:shaoyongjie
  1. GA-SVM

    0下载:
  2. 由于遗传算法具有隐含的并行性和强大的全局搜索能力,可以在很短的时间内搜索到全局最优点。使用GA对SVM进行参数的优化,寻找最优的惩罚因子和SVM中RBF参数的组合。结合RBF参数r和惩罚因子C, 可以得到需要优化的参数组合。希望对大家有用!-Genetic algorithm with implicit parallelism and powerful global search capability, you can search within a very short period of t
  3. 所属分类:JavaScript

    • 发布日期:2017-11-10
    • 文件大小:8105
    • 提供者:张琪
  1. GA-RBF

    1下载:
  2. 暑假期间自编的遗传算法优化RBF神经网络的源程序,代码为用MACD指标对沪指收盘价进行预测,希望对大家有用!-During the summer self genetic algorithm to optimize the RBF neural network source code using the MACD indicator to predict the stock index closing price, hope to be useful!
  3. 所属分类:JavaScript

    • 发布日期:2017-02-02
    • 文件大小:6144
    • 提供者:张琪
  1. GA-PSO

    0下载:
  2. 自己修改的一个源程序,用粒子群算法优化RBF神经网络的中心值,宽度,权值,可以直接运行~喜欢分类、预测的朋友们,可以下载!-Modify a source particle swarm algorithm to optimize the center of the RBF neural network value, width, weight, and can be run directly to like classification, prediction friends, you can
  3. 所属分类:JavaScript

    • 发布日期:2017-11-21
    • 文件大小:3056
    • 提供者:张琪
  1. GA-BP

    3下载:
  2. 用遗传算法优化BP神经网络的源代码,自己编的,可直接运行,代码为用MA指标对股指收盘价进行预测,另附带一个matlab编程实例!-Genetic algorithm to optimize BP neural network source code, compiled their own, can be directly run code MA indicators to predict the closing price of the stock index, the other with a
  3. 所属分类:JavaScript

    • 发布日期:2015-01-29
    • 文件大小:5120
    • 提供者:张琪
  1. GA

    0下载:
  2. TSP,GA算法通过JAVA程序实现,旅行商问题-TSP, GA algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3116
    • 提供者:翔宇
  1. GA

    0下载:
  2. 使用java实现遗传算法,求出max{f(x1,x2)=21.5+x1*sin(4*π*x1)+x2*sin(20*π*x2)}的最优解 约束条件为 -3.0<=x1<=12.1 4.1<=x2<=5.8(The use of Java genetic algorithm, calculate the max{f (x1, x2) =21.5+x1*sin (4* PI *x1 +x2*sin (*x2) 20* PI)} of the optimal solutio
  3. 所属分类:Java编程

    • 发布日期:2018-01-08
    • 文件大小:10240
    • 提供者:LL小怪兽
« 12 »
搜珍网 www.dssz.com