Skip to content

Commit

Permalink
Error: Unexpected argument reps
Browse files Browse the repository at this point in the history
- Add "from dynadojo.systems.ca import CASystem"
- Delete "reps = 3'
- add "trials  = 3" after system_cls
  • Loading branch information
HadilOwda authored Jul 2, 2024
1 parent 768a524 commit 344301d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/fc_cnn_ca_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"source": [
"from dynadojo.challenges import FixedComplexity\n",
"from dynadojo.baselines.cnn import CNN\n",
"from dynadojso.systems.ca import CASystem\n",
"from dynadojo.systems.ca import CASystem\n",
"\n",
"challenge = FixedComplexity(l=2, e=64, t=10, N=[10, 20, 30], system_cls=CASystem, trials =3, test_examples=1, test_timesteps=5)\n",
"data = challenge.evaluate(algo_cls=CNN)\n",
Expand Down

0 comments on commit 344301d

Please sign in to comment.