搜索资源列表
MOEA-NSGA-II
- 基于进化算法的多目标优化,以matlab程式所寫成,請大家參考參考-evolutionary algorithm based on the multi-objective optimization to written Matlab program, please refer to reference
GA8746
- 多目标规划优化问题 Matlab中常用于求解多目标达到问题的函数为fgoalattain-Multi-objective planning optimization problem Matlab is commonly used to achieve problem solving multi-objective function fgoalattain
Particle
- matlab解决多参数优化问题,已经调通过,可以直接使用。并且目标函数有微分构成。-matlab to solve the multi-parameter optimization problems, have been transferred through, can be used directly. And the objective function differential constitute.
genetic-algorithm-mutiple-target
- matlab智能算法基于遗传算法的多目标优化算法(此例中有两个目标函数)-genetic algorithm to solve multiple target problems
BNB18
- 非线性多目标优化函数,适合学习目标优化,适合学生学习-non-optimization for matlab,resource suit to learn by researchers
Efficient-Solutions
- 利用MATLAB编辑的多目标优化问题的理想有效解,对学习MATLAB有用-The use of multi-objective optimization problem MATLAB editor effective solution ideal for learning MATLAB helpful
3
- 目前的多目标优化算法有很多,Kalyanmoy Deb 的 NSGA-II(Nondominated Sorting Genetic Algorithm II,带精英策略的快速非支配排序遗传算法)无疑是其中应用最为广泛也是最为成功的一种。MATLAB 自带的 gamultiobj 函数所采用的算法,就是基于 NSGA-II 改进的一种多目标优化算法(a variant of NSGA-II)。gamultiobj 函数的出现,为在 MATLAB 平台下解决多目标优化问题提供了良好的途径。gamu
基于遗传算法的多目标优化
- Matlab源码,通过非支配排序NASA-II,实现通过遗传算法求解多目标优化。