dox for bounders
This commit is contained in:
parent
878093ba0b
commit
7f6c591a6b
5 changed files with 26 additions and 13 deletions
|
|
@ -29,8 +29,11 @@ Authors:
|
|||
|
||||
#include "edoBounder.h"
|
||||
|
||||
//! edoBounderUniform< EOT >
|
||||
|
||||
/** A bounder that randomly draw new values for variables going out bounds,
|
||||
* in a given uniform distribution.
|
||||
*
|
||||
* @ingroup Bounders
|
||||
*/
|
||||
template < typename EOT >
|
||||
class edoBounderUniform : public edoBounder< EOT >
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue