_Strategy.setup¶
- simrun.modular_reduced_model_inference.strategy._Strategy.setup(data, DataSplitEvaluation)¶
Setup the strategy with the given data.
This method sets up the strategy with the given data and the DataSplitEvaluation object.
Strategy-specific setup is performed by
_setup(), which is overloaded by child classes.- Parameters:¶
- data : dict¶
The data to use.
- DataSplitEvaluation : DataSplitEvaluation¶
The DataSplitEvaluation object to use.
Documentation unclear, incomplete, broken or wrong? Let us know