$darkmode
DENOPTIM
denoptim.ga.EAUtils.CandidateSource Enum Reference

A chosen method for generation of new Candidates. More...

Public Attributes

 CROSSOVER
 
 MUTATION
 
 CONSTRUCTION
 
 MANUAL
 

Detailed Description

A chosen method for generation of new Candidates.

Definition at line 119 of file EAUtils.java.

Member Data Documentation

◆ CONSTRUCTION

denoptim.ga.EAUtils.CandidateSource.CONSTRUCTION

Definition at line 120 of file EAUtils.java.

Referenced by denoptim.ga.EAUtils.pickNewCandidateGenerationMode().

◆ CROSSOVER

denoptim.ga.EAUtils.CandidateSource.CROSSOVER

Definition at line 120 of file EAUtils.java.

Referenced by denoptim.ga.EAUtils.pickNewCandidateGenerationMode().

◆ MANUAL

denoptim.ga.EAUtils.CandidateSource.MANUAL

Definition at line 120 of file EAUtils.java.

◆ MUTATION

denoptim.ga.EAUtils.CandidateSource.MUTATION

Definition at line 120 of file EAUtils.java.

Referenced by denoptim.ga.EAUtils.pickNewCandidateGenerationMode().


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