NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
Classes | |
class | NeuralApplicationInterpreter |
Command line application interpreter that contains some neural networks - related commands. More... | |
class | JMatProElemetData |
Chemical element data used by JMatPro. More... | |
class | SimJMatProConst |
Constants for interface with the JMatPro software (the SimJMatProFileManager and derived classes). More... | |
class | SimJmatProSettingsDto |
Settings for the SimJMatProFileManagerBase class. More... | |
class | SimJMatProSettingsDto |
Settings for classes that inherit from SimJMatProFileManagerBase class. More... | |
class | SimCastingRobertConst |
Constants for (optimization) interface with Robert Vertnik's Continuous casting simulator. More... | |
class | NeuralApplicationInterpreterNeuronDotNet |
class | LoadableScriptShellBase |
Loadable script base class for the shell application that includes tols for definition of optiimization problems, definition of vector response functions, a couple of interfaces with simulation programs, etc. AGREEMENTS: The first argument to initialization and executable method is working directory where data between different applications is exchanged. If overrigding the InitializeThis(...) method, call the base class' method first, and keep the agreement that the first argument must be the working directory. When implementing the executable (RunThis(...)) method, its first argument should also be the working directory (the same as for initialization). This is to enable use of the class in scenarios where initialization and execution arguments must be the same. More... | |
class | ShellClass |
Shell class, implements top-most level of the optimization shell. More... |