OPTK  0.1.2
Toolkit for global optimisation algorithms
Classes
optk.hpp File Reference

This file contains the main entrypoint to the program. More...

#include <argp.h>
#include <cstdlib>
#include <ctime>
#include <fstream>
#include <iostream>
#include <string>
#include <optk/types.hpp>
#include <optk/benchmark.hpp>
#include <optk/optimiser.hpp>
#include <optimisers/gp.hpp>
#include <optimisers/random.hpp>
#include <optimisers/gridsearch.hpp>
#include <benchmarks/synthetic.hpp>

Go to the source code of this file.

Classes

struct  optk::arguments
 

Detailed Description

This file contains the main entrypoint to the program.

Copyright (C) 2020 Maxime Robeyns maxim.nosp@m.erob.nosp@m.eyns@.nosp@m.gmai.nosp@m.l.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.