Class AlgebraicDegreeCriterion
java.lang.Object
com.knezevic.edaf.v3.problems.crypto.criteria.AlgebraicDegreeCriterion
- All Implemented Interfaces:
CryptoFitnessCriterion
Normalized algebraic degree score based on ANF transform.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionid()Stable criterion identifier used in config.doublescore(BooleanFunctionStats stats) Computes normalized score where higher is better.
-
Constructor Details
-
AlgebraicDegreeCriterion
public AlgebraicDegreeCriterion()
-
-
Method Details
-
id
Description copied from interface:CryptoFitnessCriterionStable criterion identifier used in config.- Specified by:
idin interfaceCryptoFitnessCriterion
-
score
Description copied from interface:CryptoFitnessCriterionComputes normalized score where higher is better.- Specified by:
scorein interfaceCryptoFitnessCriterion
-