compareScore: Compare the scores of the current and proposed graph state.

Description Usage Arguments Value Examples

View source: R/runSaviHelperFunctions.R

Description

This is a helper function that is used in runSavi which is not meant for the user.

Usage

1
compareScore(propScore, currScore, useStrict)

Arguments

propScore

The score of the proposed graph state

currScore

The score of the current graph state

useStrict

A boolean. If true, then the scores are compared using strict less than. If false, the scores are compared using less than or equal to. Note that the default value passed by runSavi is FALSE.

Value

A the booelan result of the compared scores.

Examples

1
2

nsimone101/savi documentation built on July 1, 2020, 4:53 a.m.