Skip to content

Commit

Permalink
other colab badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Tias Guns committed Sep 5, 2024
1 parent a462620 commit 033da19
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ can help getting a first look to different aspects of PyConA.
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>: In this notebook, you can find an introduction to the basics of PyConA; how to create a problem instance for interactive CA and run an algorithm of choice.

**Comparing different algorithms and methods**: In this notebook, a more detailed view is given on how to customize the CA environment used, to use different methods from the literature, while different algorithms are compared in a simple example
**Comparing different algorithms and methods** <a target="_blank" href="https://colab.research.google.com/github/CPMpy/PyConA/blob/main/notebooks/Comparing%20different%20algorithms%20and%20methods.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>: In this notebook, a more detailed view is given on how to customize the CA environment used, to use different methods from the literature, while different algorithms are compared in a simple example

**Prediction-based CA system**: In this notebook, you can find a more in detail view on how to customize different components of the probabilistic CA environments, using different classifiers and feature representations of constraints.
**Prediction-based CA system** <a target="_blank" href="https://colab.research.google.com/github/CPMpy/PyConA/blob/main/notebooks/Prediction-based%20CA%20system.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>: In this notebook, you can find a more in detail view on how to customize different components of the probabilistic CA environments, using different classifiers and feature representations of constraints.

**CP24 Tutorial Demo**: This is the notebook demo that was presented in CP24 tutorial on CA.
**CP24 Tutorial Demo** <a target="_blank" href="https://colab.research.google.com/github/CPMpy/PyConA/blob/main/notebooks/CP24%20Tutorial%20Demo.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>: This is the notebook demo that was presented in CP24 tutorial on CA.

0 comments on commit 033da19

Please sign in to comment.