Uses of Class
com.knezevic.edaf.v3.repr.grammar.eval.EvaluationContext
Packages that use EvaluationContext
Package
Description
Grammar-based representation infrastructure.
Tree evaluators for grammar-derived programs.
-
Uses of EvaluationContext in com.knezevic.edaf.v3.repr.grammar
Methods in com.knezevic.edaf.v3.repr.grammar with parameters of type EvaluationContextModifier and TypeMethodDescriptiondoubleGrammarTreeEngine.evaluate(BitString genotype, EvaluationContext context) Evaluates genotype as numeric expression.booleanGrammarTreeEngine.evaluateBoolean(BitString genotype, EvaluationContext context) Evaluates genotype as boolean expression. -
Uses of EvaluationContext in com.knezevic.edaf.v3.repr.grammar.eval
Methods in com.knezevic.edaf.v3.repr.grammar.eval that return EvaluationContextModifier and TypeMethodDescriptionstatic EvaluationContextCreates context from boolean variables only.static EvaluationContextCreates context from numeric variables only.Methods in com.knezevic.edaf.v3.repr.grammar.eval with parameters of type EvaluationContextModifier and TypeMethodDescriptiondoubleTreeEvaluator.evaluate(DerivationTree tree, EvaluationContext context) Evaluates tree to numeric output.booleanTreeEvaluator.evaluateBoolean(DerivationTree tree, EvaluationContext context) Evaluates tree to boolean output using numeric thresholding.