Uses of Class
com.knezevic.edaf.v3.problems.crypto.BooleanFunctionStats
Packages that use BooleanFunctionStats
Package
Description
Boolean-function and cryptography optimization problems.
-
Uses of BooleanFunctionStats in com.knezevic.edaf.v3.problems.crypto
Methods in com.knezevic.edaf.v3.problems.crypto that return BooleanFunctionStatsModifier and TypeMethodDescriptionstatic BooleanFunctionStatsBooleanFunctionStats.of(int n, int[] truthTable) Builds immutable stats object from binary truth table values {0,1}.Methods in com.knezevic.edaf.v3.problems.crypto with parameters of type BooleanFunctionStatsModifier and TypeMethodDescriptionprotected final double[]AbstractBooleanFunctionProblem.objectiveValues(BooleanFunctionStats stats) -
Uses of BooleanFunctionStats in com.knezevic.edaf.v3.problems.crypto.criteria
Methods in com.knezevic.edaf.v3.problems.crypto.criteria with parameters of type BooleanFunctionStatsModifier and TypeMethodDescriptiondoubleAlgebraicDegreeCriterion.score(BooleanFunctionStats stats) doubleBalancednessCriterion.score(BooleanFunctionStats stats) doubleCryptoFitnessCriterion.score(BooleanFunctionStats stats) Computes normalized score where higher is better.doubleNonlinearityCriterion.score(BooleanFunctionStats stats)