|
OpenNN
Open-source neural networks library
|
Encodes the objectives extracted from the response optimization configuration. More...
#include <response_optimization.h>
Public Member Functions | |
| Objectives (const ResponseOptimization &response_optimization) | |
| Builds the objective matrices from the parent response optimization. | |
| MatrixR | extract (const MatrixR &inputs, const MatrixR &output) const |
| Extracts the objective values for the given inputs and outputs. | |
| void | normalize (MatrixR &objective_matrix) const |
| Normalizes the objective matrix in place using the precomputed normalizer. | |
Public Attributes | |
| MatrixR | objective_sources |
| MatrixR | utopian_and_senses |
| MatrixR | objective_normalizer |
Encodes the objectives extracted from the response optimization configuration.
| opennn::ResponseOptimization::Objectives::Objectives | ( | const ResponseOptimization & | response_optimization | ) |
Builds the objective matrices from the parent response optimization.
| MatrixR opennn::ResponseOptimization::Objectives::extract | ( | const MatrixR & | inputs, |
| const MatrixR & | output ) const |
Extracts the objective values for the given inputs and outputs.
| void opennn::ResponseOptimization::Objectives::normalize | ( | MatrixR & | objective_matrix | ) | const |
Normalizes the objective matrix in place using the precomputed normalizer.
| MatrixR opennn::ResponseOptimization::Objectives::objective_normalizer |
| MatrixR opennn::ResponseOptimization::Objectives::objective_sources |
| MatrixR opennn::ResponseOptimization::Objectives::utopian_and_senses |