MachineIntelligenceCore:NeuralNets
|
#include <optimization/ArtificialLandscapesTests.hpp>
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) |
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 : Nov 12, 2016 ut@u s.ibm .com
Copyright (c) 2016, IBM Corporation. All rights reserved.
Definition in file ArtificialLandscapesTests.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 200 of file ArtificialLandscapesTests.cpp.
TEST | ( | Sphere3DLandscape | , |
Gradient | |||
) |
Tests 3d square function gradient.
Eps.
Definition at line 60 of file ArtificialLandscapesTests.cpp.
References mic::neural_nets::optimization::artificial_landscapes::SphereFunction< eT >::calculateGradient().
TEST_F | ( | Sphere1DLandscape | , |
Value | |||
) |
Tests 1d square function value.
Definition at line 32 of file ArtificialLandscapesTests.cpp.
TEST_F | ( | Sphere1DLandscape | , |
Gradient | |||
) |
Tests 1d square function gradient.
Definition at line 46 of file ArtificialLandscapesTests.cpp.
TEST_F | ( | Sphere20DLandscape | , |
Value | |||
) |
Tests 20d square function value.
Definition at line 94 of file ArtificialLandscapesTests.cpp.
TEST_F | ( | Sphere20DLandscape | , |
Gradient | |||
) |
Tests 320d square function gradient.
Definition at line 115 of file ArtificialLandscapesTests.cpp.
TEST_F | ( | Beale2DLandscape | , |
GradientInMin | |||
) |
Checks gradient value in minimum of Beale's function.
Definition at line 144 of file ArtificialLandscapesTests.cpp.
TEST_F | ( | Rosenbrock2DLandscape | , |
Value | |||
) |
Tests 2d Rosenbrock function value.
Definition at line 157 of file ArtificialLandscapesTests.cpp.
TEST_F | ( | Rosenbrock2DLandscape | , |
GradientInMin | |||
) |
Checks Rosenbrock function gradient in minimum.
Definition at line 173 of file ArtificialLandscapesTests.cpp.
TEST_F | ( | Rosenbrock2DLandscape | , |
Gradient | |||
) |
Tests 2D Rosenbrock function gradients.
Definition at line 185 of file ArtificialLandscapesTests.cpp.