Example usage for org.apache.commons.math3.genetics MutationPolicy interface-usage

List of usage examples for org.apache.commons.math3.genetics MutationPolicy interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.genetics MutationPolicy interface-usage.

Usage

From source file org.apache.kylin.cube.cuboid.algorithm.generic.BitsMutation.java

/**
 * Modified from the BinaryMutation.java in https://github.com/apache/commons-math
 * <p>
 * Mutation for {@link BitsChromosome}s. Randomly changes one gene.
 */
public class BitsMutation implements MutationPolicy {