$darkmode
DENOPTIM
|
A chosen method for generation of new Candidate
s.
More...
Public Attributes | |
CROSSOVER | |
MUTATION | |
CONSTRUCTION | |
MANUAL | |
A chosen method for generation of new Candidate
s.
Definition at line 119 of file EAUtils.java.
denoptim.ga.EAUtils.CandidateSource.CONSTRUCTION |
Definition at line 120 of file EAUtils.java.
Referenced by denoptim.ga.EAUtils.pickNewCandidateGenerationMode().
denoptim.ga.EAUtils.CandidateSource.CROSSOVER |
Definition at line 120 of file EAUtils.java.
Referenced by denoptim.ga.EAUtils.pickNewCandidateGenerationMode().
denoptim.ga.EAUtils.CandidateSource.MANUAL |
Definition at line 120 of file EAUtils.java.
denoptim.ga.EAUtils.CandidateSource.MUTATION |
Definition at line 120 of file EAUtils.java.
Referenced by denoptim.ga.EAUtils.pickNewCandidateGenerationMode().