simulatedphysics / MCSM

Monte Carlo for Statistical Mechanics
0 stars 0 forks source link

Implement strategy pattern #35

Open obrienpja opened 5 years ago

obrienpja commented 5 years ago

As per my conversation with lead software architect, investigate implementing the suggested software patterns.

obrienpja commented 5 years ago

Kory suggested using Strategy pattern for the following line in main.cpp: std::unique_ptr<Algorithm> alg(new MonteCarlo);