massive documentation update
This commit is contained in:
parent
b4da9edf40
commit
7fed1ebf51
33 changed files with 399 additions and 181 deletions
|
|
@ -36,10 +36,10 @@ Authors:
|
|||
#include "edoNormalMono.h"
|
||||
#include "edoBounder.h"
|
||||
|
||||
/**
|
||||
* edoSamplerNormalMono
|
||||
* This class uses the NormalMono distribution parameters (bounds) to return
|
||||
* a random position used for population sampling.
|
||||
/** A sampler for edoNormalMono
|
||||
*
|
||||
* @ingroup Samplers
|
||||
* @ingroup Mononormal
|
||||
*/
|
||||
template < typename EOT, typename D = edoNormalMono< EOT > >
|
||||
class edoSamplerNormalMono : public edoSampler< D >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue