Skip to contents

Prints a compact summary of a completed Bifrost search, including the baseline and optimal information criterion (IC) values, the inferred shift node set, key search settings, and (when present) optional diagnostics such as IC-history and IC-weight support.

Usage

# S3 method for class 'bifrost_search'
print(x, ...)

Arguments

x

A bifrost_search object returned by searchOptimalConfiguration().

...

Unused (S3 compatibility).

Value

Invisibly returns x. Called for its printing side effects.