Package org.episteme.core.technical.algorithm
package org.episteme.core.technical.algorithm
-
ClassDescriptionBase exception for errors occurring during algorithm selection or execution.Universal manager for algorithm providers.Base interface for high-level scientific algorithm providers.Service interface for algorithm provider discovery and execution.Manages performance-based tuning for providers.Represents the results of a benchmark for a specific provider.Exception thrown when a fallback is attempted but globally disabled (e.g., during benchmarks).Thrown when a mathematical operation is cancelled by the user or system via
OperationContextorMathContext.Describes the context of a numerical operation for provider selection.Hints about the data characteristics.Thread-local execution mode flag for provider fallback control.Execution modes that control fallback behavior.Registry and selector for Algorithm Providers.Context-aware provider selector.Standard implementation ofAlgorithmService. delegates to the traditional SPI and Backend discovery mechanisms.Restricted implementation ofAlgorithmServicefor testing.