Difference between revisions of "Group 6"
(→Yihang) |
(→Yihang) |
||
Line 21: | Line 21: | ||
A Monte Carlo Simulation is a way of approximating the value of a function where calculating the actual value is difficult or impossible. | A Monte Carlo Simulation is a way of approximating the value of a function where calculating the actual value is difficult or impossible. | ||
It uses random sampling to define constraints on the value and then makes a sort of "best guess." | It uses random sampling to define constraints on the value and then makes a sort of "best guess." | ||
+ | [[File:Yihang.JPG]] | ||
==== Zhijian ==== | ==== Zhijian ==== |
Revision as of 22:56, 12 March 2019
GPU610/DPS915 | Student List | Group and Project Index | Student Resources | Glossary
Contents
Group 6
Team Members
Progress
Assignment 1 - Select and Assess
Xiaowei
Subject: Array Processing
https://computing.llnl.gov/tutorials/parallel_comp/#ExamplesArray
Yihang
Subject: The Monte Carlo Simulation (PI Calculation) Got the code from here: https://rosettacode.org/wiki/Monte_Carlo_methods#C.2B.2B A Monte Carlo Simulation is a way of approximating the value of a function where calculating the actual value is difficult or impossible. It uses random sampling to define constraints on the value and then makes a sort of "best guess."
Zhijian
Subject: