#include <network.h>
Definition at line 76 of file network.h.
◆ Network()
◆ ~Network()
virtual gridfire::Network::~Network |
( |
| ) |
|
|
virtualdefault |
◆ evaluate()
virtual NetOut gridfire::Network::evaluate |
( |
const NetIn & | netIn | ) |
|
|
pure virtual |
Evaluate the network based on the input parameters.
- Parameters
-
netIn | Input parameters for the network evaluation. |
- Returns
- NetOut Output results from the network evaluation.
Implemented in gridfire::approx8::Approx8Network.
◆ getFormat()
◆ isStiff()
virtual bool gridfire::Network::isStiff |
( |
| ) |
const |
|
inlinevirtual |
◆ setFormat()
◆ setStiff()
virtual void gridfire::Network::setStiff |
( |
const bool | stiff | ) |
|
|
inlinevirtual |
◆ m_config
fourdst::config::Config& gridfire::Network::m_config |
|
protected |
Configuration instance.
Definition at line 96 of file network.h.
◆ m_constants
fourdst::constant::Constants& gridfire::Network::m_constants |
|
protected |
◆ m_format
Format of the network.
Definition at line 100 of file network.h.
◆ m_logger
quill::Logger* gridfire::Network::m_logger |
|
protected |
Logger instance.
Definition at line 98 of file network.h.
◆ m_logManager
fourdst::logging::LogManager& gridfire::Network::m_logManager |
|
protected |
Log manager instance.
Definition at line 97 of file network.h.
◆ m_stiff
bool gridfire::Network::m_stiff = false |
|
protected |
Flag indicating if the network is stiff.
Definition at line 103 of file network.h.
The documentation for this class was generated from the following files: