OPTK  0.1.2
Toolkit for global optimisation algorithms
Public Member Functions | Private Attributes | List of all members
inst::param Class Reference

#include <types.hpp>

Inheritance diagram for inst::param:
inst::dbl_val inst::int_val inst::node inst::str_val

Public Member Functions

 param (const std::string &k, inst_t t)
 
inst_t get_type ()
 
std::string get_key ()
 

Private Attributes

const std::string key
 
const inst_t type
 

Detailed Description

This is the format used to pass sets of parameter values between optimisation algorithms and the benchmarks / problems being optimised.


The documentation for this class was generated from the following files: