搜索资源列表
-
0下载:
matlab 防真自适应滤波器(部分)考虑时变代价函数
-Matlab defense really adaptive filter (part) when considering variable cost function
-
-
0下载:
利用PSO算法解决经济批量分发问题的matlab源代码,求解多目标函数与成本最小值。-Use PSO algorithm to solve economic volume distribution of the matlab source code for solving multi-objective cost function and the minimum value.
-
-
1下载:
本文介绍一种倒立摆系统的软硬件开发,其硬件系统具有低成本、高可靠性和稳定性等优点;其软件系统在Matlab环境下编程和实时控制,源代码完全开放,而且可调用丰富的Matlab工具箱函数,非常适用于教学和科研上的再学习和开发。-This paper introduces an inverted pendulum system software and hardware development, the hardware system has a low-cost, high reliability
-
-
0下载:
Block Matching Algorithms for Motion Estimation
This project contains the project report and source code by Aroh Barjatya for Digital Image Processing Class at Utah State University.
Following is a short descr iption of the m files in this
-
-
0下载:
This package contains a pure implementation of Real Coded Genetic Algorithm (Real Coded GA) in MATLAB. You can modify or replace the Cost Function, to solve real valued optimization problems, using Genetic Algorithm (GA).
-
-
0下载:
线性分配算法的C++版本,在MATLAB调用mex命令编译后可以直接在MATLAB中运行,函数assianstment=lap(cost),cost为匹配的代价矩阵,assianstment为输出匹配矩阵-Linear assignment algorithm C++ version of the call in the MATLAB mex command can be compiled to run directly in the MATLAB function assianstment =
-
-
1下载:
运动估计块匹配算法
以下是工程中m文件的简单注释:
main.m 可通过主函数调用各种基本的块匹配算法
FullSearch.m 全搜索法(又称为Exhaustive Search)
ThreeStepSearch.m 三步搜索法(Three Step Search)
NewTSS.m 新三步搜索法(New Three Step Search Algorithm)
SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
-
-
0下载:
cost function calculation for vertical handoff in heterogenous network-cost function calculation for vertical handoff in heterogenous network
-
-
0下载:
用silver_meal方法来解决生产批量规划问题的MATLAB程序。内部有程序代码的详细介绍和一个算例的说明。-The Silver-Meal Heuristic(named for Harlan Meal and Edward Silver)is a forward method that requires determining the average cost per period as a function of the number of periods thecurrent ord
-
-
0下载:
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。
-In artificial intellig
-
-
0下载:
is matlab source code to optimize some cost function
-
-
0下载:
Optimization of ackley function by Cuckoo with kmeansToolBox in matlab_coasite.info
This code minimizes your cost function, so don t change any part of your code.
----------------------------------------------------------------------------------
-
-
0下载:
Coding for COA_High Precision_high convergence
***Cuckoo Optimization Algorithm***
* Matlab Toolbox Ver. 1.0.1
* programmed by:
"Ramin Rajabioun, 2011"
This code minimizes your cost function,
so don t change any part of your code.
-C
-
-
0下载:
Cuckoo Optimization Algorithm for ANN cost
*** Cuckoo Optimization Algorithm ***
* Matlab Toolbox Ver. 1.0.1
* Programmed by:
" Ramin Rajabioun, 2011 "
+ This code minimizes your cost function, so don t change any part of your code.
-
-
0下载:
lingjian.m-----蒙特卡罗方法
lingjian.m使用零件初始值,用蒙特卡罗方法算出总费用。其中使用了自己编制的正态分布随机数发生器产生正态分布随机数。lingjian.m是对蒙特卡罗方法的一次练习。
accyouhua为标定值的函数,而lingjian不是一个函数,在其中已给出了一组标定值的值。
退火确定标定值/unitanneal()----模拟退火
连续型多个变量组合优化问题
这是对模拟退火方法的一次练习,结果证明模拟退火确实是一
-
-
0下载:
not good - Cuckoo Optimization Algorithm for ANN cost --- Cuckoo Optimization Algorithm --- - Matlab Toolbox Ver. 1.0.1 - Programmed by- Ramin Rajabioun, 2011 + This code minimizes your cost function, so don t change any part of -not good - Cuc
-
-
0下载:
linear regresion Cost function code for matlab .
machine learning algorithm.
-
-
0下载:
linear regresion multi cost function matlab code .
machine learning algorithm.
-
-
1下载:
假设在一个供求关系系统中,车辆从货源取货,配送到对应的若干配送点。车辆存在最大载货量,且配送可能有时间限制。需要合理安排取货时间,组织适当的行车路线,使用户需求得到满足,同时使某个代价函数最小,比如总工作时间最少、路径最短等。
可以看出TSP问题是VRP问题的一种简单特殊形式。因此,VRP也是一种NP hard 问题。
目前解决此种问题的办法有多种,主要以启发式算法为主。包括退火算法、遗传算法、蚁群算法、禁忌算法等,本文介绍两种比较简单算法:C-W节约算法和遗传算法。(Assume that
-
-
3下载:
免疫算法求解配送中心选址问题,配送中心向需求点配送货物是供应链中的重要部分.本文以成本最低为目标函数,把距离上限加入到惩罚机制,并根据抗体和抗原之间的亲和力设计自适应交叉和变异概率,把自适应的免疫算法应用到配送中心模型中进行求解,最后通过仿真实验对比验证了算法用在配送中心选址上有较好的效果.(Immune Algorithm is used to solve the location problem of Distribution Center, which is an important pa
-