Difference between revisions of "Group 6"

From CDOT Wiki
Jump to: navigation, search
(Yihang)
(Yihang)
Line 20: Line 20:
 
https://rosettacode.org/wiki/Monte_Carlo_methods#C.2B.2B
 
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.  
 
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]]
 
[[File:Yihang.JPG]]
  

Revision as of 23:56, 12 March 2019


GPU610/DPS915 | Student List | Group and Project Index | Student Resources | Glossary

Group 6

Team Members

  1. Xiaowei Huang
  2. Yihang Yuan
  3. Zhijian Zhou

Email All

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."


Yihang.JPG

Zhijian

Subject:

Assignment 2

Assignment 3