LMStudio.MetaDSL.MutationType (lmstudio v0.1.0)

Types of mutations for self-modification

Summary

Types

t()

@type t() ::
  :append
  | :replace
  | :delete
  | :insert
  | :compress
  | :expand
  | :evolve
  | :merge
  | :fork
  | :mutate_strategy

Functions

from_string(str)

types()