MachineIntelligenceCore:NeuralNets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
ArtificialLandscapesTests.cpp File Reference
Include dependency graph for ArtificialLandscapesTests.cpp:

Go to the source code of this file.

Functions

 TEST_F (Sphere1DLandscape, Value)
 
 TEST_F (Sphere1DLandscape, Gradient)
 
 TEST (Sphere3DLandscape, Gradient)
 
 TEST_F (Sphere20DLandscape, Value)
 
 TEST_F (Sphere20DLandscape, Gradient)
 
 TEST_F (Beale2DLandscape, GradientInMin)
 
 TEST_F (Rosenbrock2DLandscape, Value)
 
 TEST_F (Rosenbrock2DLandscape, GradientInMin)
 
 TEST_F (Rosenbrock2DLandscape, Gradient)
 
int main (int argc, char **argv)
 

Detailed Description

Copyright (C) tkornuta, IBM Corporation 2015-2019

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

: Tomasz Kornuta tkorn.nosp@m.ut@u.nosp@m.s.ibm.nosp@m..com : Nov 12, 2016

Copyright (c) 2016, IBM Corporation. All rights reserved.

Definition in file ArtificialLandscapesTests.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 200 of file ArtificialLandscapesTests.cpp.

TEST ( Sphere3DLandscape  ,
Gradient   
)

Tests 3d square function gradient.

Author
tkornuta

Eps.

Definition at line 60 of file ArtificialLandscapesTests.cpp.

References mic::neural_nets::optimization::artificial_landscapes::SphereFunction< eT >::calculateGradient().

Here is the call graph for this function:

TEST_F ( Sphere1DLandscape  ,
Value   
)

Tests 1d square function value.

Author
tkornuta

Definition at line 32 of file ArtificialLandscapesTests.cpp.

TEST_F ( Sphere1DLandscape  ,
Gradient   
)

Tests 1d square function gradient.

Author
tkornuta

Definition at line 46 of file ArtificialLandscapesTests.cpp.

TEST_F ( Sphere20DLandscape  ,
Value   
)

Tests 20d square function value.

Author
tkornuta

Definition at line 94 of file ArtificialLandscapesTests.cpp.

TEST_F ( Sphere20DLandscape  ,
Gradient   
)

Tests 320d square function gradient.

Author
tkornuta

Definition at line 115 of file ArtificialLandscapesTests.cpp.

TEST_F ( Beale2DLandscape  ,
GradientInMin   
)

Checks gradient value in minimum of Beale's function.

Author
tkornuta

Definition at line 144 of file ArtificialLandscapesTests.cpp.

TEST_F ( Rosenbrock2DLandscape  ,
Value   
)

Tests 2d Rosenbrock function value.

Author
tkornuta

Definition at line 157 of file ArtificialLandscapesTests.cpp.

TEST_F ( Rosenbrock2DLandscape  ,
GradientInMin   
)

Checks Rosenbrock function gradient in minimum.

Author
tkornuta

Definition at line 173 of file ArtificialLandscapesTests.cpp.

TEST_F ( Rosenbrock2DLandscape  ,
Gradient   
)

Tests 2D Rosenbrock function gradients.

Author
tkornuta

Definition at line 185 of file ArtificialLandscapesTests.cpp.