Expand description
Error types for the Differential Evolution optimizer.
This module provides structured error handling for DE optimization,
following the Microsoft Rust Guidelines pattern of using thiserror
for library error types with helper methods for error categorization.
Enums§
- DEError
- Errors that can occur during Differential Evolution optimization.
Type Aliases§
- Result
- A specialized
Resulttype for DE operations.