N_max = Range / (2 * Min_Resolution) to prevent the "comb effect" (sampling artifacts). This change aligns the R implementation with the author's reference code.n_max parameter in sshist() is now strictly bounded by the resolution limit to prevent overfitting.DESCRIPTION file.faithful dataset examples in README.md to reflect the corrected optimal bin calculations (N changed from 37 to 21).README.md.README.md to include the original toolboxes and GitHub repositories from the algorithm's authors.Fixed DESCRIPTION file reference formatting:
Improved documentation:
\value tags to all exported S3 method documentation filesFixed vignette:
par() settingsinvisible(x) return statements to print.sshist() and print.sshist_2d() methodssshist() for 1D optimization (C++ optimized).sshist_2d() for 2D optimization.ggplot2 integration in examples.