66 struct LightChromosome {
78 ,m_userSetLambda(false)
105 const boost::optional< RealMatrix > & initialCovarianceMatrix = boost::optional< RealMatrix >()
115 m_initSigma = initSigma;
126 m_userSetLambda =
true;
129 std::size_t
mu()
const {
157 std::vector<SearchPointType>
const& points,
158 std::vector<ResultType>
const& functionValues,
164 std::size_t m_numberOfVariables;
166 std::size_t m_lambda;
169 bool m_userSetLambda;
179 random::rng_type* mpe_rng;