|
1 | 1 | """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. |
3 | 3 |
|
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 |
6 | 6 | """
|
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 |
9 | 10 | import pypop7.benchmarks.base_functions # base forms of benchmarking functions
|
10 | 11 | import pypop7.benchmarks.shifted_functions # shift/transform forms of benchmarking functions
|
11 | 12 | import pypop7.benchmarks.rotated_functions # rotation forms of benchmarking functions
|
12 | 13 | import pypop7.benchmarks.continuous_functions # rotation-shift forms of benchmarking functions
|
13 | 14 | import pypop7.benchmarks.data_science # loss functions from data science
|
14 | 15 | # 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