|
3 | 3 | """
|
4 | 4 | import gauss
|
5 | 5 | import loggamma
|
6 |
| -import real.timeseries |
| 6 | +#import real.timeseries |
| 7 | +import real.bexvar |
7 | 8 |
|
8 | 9 | problems = [
|
9 | 10 | #gauss.create_problem_gauss(ndim=1, problem_name='gauss1d'),
|
10 | 11 | gauss.create_problem_gauss(ndim=3, problem_name='gauss3d'),
|
11 | 12 | gauss.create_problem_gauss(ndim=10, problem_name='gauss10d'),
|
12 |
| - gauss.create_problem_vargauss(ndim=10, problem_name='vargauss10d'), |
13 |
| - gauss.create_problem_vargauss(ndim=20, problem_name='vargauss20d'), |
| 13 | + #gauss.create_problem_gauss_i(ndim=5, problem_name='gauss_i_5d'), |
| 14 | + #gauss.create_problem_gauss_i(ndim=10, problem_name='gauss_i_10d'), |
| 15 | + #gauss.create_problem_vargauss(ndim=5, problem_name='vargauss5d'), |
| 16 | + #gauss.create_problem_vargauss(ndim=10, problem_name='vargauss10d'), |
| 17 | + #gauss.create_problem_corrgauss(ndim=5, problem_name='corrgauss5d'), |
| 18 | + gauss.create_problem_corrgauss(ndim=10, problem_name='corrgauss10d'), |
| 19 | + #gauss.create_problem_corrgauss(ndim=10, problem_name='corrgauss10d-2', difficulty=2), |
| 20 | + #loggamma.create_problem_bananas(ndim=6, problem_name='bananas6d'), |
| 21 | + #loggamma.create_problem_bananas(ndim=10, problem_name='bananas10d'), |
| 22 | + #loggamma.create_problem_poisson_counts(ndim=3, problem_name='poissoncounts3d'), |
| 23 | + #loggamma.create_problem_poisson_counts(ndim=10, problem_name='poissoncounts10d'), |
| 24 | + #gauss.create_problem_vargauss(ndim=20, problem_name='vargauss20d'), |
14 | 25 | #gauss.create_problem_gauss(ndim=50, problem_name='vargauss50d'),
|
| 26 | + gauss.create_problem_gauss_i(ndim=2, problem_name='gauss_i_2d'), |
| 27 | + gauss.create_problem_gauss_i(ndim=3, problem_name='gauss_i_3d'), |
| 28 | + gauss.create_problem_gauss_i(ndim=4, problem_name='gauss_i_4d'), |
15 | 29 | gauss.create_problem_shell(ndim=2, problem_name='shell2d'),
|
16 | 30 | #gauss.create_problem_shell(ndim=2, problem_name='shell2dtilt10', tilt=10),
|
17 | 31 | gauss.create_problem_shell(ndim=10, problem_name='shell10d'),
|
| 32 | + #gauss.create_problem_shell(ndim=10, problem_name='shell10d-thin', width=[0.001/12]*2), |
18 | 33 | gauss.create_problem_gen_gauss_sequence(ndim=7, problem_name='norm_sequence'),
|
19 | 34 | gauss.create_problem_complement_gen_gauss_sequence(ndim=7, problem_name='norm_sequence_complement'),
|
20 | 35 | gauss.create_problem_eggbox(problem_name='eggbox'),
|
21 | 36 | loggamma.create_problem_rosenbrock(ndim=2, problem_name='rosenbrock2d'),
|
22 | 37 | loggamma.create_problem_loggamma(ndim=2, problem_name='loggamma2d'),
|
23 |
| - loggamma.create_problem_loggamma(ndim=2, problem_name='loggamma10d'), |
24 |
| - loggamma.create_problem_funnel(ndim=2, problem_name='funnel2d'), |
25 |
| - loggamma.create_problem_funnel(ndim=5, problem_name='funnel5d'), |
| 38 | + loggamma.create_problem_loggamma(ndim=10, problem_name='loggamma10d'), |
| 39 | + #loggamma.create_problem_funnel(ndim=2, problem_name='funnel2d'), |
| 40 | + #loggamma.create_problem_funnel(ndim=2, difficulty=0, problem_name='funnel2d-0'), |
| 41 | + #loggamma.create_problem_funnel(ndim=2, difficulty=1, problem_name='funnel2d-1'), |
| 42 | + #loggamma.create_problem_funnel(ndim=2, difficulty=2, problem_name='funnel2d-2'), |
| 43 | + #loggamma.create_problem_funnel(ndim=5, problem_name='funnel5d'), |
| 44 | + #loggamma.create_problem_funnel(ndim=5, difficulty=0, problem_name='funnel5d-0'), |
| 45 | + #loggamma.create_problem_funnel(ndim=5, difficulty=1, problem_name='funnel5d-1'), |
| 46 | + #loggamma.create_problem_funnel(ndim=5, difficulty=2, problem_name='funnel5d-2'), |
| 47 | + #loggamma.create_problem_funnel(ndim=10, problem_name='funnel10d'), |
| 48 | + #loggamma.create_problem_funnel(ndim=20, problem_name='funnel20d'), |
| 49 | + loggamma.create_problem_ffunnel(ndim=2, problem_name='ffunnel2d-3', difficulty=3), |
| 50 | + loggamma.create_problem_ffunnel(ndim=2, problem_name='ffunnel2d-5', difficulty=5), |
| 51 | + loggamma.create_problem_ffunnel(ndim=5, problem_name='ffunnel5d-3', difficulty=3), |
| 52 | + loggamma.create_problem_ffunnel(ndim=5, problem_name='ffunnel5d-5', difficulty=5), |
| 53 | + loggamma.create_problem_ffunnel(ndim=10, problem_name='ffunnel10d-5', difficulty=5), |
| 54 | + #real.exvar.create_problem_exvar(ndim=5, problem_name='exvar5d'), |
| 55 | + real.bexvar.create_problem_bexvar(ndim=10, problem_name='bexvar10d', variance=1), |
| 56 | + #real.bexvar.create_problem_bexvar(ndim=10, problem_name='bexvar10d-1', variance=-1), |
| 57 | + #real.exvar.create_problem_exvar(ndim=20, problem_name='exvar20d'), |
| 58 | + #loggamma.create_problem_ffunnel(ndim=20, problem_name='ffunnel20d', difficulty=5), |
26 | 59 | loggamma.create_problem_spikeslab(problem_name='spikeslab2d_difficulty3', ndim=2, difficulty=3),
|
27 | 60 | loggamma.create_problem_spikeslab(problem_name='spikeslab2d_difficulty4', ndim=2, difficulty=4),
|
28 | 61 | #loggamma.create_problem_spikeslab(problem_name='spikeslab2d_difficulty6', ndim=2, difficulty=6),
|
29 | 62 | #loggamma.create_problem_spikeslab(problem_name='spikeslab5d_difficulty2', ndim=5, difficulty=2),
|
30 | 63 | #loggamma.create_problem_spikeslab(problem_name='spikeslab5d_difficulty6', ndim=5, difficulty=6),
|
31 | 64 | # the slowest last
|
32 |
| - loggamma.create_problem_loggamma_multimodal(ndim=2, problem_name='loggamma_multimodal2d'), |
33 |
| - loggamma.create_problem_loggamma_multimodal(ndim=5, problem_name='loggamma_multimodal5d'), |
34 |
| - loggamma.create_problem_loggamma_multimodal(ndim=10, problem_name='loggamma_multimodal10d'), |
35 |
| - loggamma.create_problem_eyes(ndim=5, hardness=1, problem_name='eyes5d'), |
36 |
| - loggamma.create_problem_eyes(ndim=10, hardness=1, problem_name='eyes10d'), |
37 |
| - loggamma.create_problem_eyes(ndim=5, hardness=5, problem_name='eyes5d-5'), |
38 |
| - loggamma.create_problem_eyes(ndim=10, hardness=5, problem_name='eyes10d-5'), |
39 |
| - real.timeseries.create_problem_RVexoplanet(nplanets=0, problem_name='RVexoplanet-0'), |
40 |
| - real.timeseries.create_problem_RVexoplanet(nplanets=1, problem_name='RVexoplanet-1'), |
| 65 | + loggamma.create_problem_loggammaI_multimodal(ndim=2, problem_name='loggammaI_multimodal2d'), |
| 66 | + #loggamma.create_problem_loggammaI_multimodal(ndim=5, problem_name='loggammaI_multimodal5d'), |
| 67 | + loggamma.create_problem_loggammaI_multimodal(ndim=10, problem_name='loggammaI_multimodal10d'), |
| 68 | + #loggamma.create_problem_loggammaI_multimodal(ndim=20, problem_name='loggammaI_multimodal20d'), |
| 69 | + #loggamma.create_problem_eyes(ndim=5, hardness=1, problem_name='eyes5d'), |
| 70 | + #loggamma.create_problem_eyes(ndim=10, hardness=1, problem_name='eyes10d'), |
| 71 | + #loggamma.create_problem_eyes(ndim=5, hardness=5, problem_name='eyes5d-5'), |
| 72 | + #loggamma.create_problem_eyes(ndim=10, hardness=5, problem_name='eyes10d-5'), |
| 73 | + #real.timeseries.create_problem_RVexoplanet(nplanets=0, problem_name='RVexoplanet-0'), |
| 74 | + #real.timeseries.create_problem_RVexoplanet(nplanets=1, problem_name='RVexoplanet-1'), |
41 | 75 | #loggamma.create_problem_eyes(ndim=20, hardness=5, problem_name='eyes20d-5'),
|
42 |
| - real.timeseries.create_problem_RVexoplanet(nplanets=2, problem_name='RVexoplanet-2'), |
| 76 | + #real.timeseries.create_problem_RVexoplanet(nplanets=2, problem_name='RVexoplanet-2'), |
43 | 77 | ]
|
44 | 78 |
|
45 | 79 |
|
|
0 commit comments