搜索资源列表
-
2下载:
用于求解约束优化问题的算法,算法为差分进化/遗传算法/微粒群算法的融合。对于“[7] T. P. Runarsson and X. Yao, Stochastic ranking for constrained evolutionary optimization, IEEE Trans. Evol. Comput., vol. 4, no. 3, pp. 284-294, Sep. 2000”中给出的13个标准测试函数,均能得到问题最优解。如有任何疑问,请于http://2shi.phphube
-
-
0下载:
用遗传算法求解随机模型的C++实现,绝对能够运行成功的-Genetic algorithm with stochastic models of the C++ to achieve, definitely be able to run successful
-
-
0下载:
JavaGenes is an evolutionary software system written in Java. It implements the genetic algorithm, simulated annealing, stochastic hill climbing and other search techniques.-JavaGenes is an evolutionary software system written in Java. It implements
-
-
0下载:
This a demonstration of how to find a minimum of a non-smooth
objective function using the Genetic Algorithm (GA) function in the
Genetic Algorithm and Direct Search Toolbox. Traditional derivative-based
optimization methods, like those foun
-
-
0下载:
遗传算法是一类随机优化算法,但它不是简单的随机比较搜索,而是通过对染色体的评价和对染色体中基因的作用,有效地利用已有信息来指导搜索有希望改善优化质量的状态。-Genetic algorithms are a class of stochastic optimization algorithm, but it is not a simple comparison of random search, but through the evaluation of chromosomes and gene
-
-
0下载:
基于遗传算法的随机优化搜索 ppt 讲解-genetic algorithm based stochastic optimization search
-
-
0下载:
遗传算法的描述。遗传算法是一种很经典的随机化过程的算法,在实际应用中应用广泛,效果良好。-A descr iption of the genetic algorithm. The genetic algorithm is a classical stochastic process of the algorithm, widely used in practical applications to good effect.
-
-
0下载:
该算法是用随机模拟,遗传算法和神经网络相结合的混合算法求解随机期望模型的。-The algorithm is simulated using a stochastic, combining genetic algorithm and neural network hybrid algorithm for solving stochastic expected value model.
-
-
0下载:
该算法是用随机模拟,遗传算法和神经网络相结合的混合算法求解随机机会约束的模型。-The algorithm is simulated using a stochastic, combining genetic algorithm and neural network hybrid algorithm for solving stochastic chance constrained model.
-
-
0下载:
该算法是用随机模拟,遗传算法和神经网络相结合的混合算法求解随机相关机会模型的。-The algorithm is a hybrid algorithm combining stochastic simulation, genetic algorithms and neural networks to solve the random opportunity to model.
-
-
2下载:
求解非线性方程组方法有经典算法以及近年来流行的遗传算法.牛顿法及其改进形式,但是此类算法的收敛性在很大程度上依赖于初始点的选择,对于某些非线性方程组容易导致求解失败 为了克服经典算法的缺点,设计了求解非线性方程组的混合遗传算法,但依然对方程组和编码方法有很高要求。PSO是受到鸟群或者鱼群社会行为的启发而形成的一种基于种群的随机优化技术。它是一类随机全局优化技术,通过粒子间的相互作用发现复杂搜索空间中的最优区域。该算法是一种基于群体智能的新型演化计算技术,具有简单易实现、设置参数少、全局优化能力强
-