| FB4Strategy | R Documentation |
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.
FB4Strategy
An object of class list of length 3.
All strategies must implement: - execute(execution_plan): Main execution logic - validate_plan(execution_plan): Strategy-specific validation - get_strategy_info(): Metadata about the strategy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.