Skip to content

Commit de97a68

Browse files
committed
practice
1 parent dc14dc4 commit de97a68

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

notebooks/Tutorial Demo.ipynb

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10653,6 +10653,32 @@
1065310653
" ga1.env.metrics.short_statistics], keys=[\"All Features\", \"Simple Features\"])"
1065410654
]
1065510655
},
10656+
{
10657+
"cell_type": "code",
10658+
"execution_count": 43,
10659+
"id": "bbadee2b-700d-4256-bf16-a9c26861f5e0",
10660+
"metadata": {},
10661+
"outputs": [],
10662+
"source": [
10663+
"# Practice\n",
10664+
"## Compare the results of different algorithms (QuAcq, MQuAcq, MQuAcq2, GrowAcq)\n",
10665+
"## on different benchmarks (nurse rostering, exam timetabling, murder puzzle)\n",
10666+
"## Use GrowAcq both with and without the prediction-based environment\n",
10667+
"from pycona.benchmarks import construct_murder_problem, construct_examtt_simple, construct_nurse_rostering\n"
10668+
]
10669+
},
10670+
{
10671+
"cell_type": "code",
10672+
"execution_count": 45,
10673+
"id": "ec70d315-fa07-4b14-b1e2-eb05f67eab1f",
10674+
"metadata": {},
10675+
"outputs": [],
10676+
"source": [
10677+
"# Practice 2\n",
10678+
"## Use different classifiers of your choice in GrowAcq\n",
10679+
"## and compare the results on the different benchmarks"
10680+
]
10681+
},
1065610682
{
1065710683
"cell_type": "markdown",
1065810684
"id": "0f85a24d",

0 commit comments

Comments
 (0)