NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
Application class for the current application. More...
Public Member Functions | |
NeurApp () | |
override void | ParseCommandlineArguments (string[] args) |
Parses command-line arguments. | |
override void | LaunchInitNotice () |
Launches initialization notice. | |
Static Public Member Functions | |
static void | Init (string[] args) |
Initializes application with command-line arguments. | |
static void | Init () |
Initializes global application data for the current class of application. | |
Public Attributes | |
string | WorkingDirectory |
Application's working directory. | |
bool | IsNormalMode = true |
Whether application should be started in normal mode, i.e. the current production version is launched, with behavior tunned for production environment. | |
bool | IsVerbose = false |
Whether application is in verbose mode. | |
bool | IsDevelopMode = false |
Application in development mode - the latest test version, not yer mature for deployment. | |
bool | IsOldMode = false |
Old demo application written by Tadej is run. | |
bool | IsOld1dMode = false |
Old 1D ANN approximation demo is run. | |
bool | IsOld2dMode = false |
Old 2D ANN approximation demo is run. | |
Protected Member Functions | |
override void | BeforeInitialization () |
override void | AfterInitialization () |
Protected Attributes | |
const string | StrVerbose = "-verbose" |
const string | StrDevelop = "-develop" |
const string | StrOld = "-old" |
const string | StrOld1d = "-old1d" |
const string | StrOld2d = "-old2d" |
Application class for the current application.
IG::Neural::Applications::NeurApp::NeurApp | ( | ) | [inline] |
override void IG::Neural::Applications::NeurApp::BeforeInitialization | ( | ) | [inline, protected] |
override void IG::Neural::Applications::NeurApp::AfterInitialization | ( | ) | [inline, protected] |
override void IG::Neural::Applications::NeurApp::ParseCommandlineArguments | ( | string[] | args | ) | [inline] |
Parses command-line arguments.
args | Command-line arguments. |
override void IG::Neural::Applications::NeurApp::LaunchInitNotice | ( | ) | [inline] |
Launches initialization notice.
static void IG::Neural::Applications::NeurApp::Init | ( | string[] | args | ) | [inline, static] |
Initializes application with command-line arguments.
args | Commans-line arguments. |
static void IG::Neural::Applications::NeurApp::Init | ( | ) | [inline, static] |
Initializes global application data for the current class of application.
Application's working directory.
bool IG::Neural::Applications::NeurApp::IsNormalMode = true |
Whether application should be started in normal mode, i.e. the current production version is launched, with behavior tunned for production environment.
bool IG::Neural::Applications::NeurApp::IsVerbose = false |
Whether application is in verbose mode.
const string IG::Neural::Applications::NeurApp::StrVerbose = "-verbose" [protected] |
bool IG::Neural::Applications::NeurApp::IsDevelopMode = false |
Application in development mode - the latest test version, not yer mature for deployment.
const string IG::Neural::Applications::NeurApp::StrDevelop = "-develop" [protected] |
bool IG::Neural::Applications::NeurApp::IsOldMode = false |
Old demo application written by Tadej is run.
const string IG::Neural::Applications::NeurApp::StrOld = "-old" [protected] |
bool IG::Neural::Applications::NeurApp::IsOld1dMode = false |
Old 1D ANN approximation demo is run.
const string IG::Neural::Applications::NeurApp::StrOld1d = "-old1d" [protected] |
bool IG::Neural::Applications::NeurApp::IsOld2dMode = false |
Old 2D ANN approximation demo is run.
const string IG::Neural::Applications::NeurApp::StrOld2d = "-old2d" [protected] |