Skip to content

RegQualityEvalAlg

Samuel Gomes edited this page Jul 12, 2024 · 4 revisions

RegQualityEvalAlg

This class is a child of QualityEvalAlg and abstracts regression-based quality evaluation of a group. This implies using a regression method to predict a new learner state from a given interactions profile and evaluating the quality of that state.

Constructor and Members

Constructor

RegQualityEvalAlg(playerModelBridge: PlayerModelBridge, qualityWeights: PlayerCharacteristics = {ability = 0.5, engagement = 0.5}): void

Members

Name: expected type Default value Description
_quality_weights: PlayerCharacteristics {ability = 0.5, engagement = 0.5} The importance given to each characteristic when computing the quality of a state.

Clone this wiki locally