sam::FreeSelection¶
Module: Review Strategies
FreeSelection doesn't pose any restriction on the submission and all submissions will be accepted.
#include <ReviewStrategy.h>
Inherits from ReviewStrategy
Public Classes¶
Name | |
---|---|
struct | Parameters Parameters of free selection. |
Public Functions¶
Name | |
---|---|
FreeSelection() =default | |
bool | review(const std::vector< Submission > & s) override It accepts everything. |
bool | review(const Experiment & expr) override It accepts everything. |
Public Attributes¶
Name | |
---|---|
Parameters | params |
Public Functions Documentation¶
function FreeSelection¶
FreeSelection() =default
function review¶
inline bool review(
const std::vector< Submission > & s
) override
It accepts everything.
function review¶
inline bool review(
const Experiment & expr
) override
It accepts everything.
Public Attributes Documentation¶
variable params¶
Parameters params;
Updated on 29 June 2021 at 16:13:48 CEST
Last update: 2021-09-18