Enum IndexPickerType
Namespace: DeBroglie
Assembly: DeBroglie.dll
Syntax
public enum IndexPickerType
Fields
| Name | Description |
|---|---|
| ArrayPriorityMinEntropy | Override frequencies on a per-index |
| Default | Use the most appropriate picker, usually MinEntropy |
| Dirty | Only pick indices that must deviate from a known clean value. This lets you regenerate a unknown subset of a much larger map, providing tiles are sufficiently stable. Experimental. |
| HeapMinEntropy | As MinEntropy, but better optimized for large outputs |
| MinEntropy | Pick the index with the least entropy in the remaining tiles |
| Ordered | Pick the first available index. Uses IndexOrder if available, otherwise an arbitrary order. |