Skip to content

Commit

Permalink
Remove jit_class usage
Browse files Browse the repository at this point in the history
  • Loading branch information
BillHuang2001 committed Feb 22, 2025
1 parent eeae82b commit f3ad2d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/guide/developer/custom_hpo_prob.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
"metadata": {},
"outputs": [],
"source": [
"@jit_class\n",
"class Sphere(Problem):\n",
" def __init__(self):\n",
" super().__init__()\n",
Expand All @@ -150,7 +149,6 @@
"metadata": {},
"outputs": [],
"source": [
"@jit_class\n",
"class ExampleAlgorithm(Algorithm):\n",
" def __init__(self, pop_size: int, lb: torch.Tensor, ub: torch.Tensor):\n",
" super().__init__()\n",
Expand Down

0 comments on commit f3ad2d6

Please sign in to comment.