Skip to main content

Crate ternary_muse

Crate ternary_muse 

Source
Expand description

Creative generation and artistic exploration with ternary systems.

Provides a Muse struct (creativity engine), PatternGenerator for novel ternary patterns, StyleTransfer for cross-domain pattern application, AestheticScorer for evaluating ternary pattern beauty, MutationEngine for controlled creative randomness, and CrossDomainMapper for translating patterns between domains (e.g., music → visual).

Structs§

AestheticScorer
Evaluates the aesthetic quality of a ternary pattern.
CrossDomainMapper
Translates ternary patterns between different domains.
DomainMapping
How a domain interprets the three ternary values.
Muse
The central creativity engine.
MutationEngine
Controlled randomness for creative exploration of ternary patterns.
Pattern
A ternary pattern: a sequence of ternary values.
PatternGenerator
Generates novel ternary patterns using deterministic seeds.
StyleTransfer
Applies patterns from one domain onto another by mapping ternary values.

Enums§

Ternary
A balanced ternary digit: Negative (-1), Zero (0), or Positive (+1).