Skip to content

sam::PolicyBasedSelection::Parameters

Module: Parameters of Review Strategies

Parameters of the Policy-based Selection. #include <ReviewStrategy.h>

Public Functions

Name
NLOHMANN_DEFINE_TYPE_INTRUSIVE(PolicyBasedSelection::Parameters , name , pub_bias_rate , acceptance_rate , selection_policy_defs )

Public Attributes

Name
SelectionMethod name
float pub_bias_rate
Publication Bias Rate.
float acceptance_rate
Acceptance Rate.
std::vector< std::string > selection_policy_defs

Public Functions Documentation

function NLOHMANN_DEFINE_TYPE_INTRUSIVE

NLOHMANN_DEFINE_TYPE_INTRUSIVE(
    PolicyBasedSelection::Parameters ,
    name ,
    pub_bias_rate ,
    acceptance_rate ,
    selection_policy_defs 
)

Public Attributes Documentation

variable name

SelectionMethod name = SelectionMethod::PolicyBasedSelection;

variable pub_bias_rate

float pub_bias_rate {};

Publication Bias Rate.

variable acceptance_rate

float acceptance_rate {};

Acceptance Rate.

variable selection_policy_defs

std::vector< std::string > selection_policy_defs {};

Definition of the selection policy used by Journal to evaluate a given submission


Updated on 29 June 2021 at 16:13:48 CEST


Last update: 2021-09-18