Linear Scenarios in Difficulty Mode¤
apebench.scenarios.difficulty.Advection
¤
Bases: Linear
Source code in apebench/scenarios/difficulty/_linear.py
40 41 42 43 44 45 46 47 | |
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/difficulty/_linear.py
43 44 | |
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/difficulty/_linear.py
46 47 | |
apebench.scenarios.difficulty.Diffusion
¤
Bases: Linear
Source code in apebench/scenarios/difficulty/_linear.py
50 51 52 53 54 55 56 57 | |
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/difficulty/_linear.py
53 54 | |
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/difficulty/_linear.py
56 57 | |
apebench.scenarios.difficulty.AdvectionDiffusion
¤
Bases: Linear
Source code in apebench/scenarios/difficulty/_linear.py
60 61 62 63 64 65 66 67 68 | |
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/difficulty/_linear.py
64 65 | |
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/difficulty/_linear.py
67 68 | |
apebench.scenarios.difficulty.Dispersion
¤
Bases: Linear
Source code in apebench/scenarios/difficulty/_linear.py
71 72 73 74 75 76 77 78 | |
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/difficulty/_linear.py
74 75 | |
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/difficulty/_linear.py
77 78 | |
apebench.scenarios.difficulty.HyperDiffusion
¤
Bases: Linear
Source code in apebench/scenarios/difficulty/_linear.py
81 82 83 84 85 86 87 88 | |
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/difficulty/_linear.py
84 85 | |
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/difficulty/_linear.py
87 88 | |