diff --git a/pypop7/benchmarks/__init__.py b/pypop7/benchmarks/__init__.py index a84f695a9..5ee0220d9 100644 --- a/pypop7/benchmarks/__init__.py +++ b/pypop7/benchmarks/__init__.py @@ -1,15 +1,16 @@ """This Python module covers a set of benchmark functions. - Here we do NOT include the test code for simplicity. + Here we do NOT include the *testing* code for simplicity. - For online documentations, please refer to: - https://pypop.readthedocs.io/en/latest/benchmarks.html + For online documentations of benchmark functions, please refer to: + https://pypop.readthedocs.io/en/latest/benchmarks.html """ -import pypop7.benchmarks.cases # test cases for all benchmarking functions (based on sampling) -import pypop7.benchmarks.utils # utilities for saving, reading, plotting, and analyzing optimization results +import pypop7.benchmarks.cases # *test* cases for all benchmarking functions (based on sampling) +# utilities for saving, reading, plotting, and analyzing optimization results +import pypop7.benchmarks.utils import pypop7.benchmarks.base_functions # base forms of benchmarking functions import pypop7.benchmarks.shifted_functions # shift/transform forms of benchmarking functions import pypop7.benchmarks.rotated_functions # rotation forms of benchmarking functions import pypop7.benchmarks.continuous_functions # rotation-shift forms of benchmarking functions import pypop7.benchmarks.data_science # loss functions from data science # NeverGrad: https://github.com/facebookresearch/nevergrad -import pypop7.benchmarks.never_grad # photonics model from the NeverGrad platform +import pypop7.benchmarks.never_grad # photonics model from *NeverGrad*