MachineIntelligenceCore:NeuralNets
|
Test fixture - artificial landscape - Beale's function 2D. More...
#include <ArtificialLandscapesTests.hpp>
Public Member Functions | |
Beale2DLandscape () | |
virtual void | SetUp () |
Private Attributes | |
mic::neural_nets::optimization::artificial_landscapes::Beale2DFunction < double > | fun |
Beale's function 2d. More... | |
double | eps = 1e-5 |
Eps. More... | |
mic::types::MatrixPtr< double > | x |
Test fixture - artificial landscape - Beale's function 2D.
Definition at line 97 of file ArtificialLandscapesTests.hpp.
|
inline |
Definition at line 100 of file ArtificialLandscapesTests.hpp.
References x.
|
inlinevirtual |
Definition at line 105 of file ArtificialLandscapesTests.hpp.
|
private |
Eps.
Definition at line 116 of file ArtificialLandscapesTests.hpp.
|
private |
Beale's function 2d.
Definition at line 113 of file ArtificialLandscapesTests.hpp.
|
private |
Definition at line 119 of file ArtificialLandscapesTests.hpp.
Referenced by Beale2DLandscape().