搜索资源列表
-
0下载:
Random search method for minimizing a function.
-
-
0下载:
这个程序主要是用来设计实现一个蒙特卡洛的算法 采用matlab设计 可以应用在随机搜索方面-This program is mainly used to design and implement a Monte Carlo algorithm using matlab design can be applied to random search and
-
-
0下载:
DFS CODE Depth-first search algorithm Matlab source this procedure site collected from abroad, is the standard depth-first search algorithm, can be achieved and the detection circuit node traversal functions, details see the original English Notes I
-
-
0下载:
粒子群算法(PSO)属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。该程序适用于MATLAB中粒子群算法的实现。-
Similar to the on
-
-
4下载:
用matlab实现的rrt快速随机搜索树算法,方便易于理解。(Using MATLAB to achieve the RRT fast random search tree algorithm, convenient and easy to understand.)
-
-
1下载:
免疫算法是受生物免疫系统的启发而推出的一种新型的智能搜索算法,是一种确定性和随机性选择相结合并具有"勘探"与"开采"能力的启发式随机搜索算法。
算法主要的步骤:
(1)抗原识别与初始抗体产生。
(2)抗体评价
(3)免疫操作
免疫算法的特点:
(1)全局搜索能力
(2)多样性保持机制
(3)鲁棒性强
(4)并行分布式搜索机制(A new intelligent i
-
-
0下载:
使用随机搜索方法,进行局部最优求解,matlab语言版本。(The random search method is used to perform local optimal search.)
-
-
1下载:
用于求解单目标优化问题的正弦余弦算法。
SCA创建多个初始随机候选解决方案,并要求它们使用基于正弦和余弦函数的数学模型向外波动或朝向最佳解决方案。几个随机和自适应变量也被集成到该算法中,以强调在不同的优化里程碑中探索和利用搜索空间。
压缩包包括:发表的论文、优化算法代码、优化工具箱。(Sine-cosine algorithm for solving single objective optimization problems.
SCA creates multiple initial ra
-