Skip to content

Commit 7b6d2a1

Browse files
committed
update hW values to make it more robust in Examples.py
1 parent 18b1333 commit 7b6d2a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Examples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,8 +1368,8 @@ def hW_resetless_learning_example():
13681368

13691369
learned_model = run_hW(input_alphabet,
13701370
sul,
1371-
num_testing_steps=100,
1372-
reset_testing_counter=False,
1371+
num_testing_steps=200,
1372+
reset_testing_counter=True,
13731373
query_for_initial_state=True)
13741374

13751375
assert learned_model.is_minimal()

0 commit comments

Comments
 (0)