Nonlinear Scenarios in Difficulty Mode¤
apebench.scenarios.difficulty.Burgers
¤
Bases: Convection
Source code in apebench/scenarios/difficulty/_convection.py
68 69 70 71 72 73 74 75 76 77 |
|
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/difficulty/_convection.py
72 73 74 |
|
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/difficulty/_convection.py
76 77 |
|
apebench.scenarios.difficulty.BurgersSingleChannel
¤
Bases: Nonlinear
Source code in apebench/scenarios/difficulty/_nonlinear.py
68 69 70 71 72 73 74 75 76 77 78 79 |
|
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/difficulty/_nonlinear.py
72 73 74 75 76 |
|
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/difficulty/_nonlinear.py
78 79 |
|
apebench.scenarios.difficulty.KortewegDeVries
¤
Bases: Nonlinear
Source code in apebench/scenarios/difficulty/_nonlinear.py
82 83 84 85 86 87 88 89 90 91 92 93 94 |
|
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/difficulty/_nonlinear.py
87 88 89 90 91 |
|
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/difficulty/_nonlinear.py
93 94 |
|
apebench.scenarios.difficulty.KuramotoSivashinsky
¤
Bases: Nonlinear
Source code in apebench/scenarios/difficulty/_nonlinear.py
97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
|
report_metrics
class-attribute
instance-attribute
¤
report_metrics: str = 'mean_nRMSE,mean_correlation'
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/difficulty/_nonlinear.py
107 108 109 110 111 |
|
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/difficulty/_nonlinear.py
113 114 |
|
apebench.scenarios.difficulty.KuramotoSivashinskyConservative
¤
Bases: Convection
Source code in apebench/scenarios/difficulty/_convection.py
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 |
|
report_metrics
class-attribute
instance-attribute
¤
report_metrics: str = 'mean_nRMSE,mean_correlation'
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/difficulty/_convection.py
90 91 92 93 94 |
|
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/difficulty/_convection.py
96 97 |
|