$darkmode
|
DENOPTIM
|
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... | |
Types of crossover defined.
Definition at line 25 of file CrossoverType.java.
| denoptim.utils.CrossoverType.BRANCH |
Swaps the entire branch starting from a given vertex.
Definition at line 30 of file CrossoverType.java.
Referenced by denoptim.ga.GraphOperations.checkAndAddXoverSites(), denoptim.ga.GraphOperations.locateCompatibleXOverPoints(), denoptim.programs.genetweeker.GeneOpsRunner.runXOver(), and denoptim.ga.XoverSiteTest.testProjectToClonedGraphs().
| 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().