Shark.h File Reference
#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...
 

Macro Definition Documentation

◆ REMORA_USE_CBLAS

#define REMORA_USE_CBLAS

Definition at line 111 of file Shark.h.

◆ SHARK_USE_CBLAS

#define SHARK_USE_CBLAS

Tags whether SIMD has been enabled.

Tags whether BLAS has been enabled.

Definition at line 109 of file Shark.h.