搜索资源列表

  1. 基因计算

    0下载:
  2. 简单遗传算法(SGA) 主要算法模块有:选择 交叉 变异 (三个遗传操作) 和 群体更新 -simple genetic algorithm (SGA) algorithm for the main modules are : choice of crossover and mutation (3 Genetic Manipulation) and update groups
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-12
    • 文件大小:4096
    • 提供者:赵小美
  1. 遗传基因算法源代码(资料)

    0下载:
  2. 遗传基因算法源代码(资料),C++源代码,是研究遗传算法的入门程序。-genetic algorithm source code (information), C source code, is to study the genetic algorithm entry procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-12
    • 文件大小:17408
    • 提供者:hu
  1. gener

    0下载:
  2. 这是个用fortran 编的基因遗传算法.-This is a series with FORTRAN genetic algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-12
    • 文件大小:428032
    • 提供者:李晓
  1. jiyinyichansuanfa

    0下载:
  2. 基因遗传算法.在图像处理中的应用.有利于遗传算法的研究与应用.-Genetic algorithm. In image processing applications. In favor of genetic algorithm research and application.
  3. 所属分类:生物技术

    • 发布日期:2024-06-12
    • 文件大小:3607552
    • 提供者:姚庆杏
  1. VC-GA

    0下载:
  2. 用VC++实现了基因遗传算法,可以通过该程序进行基因算法仿真,编译前先删除.ncb 和.opt文件,再重新编译运行。-With VC++ Realize the genetic algorithm, the program can carry out genetic algorithm simulation, the compiler before delete. Ncb and. Opt file, and then re-run t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-12
    • 文件大小:78848
    • 提供者:wwx
  1. Genetic-algorithm

    0下载:
  2. Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-12
    • 文件大小:3177472
    • 提供者:chen
  1. GA-VB

    0下载:
  2.  基于VB的遗传算法软件实现 在程序中,FitnessValue (i) 为适应度值数组、avFit2nessValue (100) 为归一化适应度值数组、Population2 Chrom(i ,j) 为遗传个体的等位基因值、Popsize 为种群中的个体数,CHROMLENGTH为一母体对的等位基因 总数。-VB-based genetic algorithm software implementation in the p
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:sdf
  1. sga

    0下载:
  2. 基本遗传算法的matlab源程序,bstr2rval.m为基本编码转为实际值子函数,createPop.m创建初始种群子函数,crossOper.m基因交叉子函数,indiEval.m个体实际值子函数,mutateOper.m基因变异子函数,selectOper.m选择算子子函数,sga.m基本遗传算法子函数-The basic genetic algorithm matlab source, bstr2rval.m as the ba
  3. 所属分类:matlab例程

    • 发布日期:2024-06-12
    • 文件大小:4096
    • 提供者:闫安心
  1. geneticalgorithmforthegenealizedassigmentproblem.r

    0下载:
  2. 分析了排课的数学模型, 根据遗传算法本身特点设计了一种数据结构基因编码 , 及几个涉及到的优化 目标评价函 数 , 提出了利用遗传算法解决排课问题的方法, 并通过试验验证了该方法的有效性、 可靠性 .-Timetable analysis of the mathematical model, according to the characteristics of genetic algorithm design of a data
  3. 所属分类:软件工程

    • 发布日期:2024-06-12
    • 文件大小:186368
    • 提供者:
  1. gaknn2008-12-08

    0下载:
  2. 本算法是实现基于KNN的基因遗传算法,是对KNN算法的改进,具有更好的分类效果。-gaKnn[Genetic Algorithm Optimized K Nearest Neighbor Classification fr a mework] is a fr a meowork for KNN optimization with a genetic algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-12
    • 文件大小:26624
    • 提供者:sally
  1. jgap_3.4.3_src

    0下载:
  2. JGAP是一种遗传算法和遗传规划的组成部分提供了一个Java框架。它提供了基本的遗传机制,可以很容易地用来申请进化原则问题的解决办法。见实例演示或观赏树的图形,可以创建JGAP找到解决办法的基因进化程序。-JGAP is a genetic algorithm and genetic programming an integral part of providing a Java fr a mework. It provides bas
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-12
    • 文件大小:4858880
    • 提供者:Daniel.Shi
  1. tspsa

    0下载:
  2.  针对基于遗传算法的TSP 问题求解, 尝试了多种遗传操作, 分析了这些操作在遗传算法中的作用, 讨论了基因片段保序在利用遗传算法求解TSP 问题中的重要性.-Based on Genetic Algorithm for TSP Problem Solving, try a variety of genetic manipulation, analysis of these operations at the role of genet
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-12
    • 文件大小:865280
    • 提供者:
  1. ga

    0下载:
  2. 一种多目标遗传算法策略的基因表达数据的基因选择的论文-A multi-objective genetic algorithm strategy for gene expression data for genetic selection of papers
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-12
    • 文件大小:175104
    • 提供者:王瑛
  1. fga-1.4.tar

    0下载:
  2. 使用Visual C++ 2003编写的遗传算法库,具有详细的说明文档,使用接口函数传入相关适应度函数与基因个数、迭代次数相关信息,进行目标优化,使用类模板的形式支持函数并行化-Using Visual C++ 2003 prepared by the genetic algorithm library, a detailed descr iption of the document, use the interface functio
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-12
    • 文件大小:226304
    • 提供者:asy
  1. 0903

    0下载:
  2. 基于遗传算法的bp神经网络对基因芯片数据进行分类,能进行准确的分类,能运行。很实用-bp svm matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:liuyujie
  1. MATLABGA

    0下载:
  2. 遗传算法程序,包括基因的遗传变异过程,适合做调度问题-genetic algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-06-12
    • 文件大小:20480
    • 提供者:wangzimo
  1. 基因遗传算法MATLAB代码 -

    0下载:
  2. 通过分析此MATLAB编程,使用者可以对基因遗传算法有个较深刻的认识,对基因遗传算法感兴趣的建议可以读一下。(Learning Genetic Algorithm with the help of MaATLAB)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-12
    • 文件大小:19456
    • 提供者:JACK1116
  1. 基因算法代码

    0下载:
  2. 通过分析此matlab程序语言,使用者会对基因遗传算法有一个较深刻的认识,特别适合对基因遗传算法感兴趣的人群。(Learning the Genetic Algorithm with the help of MATLAB)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-12
    • 文件大小:24576
    • 提供者:JACK1116
  1. niso1-mxl653

    0下载:
  2. 基因算法的python实现,实现了简单的基因遗传算法。可用来初学者参考。(A simple genetic algorithm is realized by the python implementation of the genetic algorithm. It can be used for reference for beginners.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-12
    • 文件大小:222208
    • 提供者:鹿先森LM
  1. 遗传算法

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法是从代表问题可能潜在的解集的一个种群(population)开始的,而一个种群则由经过基因(gene)编码的一定数目的个体(individual)组成。每个个体实际上是染色体(chromosome)带有特征的实体。染色体作为遗传物质的主要载体,即多个基因的集合,其内部表现
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-12
    • 文件大小:22528
    • 提供者:那拍拍
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org