quinta-feira, 20 de novembro de 2014

Testing the classes.

Bellow you can download a file to test the classes available in our site. The extention of the file is .cu (because we will add to the model some CUDA C++ improvements) but it can be treated as a simple C++ file.

Model 1.0.cu

Questions? Contact us!

segunda-feira, 13 de outubro de 2014

Life Class

We started the development of a Cuda C++ Class to simulate life in computational social models. You can download it below.

LifeClass.hpp (updated in 11/20/2014)

The Life class needed a random number generator, and we choose the Mersenne Twister. You can download que Mersenne Twister class here. You will need it to run the class.

Questions? Contact us!

domingo, 5 de outubro de 2014

2D World Class

We developed a Cuda C++ Class to simulate a 2D World space in computational social models. You can download it below.

World2DClass.hpp (updated in 11/20/2014)

The 2D World class need the Life class to work. You can find it here.

Questions? Contact us!

domingo, 28 de setembro de 2014

Time Class

We developed a Cuda C++ Class to simulate time in computational social models. You can download it below.

TimeClass.hpp (updated in 11/20/2014)

Questions? Contact us!

domingo, 21 de setembro de 2014

terça-feira, 9 de setembro de 2014

Computational Ricardian Model Manual

We developed a manual to explain how the Computational Ricardian Model works. You can download it below (unfortunately it's only in portuguese [PT-BR] for now).

Download

Questions? Contact us!


Computational Ricardian Model.

Below, we provide our Computational Ricardian Model, developed in NetLogo.

Its utility is basically educational, but the model, by its complexity, can offer new insights about the variables that act in the international trade.

 Download