RandomBased
org.ddolibscala.tools.ddo.heuristics.cluster.RandomBased
object RandomBased
A simple random-based reduction strategy for decision diagram layers.
This class implements ReductionStrategyand generates clusters by randomly selecting nodes from a layer. Each selected node forms its own cluster.
The strategy is controlled by a Random object, which can be seeded to ensure reproducible behavior.
Attributes
- See also
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RandomBased.type
Members list
In this article