Learn R Programming

fb4package (version 2.0.0)

FB4Strategy: FB4 Strategy Interface

Description

Defines the common interface that all FB4 execution strategies must implement. This ensures consistent behavior across different fitting methods while allowing for method-specific optimizations.

Usage

FB4Strategy

Arguments

Format

An object of class list of length 3.

Details

All strategies must implement: - execute(execution_plan): Main execution logic - validate_plan(execution_plan): Strategy-specific validation - get_strategy_info(): Metadata about the strategy