-
MOEA framework
应用背景The MOEA Framework is a free and open source Java library for developing and
experimenting with multiobjective evolutionary algorithms (MOEAs) and other
general-purpose multiobjective optimization algorithms. The MOEA Framework
supports genetic algorithms, differential evolution, particle swarm
optimization, genetic programming, grammatical evolution, and more. A number of
algorithms are provided out-of-the-box, including NSGA-II, NSGA-III, ε-MOEA,
GDE3 and MOEA/D. In addition, the MOEA Framework provides the tools necessary
to rapidly design, develop, execute and statistically test optimization
algorithms.关键技术Its key features includes:
* Fast, reliable implementations of many state-of-the-art algorithms
* Extensible with custom algorithms, problems and operators
* Supports master-slave, island-model, and hybrid parallelization
&n
- 2022-02-28 22:09:39下载
- 积分:1
-
mplayer播放器源码
完整的头文件和源代码,里面有少量注释,可以帮组理解。很好的算法,已在Windows XP环境下测试通过。
- 2022-08-21 03:34:38下载
- 积分:1
-
旅行商与蚁群算法
本程序包含使用群蚂蚁的旅行商问题的解决
- 2022-02-11 18:45:58下载
- 积分:1
-
计算机图形学(二维图形的创建)
计算机图形学中二维几何的变换包括:
基本的二维几何变换、矩阵表示和齐次坐标、逆变换、二维复合变换、几何变换的光栅方法、OpenGL光栅变换、二维坐标系间的变换,其中最重要的是OpenGL二维几何变换函数。
- 2022-02-26 15:10:56下载
- 积分:1
-
Mathematical modeling of the classical algorithm, including the most short
数学建模的经典算法实现,其中包括最短路等问题的实现-Mathematical modeling of the classical algorithm, including the most short-circuit issues such as the realization of
- 2022-03-20 01:55:37下载
- 积分:1
-
细菌觅食优化算法
该算法是细菌觅食优化的源程序,最近正在研究,细菌觅食优化算法(Bacteria Foraging
Optimization,简称BFO算法)由 Kevin M. Passino于2002年提出,该算法模仿大肠杆菌在人体肠道内觅食行为,属于仿生类优化算法,基本原理是将待优化的问题进行编码,并定义待优化问题的解 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-24 10:06:57下载
- 积分:1
-
16位的CRC程序
用c语言写的求取16位的CRC程序,入口参数: data -- 需要校验的数组 length -- 数组中字节的个数
- 2022-08-08 18:54:46下载
- 积分:1
-
c language version of the CVM, mysvm
cvm的c语言版,mysvm-manual工具箱介绍-c language version of the CVM, mysvm-manual introduction Toolbox
- 2023-09-07 02:50:04下载
- 积分:1
-
动态环境下的粒子群算法源代码
资源描述该课题旨在将动态优化问题(目标函数随时间连续、缓慢或突然、随机变化的情况)连续变化的时间变量区间进行任意划分,在得到的每个时间子区间上将动态问题转化为静态问题,针对此静态优化问题设计相应的遗传算法。同时给出一种能自动检测时间变化的应答算子。
- 2022-05-20 22:16:14下载
- 积分:1
-
最精简的C++队列, 覆盖各种方法
队列特性:先进先出(FIFO)——先进队列的元素先出队列。来源于我们生活中的队列(先排队的先办完事)。队列有下面几个操作:InitQueue() ——初始化队列EnQueue() ——进队列DeQueue() ——出队列IsQueueEmpty()——判断队列是否为空IsQueueFull() ——判断队列是否已满
- 2022-11-07 10:10:04下载
- 积分:1