Skip to content

Commit 0e8ec81

Browse files
Update pypop7/benchmarks/__init__.py
1 parent 4963a38 commit 0e8ec81

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pypop7/benchmarks/__init__.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
"""This Python module covers a set of benchmark functions.
2-
Here we do NOT include the test code for simplicity.
2+
Here we do NOT include the *testing* code for simplicity.
33
4-
For online documentations, please refer to:
5-
https://pypop.readthedocs.io/en/latest/benchmarks.html
4+
For online documentations of benchmark functions, please refer to:
5+
https://pypop.readthedocs.io/en/latest/benchmarks.html
66
"""
7-
import pypop7.benchmarks.cases # test cases for all benchmarking functions (based on sampling)
8-
import pypop7.benchmarks.utils # utilities for saving, reading, plotting, and analyzing optimization results
7+
import pypop7.benchmarks.cases # *test* cases for all benchmarking functions (based on sampling)
8+
# utilities for saving, reading, plotting, and analyzing optimization results
9+
import pypop7.benchmarks.utils
910
import pypop7.benchmarks.base_functions # base forms of benchmarking functions
1011
import pypop7.benchmarks.shifted_functions # shift/transform forms of benchmarking functions
1112
import pypop7.benchmarks.rotated_functions # rotation forms of benchmarking functions
1213
import pypop7.benchmarks.continuous_functions # rotation-shift forms of benchmarking functions
1314
import pypop7.benchmarks.data_science # loss functions from data science
1415
# NeverGrad: https://github.com/facebookresearch/nevergrad
15-
import pypop7.benchmarks.never_grad # photonics model from the NeverGrad platform
16+
import pypop7.benchmarks.never_grad # photonics model from *NeverGrad*

0 commit comments

Comments
 (0)