We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d59f4d commit e70cec0Copy full SHA for e70cec0
README.md
@@ -3,3 +3,21 @@ Brain Storm Optimazation (BSO) core in cpp.
3
Based on the project 'Analysis of Risk Management for the Coal Mine Operations'.
4
Translated from the matlab code of this paper.
5
Also provide a demo of K_means algorithm.
6
+
7
+说明:
8
9
+经过测试,使用评价函数 z = sum( x(i)^2 + 10 - 10*cos(2*pi*x(i))),fitness效果与matlab基本一致。
10
+经过10次重复实验,(参数在源码中)
11
+ CPP: fitness 最小值为 2.287,平均值 6.4
12
+ matlab fitness 最小值1.988, 平均值5.78
13
14
+代码逻辑已注释,方便阅读。
15
+重写Function::fun()以使用新的评价函数
16
+主函数为bsocore.cpp
17
18
+存在问题:
19
+ 运行速度较慢,提高运行速度可能要改变现有架构。
20
21
22
23
0 commit comments