Skip to content

Commit bd0444a

Browse files
committed
need to investigate with current settings
1 parent cbdc8e2 commit bd0444a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

high_experimental.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ image_height = 1080
33
rotate = 0
44
approximation_order = 64
55
glitch_percentage = 0.001
6-
frames = 600
7-
frame_offset = 0
6+
frames = 5
7+
frame_offset = 181
88
zoom_scale = 2.0
99
display_glitches = true
1010
auto_adjust_iterations = true
11-
probe_sampling = 15
11+
probe_sampling = 3
1212
remove_centre = true
1313
export = "png"
1414

1515
# By default this is squared tolerance. 1e-6 works normally, 1.4e-6 is low tolerance.
1616
glitch_tolerance = 1.4e-6
1717

1818
# These are experimental options following
19-
experimental = true
19+
experimental = false
2020

2121
# If this is set higher than the maximum iteration value this will cause any additional glitches to be perturbed without series approximation
2222
high_precision_data_interval = 100
23-
valid_iteration_frame_multiplier = 0.95
23+
valid_iteration_frame_multiplier = 0.90
2424
valid_iteration_probe_multiplier = 0.999

0 commit comments

Comments
 (0)