Skip to content

Commit

Permalink
[Minor] added colab link to fjsp notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
LTluttmann committed May 12, 2024
1 parent 7549c1d commit d94c830
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/other/2-scheduling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"source": [
"# Solving the Flexible Job-Shop Scheduling Problem (FJSP)\n",
"\n",
"The following notebook explains the FJSP and explains the solution construction process"
"The following notebook explains the FJSP and explains the solution construction process using an encoder-decoder architecture based on a Heterogeneous Graph Neural Network (HetGNN)\n",
"\n",
"<a href=\"https://colab.research.google.com/github/ai4co/rl4co/blob/main/examples/other/2-scheduling.ipynb\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"></a>"
]
},
{
Expand Down

0 comments on commit d94c830

Please sign in to comment.