-
Matlab代码实现的Rosenbrock函数-由SSbyZKe开发的SS算法
资源介绍
rosenbrock函数Matlab代码
SSbyZKe
SS
Algorithm
for
Java
This
project
includes
differential
evolution
algorithm
and
sparrow
search
algorithm.
Among
them,
there
is
numpy4j
library,
which
is
a
scientific
computing
toolbox
imitating
MATLAB
and
python.
这个工程包含了差分进化算法和麻雀搜索算法。其中还有本人靠自己编写的numpy4J库,它是模仿MATLAB和Python的科学计算工具箱。
However,
this
code
is
not
computationally
correct,
because
I
used
sphere
to
test
the
function,
but
I
used
Rosenbrock
function
to
test
the
result
is
very
wrong,
which
shows
that
the
code
is
- 上一篇: 15 MATLAB图像处理实例详解视频教程.zip
- 下一篇: 求解约束优化问题的粒子群算法研究