搜索资源列表
TarDraw
- 目标跟踪显示的源代码,包含极坐标与之角坐标的转换,轨迹点的显示等
DUOWEIWUYUESHU.rar
- 几种多维无约束优化算法,fun表示目标函数。 有Powel法、坐标变换法等,Several multi-dimensional unconstrained optimization algorithm, fun, said the objective function. There Powel law, such as coordinate transformation method
dimension_turn_6
- 优化设计算法:用坐标轮换法求目标函数的最优解和最优值,已经验证算法的正确性,visual C++6.0开发,变量维数为6 -Optimization Algorithm: Method using coordinate rotation objective function of optimal solution and optimal value, has verified the correctness of the algorithm, visual C++6.0 developmen
manwandiaodu-PSO
- 群微粒算法:本算法用群微粒算法求目标函数的最大值 //本算法使用步骤 // (1)派生自己的群微粒类,类中必须定义double GetFit(PARTICLE&)方法,用来计算每个微粒的适合度 // (2)生成派生类实例,并在构造函数中指明微粒坐标维数和群体个数 // (2)设置微粒坐标上界数组和下界数组,并用SetXup与SetXdown设置微粒坐标上下界 // (3)用SetVmax方法设置微粒最大速度 // (4)设置可选参数:C1,C2,W和通讯函数 // (