Graphitti
A toolkit/software architecture to ease creating high-performance neural network simulators
Loading...
Searching...
No Matches
Core Class Reference

Public Member Functions

int runSimulation (std::string executableName, std::string cmdLineArguments)
 

Detailed Description

Definition at line 22 of file Core.h.

Member Function Documentation

◆ runSimulation()

int Core::runSimulation ( std::string executableName,
std::string cmdLineArguments )

runSimulation handles command line arguments and loads parameters from parameter file. All initial config loading & running the simulator is done here.

Parameters
cmdLineArgumentscommand line arguments.
executableNameName of the simultaor's executable file
Returns
-1 if error, else 0 for success.

runSimulation handles command line arguments and loads parameters from parameter file. All initial configuration loading & running the simulator is done here.

Parameters
cmdLineArgumentscommand line arguments
executableNameName of the simultaor's executable file
Returns
-1 if error, else 0 for success.

Definition at line 108 of file Core.cpp.


The documentation for this class was generated from the following files: