From 3ac5fa26a191dc27434c60a6fb48deae828b7c90 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 19 May 2018 10:49:53 +0200 Subject: options for minimum recursion value --- options/dataset_options.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'options/dataset_options.py') diff --git a/options/dataset_options.py b/options/dataset_options.py index e1ef153..368f2b2 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -76,6 +76,20 @@ class DatasetOptions(BaseOptions): ### RECURSION + self.parser.add_argument( + '--transition-period', + default=3000, + type=int, + help='period of sine wave transition' + ) + + self.parser.add_argument( + '--transition-min', + default=1e-3, + type=float, + help='minimum amount of stabilization to apply' + ) + self.parser.add_argument( '--recursive', action='store_true', -- cgit v1.2.3-70-g09d2