搜索资源列表
xiaoshengjing
- 本文在阅读大量遗传算法小生境技术资料基础上,介绍了遗传算法的特点、物种形成和小生境技术,详细陈述上世纪80年代以来的各种小生境实现方法,包括共享函数法、确定性排挤法、可变半径的聚类算法和隔离小生境方法等;最后对小生境遗传算法的工程应用提出了展望。 -In this paper, a lot of reading technical information niching genetic algorithm based on the characteristics of genetic alg
GA
- 一个实用的遗传算法小程序,计算二元函数的极值-GA
1
- 退火算法,运用退火算法解决函数优化等问题,运用遗传算法解决学生宿舍分配问题。-Annealing algorithms, the annealing algorithm to solve the function optimization using genetic algorithm to solve the problem of allocation of student hostels.
matlab
- 基于遗传算法的投影寻踪代码,提供大家下载,方便查阅-【研学堂】【代码】投影寻踪代码,请验用!! function Qa=Project_Pursuit(X,a,Alpha) 输入参数列表 X 本指标矩阵,n×p的矩阵,每一行为一个样本, Xij表示第i行第j列指标,X是否已经归一化均可 a 投影向量,1×p的矩阵,元素取值范围-1~1,要求其元素平方和等于1 Alpha 窗口半径系数,典型取值0.1
GAC
- 一个简单实用的遗传算法C语言程序代码,可以方便有效的求解函数坐直问题。-A simple and practical genetic algorithm C language code, you can easily and effectively solve the problem of function upright.
genenetic-algorithm-C-
- 一个函数优化遗传算法的C语言程序,可解决一般的函数优化问题-A function to optimize the C programming language of genetic algorithm, to solve the general function optimization problem
example1
- 选择二进制编码,利用遗传算法计算函数的最小值-calculate function minimum with genetic algorithm
GA-MFC
- 这是一个用MFC制作的遗传算法求函数最值的程序,能对算法参数进行更改-This is a MFC produced genetic algorithms function best value program, algorithm parameters can be changed
gene_test
- y=f(x,y,z...)基于遗传算法的单一目标函数寻求最优或者最小极值点-Single objective function optimization based on GA
GASEIS3
- 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,-GA MATLB program, there are genetic algorithm selection, crossover and mutation functions, some simple examples MABTLAB genetic algorithm!
yichuan
- 基于神经网络与遗传算法的多目标函数优化求解程序-Multi objective function is based on neural networks and genetic algorithm optimization solver
3
- 目前的多目标优化算法有很多,Kalyanmoy Deb 的 NSGA-II(Nondominated Sorting Genetic Algorithm II,带精英策略的快速非支配排序遗传算法)无疑是其中应用最为广泛也是最为成功的一种。MATLAB 自带的 gamultiobj 函数所采用的算法,就是基于 NSGA-II 改进的一种多目标优化算法(a variant of NSGA-II)。gamultiobj 函数的出现,为在 MATLAB 平台下解决多目标优化问题提供了良好的途径。gamu
遗传算法多目标优化
- 这是遗传算法多目标优化程序。虽然是基础的GA算法程序,但是注释清晰,可以修改目标函数运行,也可以在此基础上进行算法优化(This is a multi-objective optimization program of genetic algorithm. Although it is the basic GA algorithm program, but the annotation is clear, it can modify the operation of the objective
code(1)
- 风电机组: 电价0.6 Pw_max=[2,1,3,4,5,5,4,2,3,5,5,1,2,4,5,5,5,4,3,5,3,3,2,4]; 光伏: 电价0.9 Pf_max=[0,0,0,0,0,0,1,2,3,4,5,5,5,5,4,3,1,0,0,0,0,0,0,0]; 热电机组: 电价 0.4 成本 标准煤价格 500元 电加热: 功率平衡约束: QL=[18,16,12,16,18,20,14,22,12,18,4,20,6
vrp_ga-master
- 最优路径遗传算法,用于搜寻最优路径,可根据需要修改目标函数,最小成本、最短时间等(Genetic alogrithm for optimal-path searching ,available for finding out the best path,constrained by minimum-cost,minimum-time.etc.)