搜索资源列表
-
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.
-
-
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下载:
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下载:
This a PSO toolbox implementing Common, Clerc 1", and
Trelea types along with an alpha version of tracking changing
environments. It can search for min, max, or distance of
user developed cost function. Very easy to use and hack with
re
-
-
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下载:
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.
-
-
0下载:
linear regresion Cost function code for matlab .
machine learning algorithm.
-
-
0下载:
linear regresion multi cost function matlab code .
machine learning algorithm.
-
-
0下载:
比如每个企业和个人都要考虑的一个问题“在一定成本下,如何使利润最大化”等。最优化方法是一种数学方法,它是研究在给定约束之下如何寻求某些因素(的量),以使某一(或某些)指标达到最优的一些学科的总称。随着学习的深入,博主越来越发现最优化方法的重要性,学习和工作中遇到的大多问题都可以建模成一种最优化模型进行求解,比如我们现在学习的机器学习算法,大部分的机器学习算法的本质都是建立优化模型,通过最优化方法对目标函数(或损失函数)进行优化,从而训练出最好的模型。常见的最优化方法有梯度下降法、牛顿法和拟牛顿法
-
-
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
-