CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - crossover

搜索资源列表

  1. genalg

    0下载:
  2. The simple class for real-numbers genetic algorithm. The main advantage of this realisation is a lot of crossover functions. Simple, Arithmetic, Geometry, Discrete, Binary Crossover, Blend Crossover (BLX) are implemented. Class useful for numerical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:4.35kb
    • 提供者:luckydevil
  1. Multiagent-Optimizer-with-Generalized-Edge-Assemb

    1下载:
  2. Multiagent Optimizer with Generalized Edge Assembly Crossover
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:911.03kb
    • 提供者:Tom
  1. Knapsack-problem-based-on-GA

    1下载:
  2. 本文件含论文及源代码。论文首先介绍了基本遗传算法的基本原理、特点及其基本实现技术,接着针对背包问题,论述了遗传算法在编码表示和遗传算子(包括选择算子、交叉算子变异算子这三种算子)等方面的应用情况。并且结合背包问题实例,给出了具体的编码方法,运行参数,群体大小,最大迭代次数,以及合适的遗传算子。最后,简单说明了遗传算法在求解背包问题中的应用并对遗传算法解决背包问题的前景提出了展望。-The file containing the papers and source code. The paper
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:411.17kb
    • 提供者:李海波
  1. crossover-point

    2下载:
  2. C++实现的卫星测高交叉点模拟计算,程序中包含6个低轨卫星SP3精密星历数据。-The crosspoint analog C++ achieve altimetry calculation program contains 6 the LEO satellite SP3 precision ephemeris data.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:2.03mb
    • 提供者:kkf
  1. nsga2code

    0下载:
  2. NSGA-II的C语言算法实现,包含交叉、变异个步骤-NSGA-II algorithm in C language to achieve, including crossover and mutation steps
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:23.82kb
    • 提供者:caojiru
  1. A-Detailed-procedure-of-GA

    0下载:
  2. 遗传算法详解的程序,包括常用的交叉和变异方法,每种方法都有程序相对应。对遗传算法整体程序的编写,可以用作参考-Genetic algorithms explain the procedure, including the commonly used methods of crossover and mutation, each method has procedures correspond. The overall process for the preparation of genetic
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:11.29kb
    • 提供者:权义柯
  1. GL-25

    0下载:
  2. 基于新的交叉算子的全局与局部实数编码遗传算法GL-25-Global and local real-coded genetic algorithms based on parent-centric crossover operators
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1.59mb
    • 提供者:sean
  1. yichuansuanfaduomubiao

    0下载:
  2. 本遗传算法主要采用选择、交叉和变异三种方式实现。在定义域内随机选取50组自变量作为初始种群,进行交叉、变异、选择复制后得到相应的最大函数值-The genetic algorithm is mainly using selection, crossover and mutation are three ways to realize. Randomly selected 50 set of independent variables in domain as the initial popul
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.7kb
    • 提供者:dengzhenbo
  1. genetic-algorithm

    0下载:
  2. In the field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural selection. This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions to optimizatio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.64kb
    • 提供者:uja
  1. binary-ga

    0下载:
  2. THIS A MATLAB CODE WITH GENETIC ALGORITHM.I WROTE IT FOR CROSSOVER OPERATOR IN GENETIC CODE IN MATLAB-THIS IS A MATLAB CODE WITH GENETIC ALGORITHM.I WROTE IT FOR CROSSOVER OPERATOR IN GENETIC CODE IN MATLAB
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:HAANA
  1. EWA

    0下载:
  2. Earthworms can aerate the soil with their burrowing action and enrich the soil with their waste nutrients. Inspired by the earthworm contribution in nature, a new kind of bio-inspired metaheuristic algorithm, called earthworm optimization algorithm (
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:9.29kb
    • 提供者:王静
  1. jifjsaf

    0下载:
  2. Particle swarm optimization algorithm, also known as particle swarm optimization algorithm (Swarm Optimization Particle), abbreviated as PSO, is a parallel algorithm on the basis of the observation of the behavior of animal clusters, the use of group
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:jianglantian
  1. biobjective

    0下载:
  2. 双目标遗传算法 程序包含 交叉 变异 迁移 解码 编码 选择 以及pareto最优解 可以运行-Dual objective genetic algorithm program includes crossover and mutation migration decoding and encoding options and pareto optimal solution can run
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.54kb
    • 提供者:mr feng
  1. GA

    0下载:
  2. 应用遗传算法解决旅行商(TSP)问题,算法中的染色体交叉过程改进了基本遗传算法的交叉办法。改程序可以求解30个城市的旅行商问题,也可以稍作修改继续扩展为更多城市的旅行商问题。-Applying the genetic algorithm to solve the traveling salesman (TSP) problem, the algorithm improves the process of chromosomal crossover compared to traditional
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1.39mb
    • 提供者:马骏
搜珍网 www.dssz.com