|
OPTK
0.1.2
Toolkit for global optimisation algorithms
|
In this file, we implement the ~175 synthetic test functions given in Jamil et al. 2013 https://arxiv.org/abs/1308.4008 More...
#include <cmath>#include <cstring>#include <iostream>#include <fstream>#include <stdexcept>#include <sys/types.h>#include <bits/stdint-intn.h>#include <optk/core.hpp>#include <optk/types.hpp>#include <optk/benchmark.hpp>Go to the source code of this file.
Namespaces | |
| syn | |
Enumerations | |
| enum | syn::properties : char { continuous, discontinuous, differentiable, non_differentiable, separable, partially_separable, non_separable, scalable, non_scalable, multimodal, unimodal } |
In this file, we implement the ~175 synthetic test functions given in Jamil et al. 2013 https://arxiv.org/abs/1308.4008
Copyright (C) 2020 Maxime Robeyns maximerobeyns@gmail.com
Written for the ACRC, University of Bristol
Licensed under the Educational Community 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.osedu.org/licenses/ECL-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.
1.8.13