Skip to content

Commit 874cbbd

Browse files
CopilotSkBlaz
andcommitted
Change debug_test.py to use neurosymbolic representation type
Co-authored-by: SkBlaz <10035780+SkBlaz@users.noreply.github.com>
1 parent ae169f6 commit 874cbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def debug_test():
2222
autoBOTLibObj = autoBOTLib.GAlearner(
2323
train_sequences,
2424
train_targets,
25-
representation_type="symbolic",
25+
representation_type="neurosymbolic",
2626
n_fold_cv=2, # Smaller CV
2727
sparsity=0.8, # Higher sparsity
2828
time_constraint=0.005,

0 commit comments

Comments
 (0)