AhmadZakaria / hypercube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TNN- G

P=10000 takes only 45 seconds to run, but if you wish, you can change P to less value in main.cpp

Compilation:

sh
cd build
cmake ..
make

To run the program, simply call the executable.

sh
./TNN-G

Plotting the results

After executing the program, run the following to view the plot

gnuplot '../plot.gnuplot'

About


Languages

Language:C++ 92.3%Language:CMake 3.9%Language:Gnuplot 3.7%