Uses of Class
net.bmahe.genetics4j.gp.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in net.bmahe.genetics4j.gp
Subclasses of Operation in net.bmahe.genetics4j.gpMethods in net.bmahe.genetics4j.gp that return OperationMethods in net.bmahe.genetics4j.gp with parameters of type OperationModifier and TypeMethodDescriptionstatic <T> ImmutableOperation
<T> Creates an immutable copy of aOperation
value.final ImmutableOperation.Builder
<T> Fill a builder with attribute values from the providedOperation
instance.Method parameters in net.bmahe.genetics4j.gp with type arguments of type OperationModifier and TypeMethodDescriptionstatic OperationFactory
OperationFactories.of
(Class[] acceptedTypes, Class returnedType, Function<InputSpec, Operation> operationBuilder) static OperationFactory
OperationFactories.ofOperationSupplier
(Class[] acceptedTypes, Class returnedType, Supplier<Operation> buildSupplier) -
Uses of Operation in net.bmahe.genetics4j.gp.chromosomes.factory
Methods in net.bmahe.genetics4j.gp.chromosomes.factory that return types with arguments of type OperationModifier and TypeMethodDescriptionProgramTreeChromosomeFactory.generate
(ChromosomeSpec chromosomeSpec) -
Uses of Operation in net.bmahe.genetics4j.gp.combination
Methods in net.bmahe.genetics4j.gp.combination that return types with arguments of type OperationModifier and TypeMethodDescriptionProgramChromosomeCombinator.copyAndReplace
(TreeNode<Operation<?>> root, TreeNode<Operation<?>> replaced, TreeNode<Operation<?>> replacement) ProgramChromosomeCombinator.mix
(TreeNode<Operation<?>> rootA, TreeNode<Operation<?>> rootB, Set<Class> acceptableClasses, Map<Class, List<TreeNode<Operation<?>>>> returnedTypeToNodeA, Map<Class, List<TreeNode<Operation<?>>>> returnedTypeToNodeB) ProgramChromosomeCombinator.returnedTypeToNode
(TreeNode<Operation<?>> root) Method parameters in net.bmahe.genetics4j.gp.combination with type arguments of type OperationModifier and TypeMethodDescriptionProgramChromosomeCombinator.copyAndReplace
(TreeNode<Operation<?>> root, TreeNode<Operation<?>> replaced, TreeNode<Operation<?>> replacement) ProgramChromosomeCombinator.mix
(TreeNode<Operation<?>> rootA, TreeNode<Operation<?>> rootB, Set<Class> acceptableClasses, Map<Class, List<TreeNode<Operation<?>>>> returnedTypeToNodeA, Map<Class, List<TreeNode<Operation<?>>>> returnedTypeToNodeB) ProgramChromosomeCombinator.mix
(TreeNode<Operation<?>> rootA, TreeNode<Operation<?>> rootB, Set<Class> acceptableClasses, Map<Class, List<TreeNode<Operation<?>>>> returnedTypeToNodeA, Map<Class, List<TreeNode<Operation<?>>>> returnedTypeToNodeB) ProgramChromosomeCombinator.returnedTypeToNode
(TreeNode<Operation<?>> root) -
Uses of Operation in net.bmahe.genetics4j.gp.math
Subclasses of Operation in net.bmahe.genetics4j.gp.mathModifier and TypeClassDescriptionclass
final class
Immutable implementation ofCoefficientOperation
.final class
Immutable implementation ofInputOperation
.class
Methods in net.bmahe.genetics4j.gp.math with parameters of type OperationModifier and TypeMethodDescriptionFill a builder with attribute values from the providednet.bmahe.genetics4j.gp.Operation
instance.final ImmutableInputOperation.Builder
<T> Fill a builder with attribute values from the providednet.bmahe.genetics4j.gp.Operation
instance.Method parameters in net.bmahe.genetics4j.gp.math with type arguments of type OperationModifier and TypeMethodDescriptionprotected static <T> T
SimplificationRules.getChildAs
(TreeNode<Operation<?>> node, int childIndex, Class<T> clazz) protected static boolean
SimplificationRules.hasChildOperation
(TreeNode<Operation<?>> node, int childIndex, String name) protected static boolean
SimplificationRules.isOperation
(TreeNode<Operation<?>> node, String name) -
Uses of Operation in net.bmahe.genetics4j.gp.mutation
Methods in net.bmahe.genetics4j.gp.mutation that return types with arguments of type OperationModifier and TypeMethodDescriptionProgramRulesApplicatorMutator.duplicateAndApplyRule
(Program program, TreeNode<Operation<?>> root) ProgramRandomPruneMutator.duplicateAndCut
(Program program, TreeNode<Operation<?>> root, int cutPoint, int nodeIndex) ProgramRandomMutateMutator.duplicateAndMutate
(Program program, TreeNode<Operation<?>> root, int cutPoint, int nodeIndex, int currentDepth) TrimTreeMutator.duplicateAndMutate
(Program program, TreeNode<Operation<?>> root, int maxDepth, int currentDepth) NodeReplacementMutator.duplicateAndReplaceNode
(Program program, TreeNode<Operation<?>> root, int cutPoint, int nodeIndex) NodeReplacementMutator.duplicateNode
(Program program, TreeNode<Operation<?>> root, int cutPoint, int nodeIndex) Method parameters in net.bmahe.genetics4j.gp.mutation with type arguments of type OperationModifier and TypeMethodDescriptionProgramRulesApplicatorMutator.duplicateAndApplyRule
(Program program, TreeNode<Operation<?>> root) ProgramRandomPruneMutator.duplicateAndCut
(Program program, TreeNode<Operation<?>> root, int cutPoint, int nodeIndex) ProgramRandomMutateMutator.duplicateAndMutate
(Program program, TreeNode<Operation<?>> root, int cutPoint, int nodeIndex, int currentDepth) TrimTreeMutator.duplicateAndMutate
(Program program, TreeNode<Operation<?>> root, int maxDepth, int currentDepth) NodeReplacementMutator.duplicateAndReplaceNode
(Program program, TreeNode<Operation<?>> root, int cutPoint, int nodeIndex) NodeReplacementMutator.duplicateNode
(Program program, TreeNode<Operation<?>> root, int cutPoint, int nodeIndex) protected List
<OperationFactory> NodeReplacementMutator.findReplacementCandidates
(Program program, TreeNode<Operation<?>> root) -
Uses of Operation in net.bmahe.genetics4j.gp.program
Methods in net.bmahe.genetics4j.gp.program that return types with arguments of type OperationModifier and TypeMethodDescription -
Uses of Operation in net.bmahe.genetics4j.gp.spec.mutation
Fields in net.bmahe.genetics4j.gp.spec.mutation with type parameters of type OperationModifier and TypeFieldDescriptionImmutableRule.applicator
ImmutableRule.applicator
ImmutableRule.Builder.applicator
ImmutableRule.Builder.applicator
ImmutableRule.Builder.predicate
ImmutableRule.predicate
Methods in net.bmahe.genetics4j.gp.spec.mutation that return types with arguments of type OperationModifier and TypeMethodDescriptionImmutableRule.applicator()
ImmutableRule.applicator()
Rule.applicator()
Rule.applicator()
ImmutableRule.predicate()
Rule.predicate()
Method parameters in net.bmahe.genetics4j.gp.spec.mutation with type arguments of type OperationModifier and TypeMethodDescriptionfinal ImmutableRule.Builder
ImmutableRule.Builder.applicator
(BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> applicator) Initializes the value for theapplicator
attribute.final ImmutableRule.Builder
ImmutableRule.Builder.applicator
(BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> applicator) Initializes the value for theapplicator
attribute.static ImmutableRule
ImmutableRule.of
(Predicate<TreeNode<Operation<?>>> predicate, BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> applicator) Construct a new immutableRule
instance.static ImmutableRule
ImmutableRule.of
(Predicate<TreeNode<Operation<?>>> predicate, BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> applicator) Construct a new immutableRule
instance.static ImmutableRule
ImmutableRule.of
(Predicate<TreeNode<Operation<?>>> predicate, BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> applicator) Construct a new immutableRule
instance.final ImmutableRule.Builder
Initializes the value for thepredicate
attribute.default boolean
final ImmutableRule
ImmutableRule.withApplicator
(BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> value) Copy the current immutable object by setting a value for theapplicator
attribute.final ImmutableRule
ImmutableRule.withApplicator
(BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> value) Copy the current immutable object by setting a value for theapplicator
attribute.final ImmutableRule
ImmutableRule.withPredicate
(Predicate<TreeNode<Operation<?>>> value) Copy the current immutable object by setting a value for thepredicate
attribute.Constructor parameters in net.bmahe.genetics4j.gp.spec.mutation with type arguments of type OperationModifierConstructorDescriptionprivate
ImmutableRule
(Predicate<TreeNode<Operation<?>>> predicate, BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> applicator) private
ImmutableRule
(Predicate<TreeNode<Operation<?>>> predicate, BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> applicator) private
ImmutableRule
(Predicate<TreeNode<Operation<?>>> predicate, BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> applicator) private
ImmutableRule
(ImmutableRule original, Predicate<TreeNode<Operation<?>>> predicate, BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> applicator) private
ImmutableRule
(ImmutableRule original, Predicate<TreeNode<Operation<?>>> predicate, BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> applicator) private
ImmutableRule
(ImmutableRule original, Predicate<TreeNode<Operation<?>>> predicate, BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> applicator) -
Uses of Operation in net.bmahe.genetics4j.gp.utils
Fields in net.bmahe.genetics4j.gp.utils with type parameters of type OperationModifier and TypeFieldDescriptionstatic Comparator
<TreeNode<Operation<?>>> TreeNodeUtils.TREE_NODE_OPERATION_COMPARATOR
Method parameters in net.bmahe.genetics4j.gp.utils with type arguments of type OperationModifier and TypeMethodDescriptionstatic <T> int
Simple strict comparison.static Object
ProgramUtils.execute
(TreeChromosome<Operation<?>> treeChromosome, Object[] input) static Object
static String
TreeNodeUtils.toStringTreeNode
(TreeNode<Operation<?>> node)