#include <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 |
|
inlinenodiscardvirtual |
◆ setFormat()
◆ setStiff()
| virtual void gridfire::Network::setStiff |
( |
const bool | stiff | ) |
|
|
inlinevirtual |
◆ m_config
| fourdst::config::Config& gridfire::Network::m_config |
|
protected |
◆ m_constants
| fourdst::constant::Constants& gridfire::Network::m_constants |
|
protected |
◆ m_format
◆ m_logger
| quill::Logger* gridfire::Network::m_logger |
|
protected |
◆ m_logManager
| fourdst::logging::LogManager& gridfire::Network::m_logManager |
|
protected |
◆ m_stiff
| bool gridfire::Network::m_stiff = false |
|
protected |
Flag indicating if the network is stiff.
The documentation for this class was generated from the following files: