|
NTRT Simulator
v1.1
|
An applicaiton to test the efficiency of various genetic algorithms. More...
#include "learning/NeuroEvolution/NeuroEvolution.h"#include "learning/Adapters/NeuroAdapter.h"#include "helpers/FileHelpers.h"#include <iostream>#include <exception>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
An applicaiton to test the efficiency of various genetic algorithms.
Definition in file AppGATests.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
The entry point.
| [in] | argc | the number of command-line arguments |
| [in] | argv | argv[0] is the executable name; argv[1], if supplied, is the suffix for the controller |
Definition at line 44 of file AppGATests.cpp.
