sam::RandomSelection::Parameters¶
Module: Parameters of Review Strategies
Parameter of Random Selection review strategy.
#include <ReviewStrategy.h>
Public Functions¶
Name | |
---|---|
NLOHMANN_DEFINE_TYPE_INTRUSIVE(RandomSelection::Parameters , name , acceptance_rate ) |
Public Attributes¶
Name | |
---|---|
SelectionMethod | name |
float | acceptance_rate Indicates the acceptance rate of the Journal. |
Public Functions Documentation¶
function NLOHMANN_DEFINE_TYPE_INTRUSIVE¶
NLOHMANN_DEFINE_TYPE_INTRUSIVE(
RandomSelection::Parameters ,
name ,
acceptance_rate
)
Public Attributes Documentation¶
variable name¶
SelectionMethod name = SelectionMethod::RandomSelection;
variable acceptance_rate¶
float acceptance_rate {};
Indicates the acceptance rate of the Journal.
Updated on 29 June 2021 at 16:13:48 CEST
Last update: 2021-09-18