Class LatentKnowledgeAnalyzer
java.lang.Object
com.knezevic.edaf.v3.core.metrics.LatentKnowledgeAnalyzer
Representation-aware latent-knowledge metrics extracted from population, elite samples, and model state.
The analyzer intentionally emits both scalar summaries (for compact storage and filtering) and structured payloads (for heatmaps/graphs in web and offline reports).
-
Method Summary
Modifier and TypeMethodDescriptionstatic <G> LatentTelemetryanalyze(Population<G> population, List<Individual<G>> elite, Model<G> model, LatentTelemetry previous, Map<String, Object> params) Computes representation-specific latent telemetry.
-
Method Details
-
analyze
public static <G> LatentTelemetry analyze(Population<G> population, List<Individual<G>> elite, Model<G> model, LatentTelemetry previous, Map<String, Object> params) Computes representation-specific latent telemetry.
-