Menghan Li, Yuan Lu, Thomas ten Damme
| Responsible Person | Task Number | Task | Code Lines | Contribution |
|---|---|---|---|---|
| Menghan Li | Q2 & Q3 | Impact of i and s on precision, Central Limit Theorem application, T-tests, Relative error calculation | 3528 | 42.1% |
| Yuan Lu | Q4 | Implementation and optimization of adaptive sampling | 3708 | 44.3% |
| Thomas ten Damme | Q1 | Implementation of Mandelbrot Set | 1143 | 13.6% |
The master branch contains four key files, each corresponding to the individual contributions of the team members and the integrated code. Below is an overview of these files:
- Integrated code of Assignment 1:
Mandelbrot_Visualisation3.3.ipynb- This file contains the merged and finalized code integrating all individual contributions for the assignment.
- Q1 Thomas:
Assignment 1 Thomas.ipynb- This file includes Thomas ten Damme's work on the Mandelbrot Set for Question 1.
- Q2 & Q3 Menghan Li:
Mandelbrot_Visualisation3.ipynb- Menghan Li's contribution covering the tasks of Question 2 and Question 3 is contained in this file.
- Q4 Yuan Lu:
Q4 final.ipynb- Yuan Lu's implementation and optimization work for adaptive sampling in Question 4 can be found here.