selectAdvisorSimple: Return the advisor selections based on 'graph'

Description Usage Arguments Details Value

View source: R/simulation.R

Description

Return the advisor selections based on graph

Usage

1
selectAdvisorSimple(graph, weightedSelection = 0)

Arguments

graph

weighted trust matrix for agents

weightedSelection

scaling for probabilistic selection; 0 means selection is equally weighted

Details

Weights the probability of selection of each advisor by using a half sigmoid with slope = weightedSelection on the trust in that advisor where the most preferred advisor has probability .5

Value

vector of the advisor id selected by each agent


oxacclab/adviseR documentation built on Oct. 7, 2021, 8:05 p.m.