Output structure for the network evaluation.
More...
#include <network.h>
Output structure for the network evaluation.
This structure holds the output results from the network evaluation.
Example usage:
nuclearNetwork::NetOut netOut =
network.evaluate(netIn);
int steps = netOut.num_steps;
double energy = netOut.energy;
double energy
Energy in ergs after evaluation.
serif::composition::Composition composition
Composition of the network after evaluation.
Definition at line 89 of file network.h.
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const NetOut & | netOut ) |
|
friend |
◆ composition
Composition of the network after evaluation.
Definition at line 90 of file network.h.
◆ energy
double serif::network::NetOut::energy |
Energy in ergs after evaluation.
Definition at line 92 of file network.h.
◆ num_steps
int serif::network::NetOut::num_steps |
Number of steps taken in the evaluation.
Definition at line 91 of file network.h.
The documentation for this struct was generated from the following file: