OpenNN  2.2
Open Neural Networks Library
Public Member Functions | Public Attributes | List of all members
OpenNN::TrainingStrategy::Results Struct Reference

#include <training_strategy.h>

Public Member Functions

 Results (void)
 
virtual ~Results (void)
 
void save (const std::string &) const
 

Public Attributes

RandomSearch::RandomSearchResultsrandom_search_results_pointer
 
EvolutionaryAlgorithm::EvolutionaryAlgorithmResultsevolutionary_algorithm_results_pointer
 
GradientDescent::GradientDescentResultsgradient_descent_results_pointer
 
ConjugateGradient::ConjugateGradientResultsconjugate_gradient_results_pointer
 
QuasiNewtonMethod::QuasiNewtonMethodResultsquasi_Newton_method_results_pointer
 
LevenbergMarquardtAlgorithm::LevenbergMarquardtAlgorithmResultsLevenberg_Marquardt_algorithm_results_pointer
 
NewtonMethod::NewtonMethodResultsNewton_method_results_pointer
 

Detailed Description

This structure stores the results from the training strategy. They are composed of the initialization, refinement and training algorithms results.

Definition at line 122 of file training_strategy.h.

Member Function Documentation

void OpenNN::TrainingStrategy::Results::save ( const std::string &  file_name) const

Saves the results structure to a data file.

Parameters
file_nameName of training strategy results data file.

Definition at line 2117 of file training_strategy.cpp.


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