登录
首页 » 算法 » gentic算法的多目标优化

gentic算法的多目标优化

于 2022-01-24 发布 文件大小:1.58 MB
0 253
下载积分: 2 下载次数: 2

代码说明:

MOEA/ D(多目标进化基于分解算法)是一个通用的算法框架。它分解一个多目标优化问题转化为多个不同的单目标优化的子(或简单的多目标优化子问题),然后使用人群为基础的方法,同时优化这些子问题。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 数据结构--C语言-Demo
    #ifndef _BINARY_TREE_H_INCLUDED#define _BINARY_TREE_H_INCLUDED#include #include templatestruct Bintree_node {T element;Bintree_node* lchild;Bintree_node* rchild;explicit Bintree_node(const T& elem=T(), Bintree_node* lchd=0, Bintree_node* rchd=0): element(elem), lchild(lchd), rchild(rchd) {}};templateclass Binary_tree {public:typedef Bintree_node* PBtn;Binary_tree();virtual ~Binary_tree();void clear();int depth() const;int size() const;virtual PBtn find(const T& elem) const=0;virtual void insert(const T& elem)=0;virtual void erase(const T& elem)=0;virtual void print(std::ostream& output) const=0;void print_tree(std::ostream& output) const;protected:
    2022-01-29 04:39:50下载
    积分:1
  • C++实现基于VQ和HMM的语音识别
    资源描述 基于VQ和HMM的语音处理-c++读入wave文件,可进行显示波形,进行端点检测,提取语音特征参数,通过训练,最后可以进行简单的语音识别,代码充足,是大家学习的好工具。
    2022-05-21 20:38:17下载
    积分:1
  • GPS定位中的时间转换小工具,年纪日,gps周
    应用背景进行公历与GPS周和天的计算,以及年积日的相互转换关键技术GPS周和天与公历日期的时间换算,可以由公历时间求得GPS时间,也可由GPS时间求得公历时间,还可计算年积日与公历时间和GPS时间的转换,三者之间都可进行任意换算,可以作为平时学习和工作的小工具,解决了在数据处理时的小麻烦
    2022-03-23 19:13:27下载
    积分:1
  • 这是C++
    This is C++ for Algorithm
    2023-06-21 08:25:07下载
    积分:1
  • CAMSHIFT+粒子
    根据粒子滤波与camshift结合的算法,效果还可以,采用手动选择目标。能够有效的完成多目标的跟踪,能够对人体车辆,行人,人脸多目标进行跟踪。
    2023-09-01 13:45:04下载
    积分:1
  • FFT(快速傅立叶变换)的实现
    FFT(快速傅立叶变换)的算法实现-FFT (Fast Fourier Transform) algorithm
    2022-04-09 02:58:48下载
    积分:1
  • Implementations of different methods of sorting: BinaryInsertions.pas Bub...
    Implementations of different methods of sorting: BinaryInsertions.pas BubbleSort.pas HeapSort.pas InsertionBorder.pas InsertionSort.pas modifbubble.pas qsort.pas quicksort.pas selection.pas Shaker.pas shell.pas
    2023-06-02 19:15:03下载
    积分:1
  • DM6437 DDR Test
    DM6437测试
    2022-05-06 07:10:44下载
    积分:1
  • 是应用蚁群,蚁群的基础上…
    该算法应用蚁群算法,在蚁群算法的基础上应用于有约束条件的最优化问题。-The algorithm is applied ant colony algorithm, the ant colony algorithm based on the conditions applied to the most constrained optimization problem.
    2022-09-26 14:35:03下载
    积分:1
  • 一个不错的线性规划问题求解的程序
    一个不错的线性规划问题求解的程序-a good linear programming problem solving process
    2022-01-26 07:15:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载