Skip to content

Commit

Permalink
Add modularisation nb.
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Feb 16, 2024
1 parent 15d7191 commit bf9bb9f
Show file tree
Hide file tree
Showing 2 changed files with 959 additions and 0 deletions.
19 changes: 19 additions & 0 deletions _posts/2024-02-13-modularisation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: post
title: "Modularisation"
tags:
- modularisation
---

On Tuesday we discussed modularisation.

You can see a recording of here:
[https://cardiff.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=cd6db078-8441-4527-a001-b1100108712b](https://cardiff.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=cd6db078-8441-4527-a001-b1100108712b)

I started using writing modular code for the `tsp` library: a library to solve
the travelling sales agent problem.

You can find the notebook I used
[here]({{site.baseurl}}/assets/nbs/2023-2024/modularisation.ipynb)

You can see other examples in the python for mathematics text.
Loading

0 comments on commit bf9bb9f

Please sign in to comment.