ReadonlyalgorithmIVotingStrategy implementation for integration with ConsensusEngine.
Optional_weights: Map<string, number>Aggregate votes using Bayesian correlation-aware method.
Estimate correlation matrix from voting history.
Compute result using Independent Subset Partition method.
Full pipeline: estimate correlation, compute result.
Get the current configuration.
Higher-order voting strategy for integration with VotingStrategyFactory. Wraps OWVoting to provide IVotingStrategy interface.