Skip to content

Commit 50d0363

Browse files
committed
Remove list in tolerance settings
1 parent 6ae5773 commit 50d0363

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

multilevel_monte_carlo/use_cases/compressible_potential_flow/source/problem_settings/parameters_xmc_asynchronous_mc_potentialFlow.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,17 @@
6969
"monoCriteriaInpuctDictionary" :{
7070
"statisticalError": {
7171
"criteria": "xmc.methodDefs_monoCriterion.criterionFunctions.isLowerThanOrEqualTo",
72-
"tolerance": [0.01],
72+
"tolerance": 0.01,
7373
"input": "error0"
7474
},
7575
"minNumberIterations": {
7676
"criteria": "xmc.methodDefs_monoCriterion.criterionFunctions.isGreaterThanOrEqualTo",
77-
"tolerance": [0],
77+
"tolerance": 0.0,
7878
"input": "algorithmCost"
7979
},
8080
"maxNumberIterations": {
8181
"criteria": "xmc.methodDefs_monoCriterion.criterionFunctions.isGreaterThanOrEqualTo",
82-
"tolerance": [0],
82+
"tolerance": 0.0,
8383
"input": "algorithmCost"
8484
}
8585
},

multilevel_monte_carlo/use_cases/compressible_potential_flow/source/problem_settings/parameters_xmc_asynchronous_mlmc_potentialFlow.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@
7474
"monoCriteriaInpuctDict" :{
7575
"statisticalError": {
7676
"criteria": "xmc.methodDefs_monoCriterion.criterionFunctions.isLowerThanOrEqualTo",
77-
"tolerance": [0.15],
77+
"tolerance": 0.15,
7878
"input": "error0"
7979
},
8080
"minNumberIterations": {
8181
"criteria": "xmc.methodDefs_monoCriterion.criterionFunctions.isGreaterThanOrEqualTo",
82-
"tolerance": [0],
82+
"tolerance": 0.0,
8383
"input": "algorithmCost"
8484
},
8585
"maxNumberIterations": {
8686
"criteria": "xmc.methodDefs_monoCriterion.criterionFunctions.isGreaterThanOrEqualTo",
87-
"tolerance": [0],
87+
"tolerance": 0.0,
8888
"input": "algorithmCost"
8989
}
9090
},

0 commit comments

Comments
 (0)