搜索资源列表
PSOt
- 粒子群算法pso的工具箱,里面包括PSO的主程序和一些函数的程序-pso tool box
kriging-toolbox
- 克里金插值工具箱函数 用于计算克里金插值计算问题-Kriging toolbox function is used to calculate the kriging interpolation calculation
PSOt
- matlab工具箱。这个m文件是标准粒子群算法的matlab代码。用它测试过很多函数,都能用。代码详细。说明具体。操作方便-the matlab code for particle swarm optimizating,the algorithm is the basic particle swarm optimizating.every user can use it.
pso_Trelea_vectorized
- 粒子群算法主函数,粒子群算法工具箱中的主函数-The main function of particle swarm algorithm
voicebox
- matlab语音工具箱,用于实现matlab处理语音信号的各种工具,分析语音信号的matlab内置函数-Voice toolbox in matlab, is implemented by a variety of tools matlab voice signal processing, matlab built-in function analysis of speech signal
PSOtool---PSO-Trelea-vectorized
- 基于PSO工具箱的函数寻优算法,包括工具箱,mtlab程序的实现-PSO toolbox based on the function optimization algorithm, including the toolbox, MTLAB program to achieve
3
- 目前的多目标优化算法有很多,Kalyanmoy Deb 的 NSGA-II(Nondominated Sorting Genetic Algorithm II,带精英策略的快速非支配排序遗传算法)无疑是其中应用最为广泛也是最为成功的一种。MATLAB 自带的 gamultiobj 函数所采用的算法,就是基于 NSGA-II 改进的一种多目标优化算法(a variant of NSGA-II)。gamultiobj 函数的出现,为在 MATLAB 平台下解决多目标优化问题提供了良好的途径。gamu