massive documentation update
This commit is contained in:
parent
b4da9edf40
commit
7fed1ebf51
33 changed files with 399 additions and 181 deletions
|
|
@ -34,7 +34,6 @@ Authors:
|
|||
#include "edoUniform.h"
|
||||
|
||||
/**
|
||||
* edoSamplerUniform
|
||||
* This class uses the Uniform distribution parameters (bounds) to return
|
||||
* a random position used for population sampling.
|
||||
*
|
||||
|
|
@ -43,6 +42,8 @@ Authors:
|
|||
*
|
||||
* Note: if the distribution given at call defines a min==max for one of the
|
||||
* variable, the result will be the same number.
|
||||
*
|
||||
* @ingroup Samplers
|
||||
*/
|
||||
template < typename EOT, class D = edoUniform<EOT> >
|
||||
class edoSamplerUniform : public edoSampler< D >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue