I never heard of this before, but here is a Matlab application. Looks like “Brain Storm Optimization” is yet another heuristic. (Not so easy to keep track, every academic seems to have the urge to invent his/her own heuristic these days).
References
- https://www.mathworks.com/matlabcentral/fileexchange/60488-hypo-variance-brain-storm-optimization
- Yuhui Shi, Brain Storm Optimization Algorithm, 2011 [link]
- Cheng, S., Qin, Q., Chen, J. et al, Brain storm optimization algorithm: a review, 2016 [link]
Brain Storm Optimization is rooted from Particle Swarm Optimization for solving multi-modal problems, and Hypo Variance is a fractional version of Gauss Variance for distinguishing variables with high order moment variations.
ReplyDeleteHere is the link, that the test report of BSO algorithms in C++ Version,
ReplyDeletehttps://www.researchgate.net/publication/335229655_Testing_Report_of_BSO_Algorithms_in_C_Version
This comment has been removed by the author.
Deletehttps://en.wikipedia.org/wiki/Brain_storm_optimization_algorithm
Delete