diff --git a/howso.amlg b/howso.amlg index a565da02e..052843189 100644 --- a/howso.amlg +++ b/howso.amlg @@ -919,7 +919,7 @@ ;replace the typing assoc with an empty string, only get description (substr (first (current_value 1)) - "\\{.+\\}\\r\\n" + "^\\{.+\\}\\r?\\n?" (null) "" ) diff --git a/howso/hyperparameters.amlg b/howso/hyperparameters.amlg index 923501a99..1706a1efe 100644 --- a/howso/hyperparameters.amlg +++ b/howso/hyperparameters.amlg @@ -779,8 +779,8 @@ ;the factor by which to increase the analyze threshold every time the model grows to the current threshold size ; default of two orders of magnitude using the universal scaling factor e analyze_growth_factor 7.389056 - ;parameter for analyze ;{type "list" values "string"} + ;parameter for analyze context_features (null) ;{type "list" values "string"} action_features (null) diff --git a/howso/react.amlg b/howso/react.amlg index 244cc283c..73f159cd4 100644 --- a/howso/react.amlg +++ b/howso/react.amlg @@ -18,7 +18,7 @@ ;full list of features to output values for the case action_features (list) ;{type "list" values {type "list"}} - ;;values of action features. If specified will bypass react and only do the explanation if details is set. + ;values of action features. If specified will bypass react and only do the explanation if details is set. ;if specified must be either length of 1 or num_reacts. One list us used per individual reaction action_values (null) ;{type "list" values "string"}