#include <boost/version.hpp>
#include <boost/assign.hpp>
#include <boost/config.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <iostream>
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
class | shark::Shark |
Allows for querying compile settings at runtime. Provides the current command line arguments to the rest of the library. More... | |
struct | shark::Shark::Version< major, minor, patch > |
Models a version according to the major.minor.patch versioning scheme. More... | |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |
General | |
tag | |
Macros | |
#define | SHARK_USE_CBLAS |
Tags whether SIMD has been enabled. More... | |
#define | REMORA_USE_CBLAS |
Enumerations | |
enum | shark::BuildType { shark::RELEASE_BUILD_TYPE, shark::DEBUG_BUILD_TYPE } |
Models the build type. More... | |