MachineIntelligenceCore:NeuralNets
|
Test fixture - artificial landscape - sphere function 1D (square function). More...
#include <ArtificialLandscapesTests.hpp>
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 |
Test fixture - artificial landscape - sphere function 1D (square function).
Definition at line 41 of file ArtificialLandscapesTests.hpp.
|
inline |
Definition at line 44 of file ArtificialLandscapesTests.hpp.
References x.
|
inlinevirtual |
Definition at line 49 of file ArtificialLandscapesTests.hpp.
|
private |
Eps.
Definition at line 58 of file ArtificialLandscapesTests.hpp.
|
private |
Sphere function 1d.
Definition at line 55 of file ArtificialLandscapesTests.hpp.
|
private |
Definition at line 61 of file ArtificialLandscapesTests.hpp.
Referenced by Sphere1DLandscape().