libcmaes 0.10.2
A C++11 library for stochastic optimization with CMA-ES
Loading...
Searching...
No Matches
Eigen::internal::scalar_normal_dist_op< Scalar > Class Template Reference

Public Member Functions

 scalar_normal_dist_op (const scalar_normal_dist_op &other)
 
scalar_normal_dist_opoperator= (const scalar_normal_dist_op &other)
 
scalar_normal_dist_opoperator= (scalar_normal_dist_op &&other)
 
 scalar_normal_dist_op (scalar_normal_dist_op &&other)
 
template<typename Index >
const Scalar operator() (Index, Index=0) const
 
void seed (const uint64_t &s)
 

Public Attributes

std::normal_distribution< Scalar > norm
 

Static Public Attributes

static std::mt19937 rng
 

Private Member Functions

void swap (scalar_normal_dist_op &other)
 

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