-
简单的差分进化算法(DE)
D I F F E R E N T I A L E V O L U T I O N
C-code in the file de.c implements Differential Evolution (DE) algorithm,
more precisely DE/rand/1/bin [1,2,3] version of the method. This DE
variation is probably the most used DE variation and perform well with
arbitrary problems.
Whole algorithm is in the file de.c and you may implement your
optimization problem to a separate file. You do not have to make any
changes to the de.c file, all the problem specific definitions are to be
made only the file where objective function is in function func. See for
example file rastrigin_2d.c for problem description.
You can compile the program with command:
gcc -Wall -pedantic -ansi -O -o de de.c problem.c -lm
, where you replace problem.c file with the file name containing your
optimization problem.
- 2023-05-25 11:35:03下载
- 积分:1
-
yggnr
在vc下编写的显示不同像素的图形程序代码,很有参考价值,对了解图形显示有好处()
- 2018-06-14 08:55:36下载
- 积分:1
-
差分约束系统
差分约束系统ACM参考代码和部分教程,谢谢(ACM Reference Code and Some Tutorials for Differential Constraint Systems)
- 2020-06-22 01:40:02下载
- 积分:1
-
加入CUDA并行向量
加两阵列与CUDA 4MB的数据;OpenMP ;并行使用8个核心流程 ;串行代码
- 2023-07-11 04:35:03下载
- 积分:1
-
CS5460A
电能计量芯片CS5460中文资料 例程 资料 (CS5460 chip energy metering data)
- 2020-09-04 17:28:06下载
- 积分:1
-
four_calculate
生成四元式,给定输入,按要求输出....(generate for calcualte)
- 2020-06-22 08:00:01下载
- 积分:1
-
Maze
c++用栈来实现迷宫求解(c语言数据结构)(c++ stack maze solving (c language data structure))
- 2012-10-27 23:08:34下载
- 积分:1
-
MATLAB-explore
数值计算软件matlab 入门学习材料 有效掌握matlab基础知识(numerical simulation)
- 2011-09-12 21:55:48下载
- 积分:1
-
OpenCV_2_Computer_Vision_Application_Programming_
open cv 2 computer vision
emgu
- 2015-02-10 03:17:37下载
- 积分:1
-
2005091810100829727
C#开发的文本编辑器(C# development of the text editor )
- 2007-06-19 19:08:16下载
- 积分:1