OPTK  0.1.2
Toolkit for global optimisation algorithms
Public Attributes | List of all members
syn::rdims Struct Reference

#include <synthetic.hpp>

Public Attributes

int prob
 
int coef
 

Detailed Description

This is a more compact way of passing the regression problem dimensions.

Member Data Documentation

◆ coef

int syn::rdims::coef

coef is the size of the list of coefficients, which must be equal to the number of rows in the e_mat and centres matrices.

◆ prob

int syn::rdims::prob

prob is the dimensions of the problem (number of parameters to optimise), as well as being the number of columns in the e_mat and centres matrices.


The documentation for this struct was generated from the following file: