#include <response_optimization.h>
Public Member Functions | |
| ResponseOptimizationResults (NeuralNetwork *new_neural_network_pointer) | |
| Default constructor. More... | |
| void | print () const |
Public Attributes | |
| NeuralNetwork * | neural_network_pointer = nullptr |
| Tensor< type, 1 > | optimal_variables |
| type | optimum_objective = type(0) |
This structure returns the results obtained in the optimization, e.g. optimum inputs number, etc.
Definition at line 109 of file response_optimization.h.
|
inlineexplicit |
Default constructor.
Definition at line 113 of file response_optimization.h.
|
inlinevirtual |
Definition at line 118 of file response_optimization.h.
|
inline |
Definition at line 126 of file response_optimization.h.
| NeuralNetwork* neural_network_pointer = nullptr |
Definition at line 120 of file response_optimization.h.
| Tensor<type, 1> optimal_variables |
Definition at line 122 of file response_optimization.h.
| type optimum_objective = type(0) |
Definition at line 124 of file response_optimization.h.