Class BooleanFunctionTreeProblemPlugin
java.lang.Object
com.knezevic.edaf.v3.problems.plugins.tree.BooleanFunctionTreeProblemPlugin
- All Implemented Interfaces:
Plugin,ProblemPlugin<VariableLengthVector<Integer>>
public final class BooleanFunctionTreeProblemPlugin
extends Object
implements ProblemPlugin<VariableLengthVector<Integer>>
Plugin for token-tree boolean-function optimization.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConstructs a problem instance from config parameters.Human-readable plugin description shown in `edaf list`.type()Stable type id used in config (e.g. umda, bitstring, gaussian-diag).
-
Constructor Details
-
BooleanFunctionTreeProblemPlugin
public BooleanFunctionTreeProblemPlugin()
-
-
Method Details
-
type
-
description
Description copied from interface:PluginHuman-readable plugin description shown in `edaf list`.- Specified by:
descriptionin interfacePlugin
-
create
Description copied from interface:ProblemPluginConstructs a problem instance from config parameters.- Specified by:
createin interfaceProblemPlugin<VariableLengthVector<Integer>>
-