-
-
-
-
ga_with_history.rar
A modified version of genetic algorithm (GA) which can keep a trace of each generation.
-
-
SGAPublic.rar
SGA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值)
并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;调用时Genetic(目标函数名)
使用SGA时,首先需要一个目标函数(像AimFunc.m),该函数返回适应度输入变量为待优化变量x输出为一个适应度。然后修改Genetic.m中可以修改的地方
-
ExGA-SAT.tar.gz
This is a modified c++ code for Max-SAT problem based on genetic algorithm
-
myga-bp.zip
修改过的用c语言编写的遗传算法优化BP神经网络初始阈值的程序,效果还行。可根据实际情况加一些归一化。
-
论文研究-基于MGA的代工厂和仓库决策模型优化方法研究.pdf
... 和仓库可开关以及物流再分配方法,建立考虑代工厂的能力和最小加工批量、仓库转运能力以及货车运输能力的决策模型,设计加入STP(Shortest Travel Path)快速搜索策略的MGA(Modified Genetic Algorithm)进行求解。在变化工厂总数、仓库总数、顾客总数的不同维度下,将MGA与GA和LINGO分别进行对比。分析表明,MGA与LINGO求得的最优解之间差距均在10%以内, ...
-
genetic-lisa
...
largest shape on the image.
There are a few reasons why I modified this. For a start, I wanted to get
results that used ... mona
lisa code seemed perfect for this, so I rewrote the genetic algorithm in
javascript with the canvas.
This time I used circles ...
-
Hybrid-Genetic-Algorithm
... virus signatures
>#Polymorphic Virus Signature Recognition via Hybrid Genetic Algorithm
####Carlos Alberto Nasillo González
####**ABSTRACT**
Computer viruses ... of both the heuristics and GA can be modified. Figure 14 illustrates the user interface of the ...
-