From 879d17d60c4224d1b0291da3ea4c517418c8f724 Mon Sep 17 00:00:00 2001 From: dehann Date: Tue, 12 May 2026 15:49:51 -0700 Subject: [PATCH] impr hode.reprkind docs --- src/entities/HomotopyDensity.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/entities/HomotopyDensity.jl b/src/entities/HomotopyDensity.jl index f7da96ad..2e47c28b 100644 --- a/src/entities/HomotopyDensity.jl +++ b/src/entities/HomotopyDensity.jl @@ -76,8 +76,9 @@ provided by AMP for features like pdf evaluation. - a.k.a. model order reduction given a topology selection """ @kwdef struct HomotopyDensityDFG{T <: StateType, P} - """To make apples vs apples comparison of one belief to another, only the reprkind between densities are needed for understanding - how to interpret this object. By analogy, and image is an image, but might be stored bitmap, jpeg, png, and use RGB24, YCbCr, etc.""" + """reprkind allows for apples vs apples comparison between density representations. This allows for easy dispatch + or interpretation of the overall density object. By analogy, an image is an image, but might be stored + as a bitmap, jpeg, png, and use RGB24, YCbCr, etc.""" reprkind::HomotopyReprDFG{T} = HomotopyReprDFG(DefaultTopologyKind(), DefaultFormKind(), T(), nothing) """Stores the amount of information captured in each coordinate dimension."""