$darkmode
DENOPTIM
denoptim.utils.CrossoverType Enum Reference

Types of crossover defined. More...

Public Attributes

 BRANCH
 Swaps the entire branch starting from a given vertex. More...
 
 SUBGRAPH
 Swaps a portion of a branch trying to retain cyclicity. More...
 

Detailed Description

Types of crossover defined.

Definition at line 25 of file CrossoverType.java.

Member Data Documentation

◆ BRANCH

◆ SUBGRAPH

denoptim.utils.CrossoverType.SUBGRAPH

Swaps a portion of a branch trying to retain cyclicity.

Definition at line 37 of file CrossoverType.java.

Referenced by denoptim.ga.GraphOperations.processPermutationOfEndPoints(), and denoptim.programs.genetweeker.GeneOpsRunner.runXOver().


The documentation for this enum was generated from the following file: