Replies: 1 comment 1 reply
-
This is good to have. Thank you for the input. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As requested by @FanwangM, this discussion post is to mention the differences and similarities between OptiSim and MaxMin for the manuscript.
The way OptiSim works is by choosing a random subset of points with length k, then selecting the point from that random subset that has the maximum minimum (MaxMin) distance to previously selected points, and then eliminating all candidates that are closer than allowed by the radius. This means that when an appropriate radius is selected and k approaches infinity (greater than the number of possible candidates), the random subset will consist of all possible candidates which is equivalent to doing the MaxMin algorithm.
One of the testers for OptiSim confirms that equivalent results are obtained to MaxMin when k is chosen to be larger than the number of candidates.
Beta Was this translation helpful? Give feedback.
All reactions