CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - genetic algorithm

搜索资源列表

  1. Ranking-selection-algorithm

    0下载:
  2. 基于排序选择的遗传算法,讨论不确定性约束等相关问题的解决方案及实例-Ranking selection based on the genetic algorithm, discuss the uncertainty constraints and other issues related to the solutions and examples
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:53866
    • 提供者:熊昌泰
  1. genetic-matlab-program-instance

    0下载:
  2. 三个遗传算法matlab程序实现,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-Three genetic algorithm matlab program instance,-Based roulette method of nonlinear ranking selection, uniform crossover, mutation operation, but also the introduction of inversion operation
  3. 所属分类:File Formats

    • 发布日期:2017-11-16
    • 文件大小:19522
    • 提供者:chen
  1. principles-of-evolutionary-algorithm

    0下载:
  2. 简要阐述了进化算法的基本原理 ,探讨了在 MATLAB 环境中实现遗传算法各算子的编程方法 , 并以一个简单的实例说明所编程序在函数全局寻优中的应用。 -Briefly the basic principles of evolutionary algorithm, to explore the genetic algorithm in MATLAB programming methods for each operator, and a simple example to illustrate
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:2760200
    • 提供者:张嘉城
  1. swarm-optimization-algorithm-

    0下载:
  2. 子群优化算法,并把次算法用于求解旅行商问题.为了增强算法的局部搜索能力,在改进的算法中加入倒置,局部搜索等方法,同时利用遗传算法的全局搜索能力强的特点对求到的解再进行优化,同时,对于搜索全局最优路径方面,通过应用消除交叉路径的方法进行了优化.-Sub swarm optimization algorithm, and the second algorithm is used to solve the traveling salesman problem. In order to enhance
  3. 所属分类:Development Research

    • 发布日期:2016-11-29
    • 文件大小:572416
    • 提供者:燕子
  1. vb-genetic

    0下载:
  2. 本程序是基于vb的遗传算法程序,关于无功优化的-This procedure is a genetic algorithm based on the vb program, about the reactive power optimization
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6669
    • 提供者:王雪粉
  1. Genetic-algorithm-c-source-code-

    0下载:
  2. 基于遗传算法写的关于旅行商问题的代码,功能可以解决基本的问题,希望能帮助大家!下载吧-Genetic Algorithms write code based on the traveling salesman problem, the function can solve fundamental problems, hoping to help you! Download it
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:14727
    • 提供者:董乾东
  1. CONTROLLER-PARAMETERS-TUNING-USING-GENETIC-ALGORI

    0下载:
  2. The paper deals with a controller design for the nonlinear processes using genetic algorithm and neural model. The aim was to improve the control performance using genetic algorithm for optimal PID controller tuning. The plant model has been id
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:135573
    • 提供者:samir
  1. Hybrid-PSO-with-Genetic

    0下载:
  2. This Matlab code is combine of Particle Swarm Optimazation (PSO) with Genetic Algorithm
  3. 所属分类:IT Hero

    • 发布日期:2017-04-05
    • 文件大小:5710
    • 提供者:Fatima
  1. genetic

    0下载:
  2. genetic algorithm for any application
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:19306
    • 提供者:ravi
  1. MATLABGenetic-Algorithm

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的-Genetic Algorithm (based Algorithm) is a simulation Darwin the evolution natural selection and Genetic mechanism of biological evo
  3. 所属分类:software engineering

    • 发布日期:2017-05-27
    • 文件大小:9768275
    • 提供者:control lee
  1. Genetic-Algorithms

    0下载:
  2. 本文件为遗传算法开发代码,并给出开发代码,共大家参考使用-This document is a genetic algorithm development code, and given the development of the code, the use of common reference
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:24472
    • 提供者:fxw
  1. matlab-gentic-algorithm

    0下载:
  2. matlab genetic algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:175184
    • 提供者:jal
  1. Genetic-Algorithim-Tutorial

    0下载:
  2. An excellent how-to guide on how to make yoru own Genetic Algorithm. Covers all, fitness functions with excellent examples etc. Given by lecturer, open source. Scanned and verified with Avast Antivirus. -An excellent how-to guide on how to mak
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:235435
    • 提供者:Bosca
  1. applied-genetic-programming-and-machine-learning.

    0下载:
  2. The aim of Genetic Programming (GP) is to extend genetic forms from Genetic Algorithm (GA) to the expression of trees and graphs and to apply them to the synthesis of programs and the formation of hypotheses or concepts. Researchers are using GP
  3. 所属分类:software engineering

    • 发布日期:2017-05-23
    • 文件大小:7568384
    • 提供者:Levan
  1. Intelligent-algorithm

    0下载:
  2. 智能算法,包括粒子群,改进粒子群,改进遗传算法等,可用于预测等领域!-Intelligent algorithms, including PSO, improved particle swarm, improved genetic algorithm can be used to predict other fields!
  3. 所属分类:Development Research

    • 发布日期:2017-06-10
    • 文件大小:17569419
    • 提供者:李其龙
  1. Multi-objective-genetic-algorithm

    0下载:
  2. Real world problems often present multiple, frequently conflicting, objectives. The research for optimal solutions of multi-objective problems can be achieved through means of genetic algorithms, which are inspired by the natural process of evo
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:702541
    • 提供者:amirfarzan
  1. Genetic-Quantum-Algorithm-

    0下载:
  2. 量子遗传算法及其全局优化应用 ,值得学习一下-an essay about quantum genetic algorithm and its apllication
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:548304
    • 提供者:曾祥生
  1. C-matlabGenetic-algorithm

    0下载:
  2. C版的遗传算法析代码,可作为matlab工具箱-C version of the genetic algorithm analysis code, can be used as the matlab toolbox
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:641613
    • 提供者:李扬
  1. ypea101-genetic-algorithms

    0下载:
  2. Matlab code for genetic algorithm
  3. 所属分类:Development Research

    • 发布日期:2017-04-27
    • 文件大小:16864
    • 提供者:charan
  1. MATLAB-genetic

    0下载:
  2. 主要介绍了遗传算法,以及利用matlab自带的遗传算法工具箱对遗传算法进行编程-teach you how to use genetic algorithm in matlab
  3. 所属分类:software engineering

    • 发布日期:2017-05-27
    • 文件大小:9704181
    • 提供者:孙敏
« 1 2 3 4 56 7 8 9 10 ... 27 »
搜珍网 www.dssz.com