MachineIntelligenceCore:NeuralNets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Sphere1DLandscape Class Reference

Test fixture - artificial landscape - sphere function 1D (square function). More...

#include <ArtificialLandscapesTests.hpp>

Inheritance diagram for Sphere1DLandscape:
Collaboration diagram for Sphere1DLandscape:

Public Member Functions

 Sphere1DLandscape ()
 
virtual void SetUp ()
 

Private Attributes

mic::neural_nets::optimization::artificial_landscapes::SphereFunction
< double > 
fun
 Sphere function 1d. More...
 
double eps = 1e-5
 Eps. More...
 
mic::types::MatrixPtr< double > x
 

Detailed Description

Test fixture - artificial landscape - sphere function 1D (square function).

Author
tkornuta

Definition at line 41 of file ArtificialLandscapesTests.hpp.

Constructor & Destructor Documentation

Sphere1DLandscape::Sphere1DLandscape ( )
inline

Definition at line 44 of file ArtificialLandscapesTests.hpp.

References x.

Member Function Documentation

virtual void Sphere1DLandscape::SetUp ( )
inlinevirtual

Definition at line 49 of file ArtificialLandscapesTests.hpp.

Member Data Documentation

double Sphere1DLandscape::eps = 1e-5
private

Eps.

Definition at line 58 of file ArtificialLandscapesTests.hpp.

Sphere function 1d.

Definition at line 55 of file ArtificialLandscapesTests.hpp.

mic::types::MatrixPtr<double> Sphere1DLandscape::x
private

Definition at line 61 of file ArtificialLandscapesTests.hpp.

Referenced by Sphere1DLandscape().


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