Skip to main content

Module conflict_analysis

Module conflict_analysis 

Source
Expand description

Gradient Conflict Analysis Between Layers

This module provides comprehensive analysis of gradient conflicts between layers, including conflict detection, classification, and mitigation strategy generation.

Structs§

ConflictMitigationStrategy
Strategy for mitigating gradient conflicts
ConflictReport
Comprehensive conflict analysis report
GradientConflict
Individual gradient conflict between two layers
GradientConflictAnalysis
Analysis of gradient conflicts between layers
GradientConflictAnalyzer
Gradient conflict analyzer

Enums§

ConflictLevel
Overall level of conflicts in the network
ConflictType
Types of gradient conflicts
MitigationComplexity