Good-Point Array (or Good-Point Set or Good-Node Set)

版本 1.0.1 (1.6 KB) 作者: Chixin Xiao
To produce M points distributed more evenly in the decision space ([0,1]^N) than the uniformly random method does.
122.0 次下载
更新时间 2022/10/16

查看许可证

% Assume to find M points distributed evenly among the decision space,[0,1]^N.
% The Good-Point Array (or the Good Nodes Set, the Good Point Set) can provide
% a set of point coordinates which distribute in a more even and more stable
% way than the uniformly random points set.
% This algorithm provides the Good-Point Array with while inputting M and N.
% where M is the number of points; N is the dimensionality of each point;
% The output is an M*N array in which each row represent a point coordinate
% in the [0,1]^N decision space.
% Reference:
% [1]Chixin Xiao, Zixing Cai, and Yong Wang, “A good nodes set
% evolution strategy for constrained optimization,” in 2007 IEEE Congress on
% Evolutionary Computation, 2007, pp. 943–950.
% Email: chixinxiao@gmail.com , Chixin Xiao, UoW ,AU , 23 May 2019

引用格式

Chixin Xiao (2025). Good-Point Array (or Good-Point Set or Good-Node Set) (https://www.mathworks.com/matlabcentral/fileexchange/71696-good-point-array-or-good-point-set-or-good-node-set), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2019a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1

Add a profile picture

1.0.0