I can't set the parser parameter "vecSigmaInit" by calling the setORcreateParam(...) function.
My current code looks like this:
std::vector<double> init_sigma;
// than i fill the vector with sigmas
_parser->setORcreateParam(init_sigma, "vecSigmaInit", "Initial value for Sigma(s)", 'V', "Genotype Initialization");
If i use the eoVector, i have a Segmentation fault !!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hallo,
can somebody help me!?
I can't set the parser parameter "vecSigmaInit" by calling the setORcreateParam(...) function.
My current code looks like this:
std::vector<double> init_sigma;
// than i fill the vector with sigmas
_parser->setORcreateParam(init_sigma, "vecSigmaInit", "Initial value for Sigma(s)", 'V', "Genotype Initialization");
If i use the eoVector, i have a Segmentation fault !!!