搜索资源列表

  1. MYGA0

    0下载:
  2. 本程序是一个基本的简单遗传算法示范程序,其优化目标是在〔0,2*pi〕上搜索函数sin(x)*sin(x)的最大值-this procedure is a basic and simple genetic algorithm model procedures, optimizing their goal is [0, 2* pi] search function sin (x)* sin (x) maximum
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:堂木
  1. fmax_ga

    0下载:
  2. 求解函数最大值的遗传算法Matlab源代码-maximum function for the genetic algorithm source code Matlab
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:mmcc
  1. yichuan_sga

    0下载:
  2. 基本遗传算法,用来求解函数的最大值!在VC和TC下均可实现.-basic genetic algorithm used to solve the function of the maximum! And the VC can be achieved under TC.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:黄波
  1. PolyFitSingle

    0下载:
  2. //=== === === === === === === = //函数说明 //函数名称:PolyFit //函数功能:最小二乘法曲线拟合 //使用方法:double *x ---- 存放n个数据点的X坐标 // double *y ---- 存放n个数据点的Y坐标 // int n -------- 给定数据点个数 // double *a ---- 返回m-1次拟合多项式的m个系数 // i
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:石林
  1. theMax_lyon

    1下载:
  2. 利用遗传算法求函数最大值的一段源代码,算法的使用过程可以一起研究一下-the use of genetic algorithms to find the maximum function of a source code, the algorithm can be used in the process of study
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:王亮
  1. yichuan11

    0下载:
  2. 利用遗传算法求使 达到最大值时的x1和x2的值-using genetic algorithms to achieve the maximum value for the x1 and x2 value
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:mengxinyi
  1. zuiyouhua-0.618

    0下载:
  2. 0.618计算最大值 学最优化的时候写的菜程序-.618 study calculated the maximum optimal time to write procedures for the food
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:bug
  1. ga_main

    0下载:
  2. 基本遗传算法在求一个函数表达式的最大值应用!-basic genetic algorithm in a function expression for the maximum application!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:619520
    • 提供者:徐徐
  1. ga

    0下载:
  2. 用C语言实现的遗传算法的程序,实现的是y=x+10*sin(5*x)+5*cos(10*x)求最大值.实现环境为win-tc.-C language GA procedures, achieving is y = x 10* sin (x 5*) 5* cos (10* x) for the maximum. To achieve environmental w in-tc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:王艳秋
  1. ga

    0下载:
  2. 完全由自己编写的一个利用遗传算法求解复杂函数最大值的C++程序。程序有详细的注析,简明易懂。并附有一篇论文。-I have written entirely by the use of genetic algorithm for solving a complex function of the maximum C++ Procedures. Note has detailed procedures for analysis and e
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:31744
    • 提供者:zhmaol
  1. SumDataGridView

    1下载:
  2. 此控件是为了让 DataGridView 支持合计行,而设计的,同时支持“最大值、最小值、平均值".在合计行单击鼠标右键可选择相应功能。-This is to enable the DataGridView control to support the Total line, designed to support the maximum, minimum, average. Line in the combined Right-c
  3. 所属分类:数据库编程

    • 发布日期:2024-05-19
    • 文件大小:33792
    • 提供者:lw
  1. lvbo

    0下载:
  2. 滤波一般用于消除图像中的随机噪声,故下面的程序先添加典型噪声,再进行各种滤波处理:均值滤波、中值滤波、最小值滤波、最大值滤波。 -Image filtering is generally used to eliminate the random noise, so the following procedure to add the typical noise, and then conduct various kinds of f
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:张雨辰
  1. pashansousuo

    0下载:
  2. 用爬山法求f(x,y)=1/(x2+y2+2)的最大值,设计出具体的程序,使之能够动态演示爬山搜索过程。-Climbing method with f (x, y) = 1/(x2+ Y2+ 2) the maximum, the specific procedure designed to enable them to climb the search process dynamic presentation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:jack
  1. ThemprogramofGeneticAlgorithm

    0下载:
  2. 遗传算法matlab程序用于求解目标函数最大值,且解为非负整数解-Genetic algorithm matlab program for solving the objective function value, and the solution of a non-negative integer solutions
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:毛毛虫
  1. L1

    0下载:
  2. 输入一个字符串(数字),可以输出其最大值、最小值和平均值.-Enter a string (digital), can output the maximum, minimum and average.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:louwutao
  1. gatbx

    0下载:
  2. yj1.m:简单一元函数优化实例,利用遗传算法计算下面函数的最大值 包括了遗传算法的12个经典例题,适合大家学习参考。-yj1.m: a dollar a simple example of function optimization using genetic algorithm function below the maximum value of the genetic algorithm including 12 class
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:46080
    • 提供者:肖明
  1. imageFusion

    0下载:
  2. 这是指导学生完成的一个小波融合的毕业设计,主要完成了常见小波的图像分解、基于最大值的融合重构,优点在于过程比较清晰-This is to advise their students to complete a graduation project wavelet integration, mainly to complete the common image wavelet decomposition, based on the max
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:5265408
    • 提供者:李祥
  1. findMaxSub

    0下载:
  2. 找到一个数组中的最大值,并返回其位置。可以适用于二维数组的查找-Find an array of maximum, and return to their location. Can be applied to two-dimensional array to find
  3. 所属分类:驱动编程

    • 发布日期:2024-05-19
    • 文件大小:291840
    • 提供者:阳艳
  1. yichuansuanfa

    0下载:
  2. 遗传算法求解函数y=x^2 在区间0-30的最大值-Genetic Algorithm for function y = x ^ 2 in the range of 0-30 maximum
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:205824
    • 提供者:shb
  1. SGA_v1.0

    0下载:
  2. 用开发语言vc++编程实现用遗传算法求解函数f=x*sin(10*x)+1.0的最大值。-With the development of language vc++ Programming using genetic algorithm function f = x* sin (10* x)+ 1.0 maximum.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1665024
    • 提供者:龚正娟
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org