-
简单的差分进化算法(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
-
system
系统目录监视工具,系统目录监视工具,源码和可执行exe(System monitoring tools catalog)
- 2015-09-20 10:28:33下载
- 积分:1
-
自动驾驶芯片与公司
介绍基于AI与机器视觉的自动驾驶芯片发展趋势,以及研发这类芯片的公司。(This document introduces the development trend of autopilot chips based on AI and machine vision, and the companies that develop these chips.)
- 2019-01-25 18:27:44下载
- 积分:1
-
Delphi small production process to achieve folder creation and deletion of the o...
利用Delphi制作的小程序,可以对文件夹实现创建和删除的操作。-Delphi small production process to achieve folder creation and deletion of the operation.
- 2022-10-02 22:20:03下载
- 积分:1
-
基于labwindows cvi编写的各种界面示例程序labwindows-CVI
基于labwindows cvi编写的各种界面示例程序,能实现基本界面功能(Based labwindows cvi prepared by the various interface sample programs that can achieve the basic interface functions)
- 2020-07-07 23:08:56下载
- 积分:1
-
MEDIcal
VTK. This program reads a volume dataset,extracts an isosurface that
represents the skin and displays it.
- 2010-05-02 00:28:38下载
- 积分:1
-
需求供应网
内含对信息的列表 搜索 上传信息的功能
- 2022-06-12 06:19:39下载
- 积分:1
-
AutoLisp Vlisp Func
AutoCAD,函数说明文件.(AutoCAD, function note.)
- 2005-03-09 19:36:31下载
- 积分:1
-
j_14651_NCshop
VC++超市进销存管理系统(Access)源码类别:编程源码 - C/C++授权语言:共享软件 - 简体中文应用平台:windows (VC++ supermarket inventory management system (Access) source categories: Programming source code- C/C++ license Language: Shareware- Simplified Chinese Application Platform: windows)
- 2010-12-26 22:25:12下载
- 积分:1
-
PowerElick
for PSCAD softwear it can be very easy and coming soon challenger in this soft
- 2013-10-17 22:51:24下载
- 积分:1