文件名称:DE.python
介绍说明--下载内容均来自于网络,请自行研究使用
Python实现的差分进化算法源代码
使用Python实现的差分进化算法,引用到Numpy和Scipy,可以支持多核与集群并行计算。使用时只需继承DESolver并定义函数def error_func(self, indiv, *args)作为目标函数即可。-Python implementation of the differential evolution algorithm source code uses the Python implementation of the differential evolution algorithm, a reference to Numpy and Scipy, can support multi-core and parallel computing cluster. Just use the definition of Inheritance DESolver and function def error_func (self, indiv,* args) as the objective function can be.
使用Python实现的差分进化算法,引用到Numpy和Scipy,可以支持多核与集群并行计算。使用时只需继承DESolver并定义函数def error_func(self, indiv, *args)作为目标函数即可。-Python implementation of the differential evolution algorithm source code uses the Python implementation of the differential evolution algorithm, a reference to Numpy and Scipy, can support multi-core and parallel computing cluster. Just use the definition of Inheritance DESolver and function def error_func (self, indiv,* args) as the objective function can be.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DE.python.txt