capturegraph.scheduling.energy
#
Energy - Distance to Coverage Conversion#
Energy functions convert distances into "coverage" or "energy" values used by the Void & Cluster algorithm. High energy means two points are similar (close); low energy means they are different (far).
The Void & Cluster algorithm finds "voids" (low energy regions) to fill and "clusters" (high energy regions) to avoid redundancy.
Available Functions
gaussian(sigma): Smooth Gaussian falloff,exp(-d²/σ²).inverse: Simple1/dinverse distance.
Example
Modules:
| Name | Description |
|---|---|
gaussian |
Gaussian Energy Function |
inverse |
Inverse Energy Function |