MachineIntelligenceCore:NeuralNets
|
Test fixture - artificial landscape - Rosenbrock function 2D. More...
#include <ArtificialLandscapesTests.hpp>
Public Member Functions | |
Rosenbrock2DLandscape () | |
virtual void | SetUp () |
Private Attributes | |
mic::neural_nets::optimization::artificial_landscapes::Rosenbrock2DFunction < double > | fun |
Rosenbrock function 2d. More... | |
double | eps = 1e-5 |
Eps. More... | |
mic::types::MatrixPtr< double > | x |
Test fixture - artificial landscape - Rosenbrock function 2D.
Definition at line 128 of file ArtificialLandscapesTests.hpp.
|
inline |
Definition at line 131 of file ArtificialLandscapesTests.hpp.
References x.
|
inlinevirtual |
Definition at line 136 of file ArtificialLandscapesTests.hpp.
|
private |
Eps.
Definition at line 146 of file ArtificialLandscapesTests.hpp.
|
private |
Rosenbrock function 2d.
Definition at line 143 of file ArtificialLandscapesTests.hpp.
|
private |
Definition at line 149 of file ArtificialLandscapesTests.hpp.
Referenced by Rosenbrock2DLandscape().