We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d845ac commit bb1dec1Copy full SHA for bb1dec1
src/sampler.rs
@@ -152,7 +152,7 @@ impl Default for TransformedNutsSettings {
152
num_tune: 1500,
153
num_draws: 1000,
154
maxdepth: 8,
155
- max_energy_error: 1000f64,
+ max_energy_error: 50f64,
156
store_gradient: false,
157
store_unconstrained: false,
158
store_divergences: false,
src/transform_adapt_strategy.rs
@@ -24,7 +24,7 @@ impl Default for TransformedSettings {
24
fn default() -> Self {
25
Self {
26
step_size_window: 0.1f64,
27
- transform_update_freq: 50,
+ transform_update_freq: 128,
28
use_orbit_for_training: false,
29
transform_train_max_energy_error: 50f64,
30
dual_average_options: Default::default(),
0 commit comments