说明:利用matlab进行了内点法的编程,通过内点法解决最优化问题
说明:本程序为物流选址的MATLAB软件下实现的源代码,利用粒子群优化算法进行求解,程序简洁实用
说明:本程序基于matlab 遗传算法的源程序代码,遗传算法是应用于各种优化问题的典型算法,有很高的参考价值。-procedures based on the Matlab genetic algorithm source code, the genetic algorithm is applied in...
说明:基于Matlab的函数优化遗传算法程序,包含了遗传算法实现的大部分步骤,而且有详细的注释.-Matlab functions genetic algorithm optimization procedures, including the genetic algorithm to achieve t...
说明:一个用bp 来优化pid 参数的matlab 源程序。-A bp to optimize the use of pid parameters matlab source.
说明:利用Matlab遗传算法工具箱求解有约束最优化问题 目标函数simple_fitness.m 约束边界条件函数simple_constraint.m 主程序main.m