Uses of Record Class
com.knezevic.edaf.v3.repr.grammar.encoding.GrammarEncoding
Packages that use GrammarEncoding
Package
Description
Grammar-based representation infrastructure.
Deterministic grammar decision-vector encoding utilities.
-
Uses of GrammarEncoding in com.knezevic.edaf.v3.repr.grammar
Methods in com.knezevic.edaf.v3.repr.grammar that return GrammarEncodingModifier and TypeMethodDescriptionGrammarTreeEngine.encoding()Encoding plan used for fixed-length decision vector mapping. -
Uses of GrammarEncoding in com.knezevic.edaf.v3.repr.grammar.encoding
Methods in com.knezevic.edaf.v3.repr.grammar.encoding that return GrammarEncodingModifier and TypeMethodDescriptionstatic GrammarEncodingGrammarEncoding.from(Grammar grammar, GrammarConfig config) Creates encoding plan from grammar and config.Methods in com.knezevic.edaf.v3.repr.grammar.encoding with parameters of type GrammarEncodingModifier and TypeMethodDescriptionGrammarDecisionCodec.decisionVector(BitString genotype, Grammar grammar, GrammarEncoding encoding) Returns BFS decision vector only.GrammarDecisionCodec.decode(BitString genotype, Grammar grammar, GrammarEncoding encoding) Decodes one genotype into derivation tree and decision metadata.