ResponseOptimization::Results Struct Reference

#include <response_optimization.h>

Public Member Functions

 Results (NeuralNetwork *new_neural_network_pointer)
 Default constructor.
 
void print () const
 

Public Attributes

NeuralNetworkneural_network_pointer = nullptr
 
Vector< double > optimal_variables
 
double optimum_objective
 

Detailed Description

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

Definition at line 67 of file response_optimization.h.


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