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

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

#include <ArtificialLandscapesTests.hpp>

Inheritance diagram for Sphere20DLandscape:
Collaboration diagram for Sphere20DLandscape:

Public Member Functions

 Sphere20DLandscape ()
 
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 20D (square function).

Author
tkornuta

Definition at line 68 of file ArtificialLandscapesTests.hpp.

Constructor & Destructor Documentation

Sphere20DLandscape::Sphere20DLandscape ( )
inline

Definition at line 71 of file ArtificialLandscapesTests.hpp.

References x.

Member Function Documentation

virtual void Sphere20DLandscape::SetUp ( )
inlinevirtual

Definition at line 76 of file ArtificialLandscapesTests.hpp.

References x.

Member Data Documentation

double Sphere20DLandscape::eps = 1e-5
private

Eps.

Definition at line 86 of file ArtificialLandscapesTests.hpp.

Sphere function 1d.

Definition at line 83 of file ArtificialLandscapesTests.hpp.

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

Definition at line 89 of file ArtificialLandscapesTests.hpp.

Referenced by SetUp(), and Sphere20DLandscape().


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