CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab aco optimization algorithm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab aco optimization algorithm - List
[
AI-NN-PR
]
de36
DL : 0
蚁群算法源(Ant colony optimization ACO)代码-ant algorithm source (Ant colony optimization ACO) code
Update
: 2025-02-17
Size
: 7kb
Publisher
:
李常刚
[
matlab
]
ant_colony_system
DL : 0
蚁群算法解决TSP问题 matlab程序-Ant colony algorithm to solve TSP problem matlab program
Update
: 2025-02-17
Size
: 1kb
Publisher
:
chenglong
[
AI-NN-PR
]
ACO
DL : 0
蚁群算法的通用程序,ant colony optimization.-Ant colony algorithm universal procedures, ant colony optimization.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
国王的王国
[
matlab
]
aco-ga-pso-tsp
DL : 0
一个集合遗传算法,蚁群算法,粒子群算法的混合算法解决TSP问题的MATLAB程序-A collection of genetic algorithm, ant colony algorithm, the hybrid particle swarm optimization algorithm to solve TSP problems MATLAB program
Update
: 2025-02-17
Size
: 4kb
Publisher
:
严周广
[
Other
]
ACO-TSP
DL : 0
利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
Update
: 2025-02-17
Size
: 72kb
Publisher
:
波波
[
Windows Develop
]
simulatedannealing
DL : 0
General simulated annealing algorithm-anneal Minimizes a function with the method of simulated annealing (Kirkpatrick et al., 1983) ANNEAL takes three input parameters, in this order: LOSS is a function handle (anonymous function or inline) with a loss function, which may be of any type, and needn t be continuous. It does, however, need to return a single value. PARENT is a vector with initial guess parameters. You must input an initial guess. OPTIONS is a structure with settings for the simulated annealing. If no OPTIONS structure is provided, anneal uses a default structure. OPTIONS can contain any or all of the following fields (missing fields are filled with default values): Verbosity: Controls output to the screen. 0 suppresses all output 1 gives final report only [default] 2 gives temperature changes and final report Generator: Generates a new solution from an old one. Any function handle that takes a solution as input and gives a valid solution (i.e.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
Ping-Feng Xu
[
matlab
]
ACOUCP
DL : 0
无约束连续函数优化的人工蚁群算法通用MATLAB源码 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解 -Unconstrained optimization of continuous function of artificial ant colony algorithm for general-purpose MATLAB source code。 This source code is an implementation of artificial ant colony algorithm for unconstrained optimization of continuous function to solve for the case containing the constraints, you can first use the penalty function and other methods to deal with the problem into the unconstrained model, then use the origin codes solving
Update
: 2025-02-17
Size
: 2kb
Publisher
:
孙准
[
matlab
]
ACO-PSO
DL : 0
蚁群算法(ACO)和粒子群算法(PSO)的混合算法解决旅行商问题(TSP)的matlab代码-Ant colony optimization (ACO) and particle swarm optimization (PSO) of the hybrid algorithm to solve traveling salesman problem (TSP) in matlab code
Update
: 2025-02-17
Size
: 4kb
Publisher
:
薛栋
[
matlab
]
aco-v1.1
DL : 0
This MATLAB implementation computes a correspondence between two shapes based on ant colony optimization (ACO). The input shapes can be either two 2D contours (open or closed) or two arbitrary sets of 2D points. The algorithm is described in detail in:
Update
: 2025-02-17
Size
: 37kb
Publisher
:
harish
[
matlab
]
matlab-code
DL : 0
aco matlab code ant colony optimization matlab code acs algorithm
Update
: 2025-02-17
Size
: 6kb
Publisher
:
maysam
[
AI-NN-PR
]
ACO
DL : 0
蚁群算法的MATLAB程序 用于TSP问题-Ant colony optimization algorithm applied in the traveling salesman problem
Update
: 2025-02-17
Size
: 32kb
Publisher
:
陈璐
[
AI-NN-PR
]
Multi-ACO-for-TSP
DL : 1
多种群蚁群算法解决pst问题的matlab代码,很有借鉴意义-Multiple ant colony system optimization algorithm for sovling TSP problem
Update
: 2025-02-17
Size
: 12kb
Publisher
:
zongxinlu
[
matlab
]
MATLAB-ACO-PSO-IA
DL : 0
群智能算法包括蚁群、粒子群算法等,以及人工免疫算法-Swarm intelligence algorithms include ant colony, particle swarm optimization, and artificial immune algorithm
Update
: 2025-02-17
Size
: 22kb
Publisher
:
robert
[
Other
]
aco
DL : 1
基于蚁群算法matlab无功优化 可以参考-Ant colony algorithm matlab Reactive Power Optimization
Update
: 2025-02-17
Size
: 3kb
Publisher
:
hanshao
[
AI-NN-PR
]
aco
DL : 0
蚁群算法是现代优化算法,这个是直接可以编译通过的蚁群算法求解51城市的TSP问题的MATLAB源代码 -Ant colony algorithm is a modern optimization algorithm, which is directly compiled by the ant colony algorithm to solve the 51 cities of the TSP problem MATLAB source code
Update
: 2025-02-17
Size
: 10kb
Publisher
:
xulin
[
source in ebook
]
ACO
DL : 0
蚁群算法(Ant Colony Optimization,ACO)是一种新颖的组合优化算法,它具有较强的鲁棒性、优良的分布式计算机制、易于与其他方法相结合等优点.包括改进的蚁群算法求解最优路径MATLAB源码,运行环境R2014b-Ant colony algorithm (Ant Colony Optimization, ACO) is a novel combinatorial optimization algorithm that is robust, excellent distributed computer system, easy to combine with other methods and other advantages, including improved ant colony algorithm find the optimal path MATLAB source, operating environment R2014b
Update
: 2025-02-17
Size
: 6kb
Publisher
:
高帅
[
Other
]
aco
DL : 0
In computer science and operations research, the ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs. This algorithm is a member of the ant colony algorithms family, in swarm intelligence methods, and it constitutes some metaheuristic optimizations. Initially proposed by Marco Dorigo in 1992 in his PhD thesis, the first algorithm was aiming to search for an optimal path in a graph, based on the behavior of ants seeking a path between their colony and a source of food. The original idea has since diversified to solve a wider class of numerical problems, and as a result, several problems have emerged, drawing on various aspects of the behavior of ants. From a broader perspective, ACO performs a model-based search and share some similarities with Estimation of Distribution Algorithm.
Update
: 2025-02-17
Size
: 47kb
Publisher
:
reyhooon
[
matlab
]
ypea103-ant-colony-optimization
DL : 0
ant colony optimization algorithm implementation matlab
Update
: 2025-02-17
Size
: 19kb
Publisher
:
kanchan
[
matlab
]
aco
DL : 0
This algorithm tells about optimization of a function using Ant colony Optimization Matlab.
Update
: 2025-02-17
Size
: 28kb
Publisher
:
viktrose
[
Windows Develop
]
蚁群算法ACO
DL : 0
一种经典蚁群算法的matlab代码,可进行函数的优化,内含函数的优化。(A classical ant colony algorithm's matlab code, can carry out the function optimization, contains the function optimization.)
Update
: 2025-02-17
Size
: 2kb
Publisher
:
言叶之庭1
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.