ResponseOptimizationResults Struct Reference

#include <response_optimization.h>

Public Member Functions

 ResponseOptimizationResults (NeuralNetwork *new_neural_network_pointer)
 Default constructor. More...
 
void print () const
 

Public Attributes

NeuralNetworkneural_network_pointer = nullptr
 
Tensor< type, 1 > optimal_variables
 
type optimum_objective = type(0)
 

Detailed Description

This structure returns the results obtained in the optimization, e.g. optimum inputs number, etc.

Definition at line 109 of file response_optimization.h.

Constructor & Destructor Documentation

◆ ResponseOptimizationResults()

ResponseOptimizationResults ( NeuralNetwork new_neural_network_pointer)
inlineexplicit

Default constructor.

Definition at line 113 of file response_optimization.h.

◆ ~ResponseOptimizationResults()

virtual ~ResponseOptimizationResults ( )
inlinevirtual

Definition at line 118 of file response_optimization.h.

Member Function Documentation

◆ print()

void print ( ) const
inline

Definition at line 126 of file response_optimization.h.

Member Data Documentation

◆ neural_network_pointer

NeuralNetwork* neural_network_pointer = nullptr

Definition at line 120 of file response_optimization.h.

◆ optimal_variables

Tensor<type, 1> optimal_variables

Definition at line 122 of file response_optimization.h.

◆ optimum_objective

type optimum_objective = type(0)

Definition at line 124 of file response_optimization.h.


The documentation for this struct was generated from the following file: