搜索资源列表
bayesfunction
- bayeserr - Computes the Bayesian risk for optimal classifier. % bayescln - Classifier based on Bayes decision rule for Gaussians. % bayesnd - Discrim. function, dichotomy, max aposteriori probability. % bhattach - Bhattacharya s upper limit of
zju-max-Ga
- 一个求函数最值得c程序,使用遗传算法。简解明了。非常实用。-a function for most c, the use of genetic algorithm. Mr Xie understand. Very practical.
GCluser
- 分级聚类算法:包括k-mean max-dist min-dist 程序使用方法: 程序中打开文件“.dat”-》选择聚类方法-》显示数据 .dat文件格式: 分成几类 输入样本维数 样本个数 下面依次为样本特征向量
KMEANS
- This directory contains code implementing the K-means algorithm using min-max distance.
FirstChange
- 人工智能博弈树学习。用户是MAX方,电脑是MIN方,实现经典的分钱币游戏的与或图盲目搜索算法。-Artificial intelligence game tree learning. MAX user side, the computer is MIN parties to achieve the classic sub-games and coins or graph blind search algorithm.
Fuzzy
- 模糊算法,实现了求交法计算模糊蕴含关系、最大最小法进行合成运算、求并法计算输出量的模糊集合、加权平均法计算实际的清晰控制量等部分的详细代码。-Fuzzy algorithm, the realization of the intersection method to calculate fuzzy implication relations, max-min method for synthesis of computing, and method for output fuzzy sets,
tenlei
- function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if
hc-mmas-ubqp
- Short descr iption: A MAX-MIN Ant System (MMAS) implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP). Aim of the software: Educational (not high-performance) it shows how to implement a M
max
- 计算4个股票中一年内每天的最大最大最小差值的源码,自己修改下可以利用-Calculation of the stock in year four of the largest daily max-min difference between the source that they can be modified to use
ACO.ZIP
- ACO algorythm. This software package provides an implementation of various Ant Colony Optimization (ACO) algorithms applied to the symmetric Traveling Salesman Problem (TSP). The ACO algorithms implemented are Ant System, Elitist Ant System, MAX-MIN
Code
- 最大流的压入与重标记算法,最短路程,最大费用的算法,-The Push-Relabel Algorithm max/min cuts
clkmeans
- 将最大最小距离和k-means算法融合实现聚类-max-min distance and k-means
MAX-MINAntSystem
- 最大最小蚂蚁系统程序,供学习应用者参考。-Max-min ant system program for the learning applications in Taiwan.
MMAS
- 最大最小蚁群算法求解TSP的实现在基本算法的基础上做少许更改即可。 1》初始化路段信息素为最大值 2》在增加信息素时只更新最优路径 3》在挥发信息素时,将所有路段的信息素值限制在最大最小值之间-Max Min Ant Colony
GAslnhm
- 用来计算函数最大值的MATLAB的遗传算法-GA algorithm for computating max value
original
- 这个程序是用遗传算法求函数的最大值的源码,很有参考价值-this code is about the max way to solve it out
change-channel-final
- max烘焙后贴图通道为3,本程序可以自动地将通道3改为通道1,非常好用而且强大。-chang channel3 to channel 1
Max-and-Min
- 运用递归与分治策略同时找到一组数据的最大最小数,算法复杂度为n*logn-The use of recursive divide and conquer strategy with the same time find a set of minimum and maximum number of data, the algorithm complexity is n* logn
myGA
- 用遗传算法求函数 max f(x1,x2) = 100 (x1^2-x2^2)^2 + (1-x1)^2, -2.005 ≤ xi ≤ 2.005 的最大值-Using genetic algorithms get max f (x1, x2) = 100 (x1 ^ 2-x2 ^ 2) ^ 2+ (1-x1) ^ 2, when-2.005 ≤ xi ≤ 2.005
get-a-max-value-with-GA
- 用遗传算法来求解一个函数的最大值,简单易懂-get a max value of a fuction with the method of GA