|
MachineIntelligenceCore:NeuralNets
|
Test fixture - artificial landscape - sphere function 20D (square function). More...
#include <ArtificialLandscapesTests.hpp>


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 |
Test fixture - artificial landscape - sphere function 20D (square function).
Definition at line 68 of file ArtificialLandscapesTests.hpp.
|
inline |
Definition at line 71 of file ArtificialLandscapesTests.hpp.
References x.
|
inlinevirtual |
Definition at line 76 of file ArtificialLandscapesTests.hpp.
References x.
|
private |
Eps.
Definition at line 86 of file ArtificialLandscapesTests.hpp.
|
private |
Sphere function 1d.
Definition at line 83 of file ArtificialLandscapesTests.hpp.
|
private |
Definition at line 89 of file ArtificialLandscapesTests.hpp.
Referenced by SetUp(), and Sphere20DLandscape().