Crate midstreamer_strange_loop

Crate midstreamer_strange_loop 

Source
Expand description

§Strange-Loop

Self-referential systems and meta-learning inspired by Douglas Hofstadter.

§Features

  • Multi-level meta-learning
  • Self-modification with safety constraints
  • Recursive cognition
  • Tangled hierarchies
  • Meta-knowledge extraction

Structs§

MetaKnowledge
Meta-knowledge extracted from lower levels
MetaLearningSummary
Statistics about meta-learning performance
MetaLevel
Meta-level in the learning hierarchy
ModificationRule
Modification rule for self-improvement
SafetyConstraint
Safety constraint for self-modification
StrangeLoop
The main strange loop structure
StrangeLoopConfig
Configuration for strange loop

Enums§

StrangeLoopError
Strange loop errors

Traits§

MetaLearner
Meta-learner trait for types that can engage in meta-learning