$darkmode
DENOPTIM
Package denoptim.ga

Classes

class  EAUtils
 Helper methods for the genetic algorithm. More...
 
class  EAUtilsTest
 Unit test. More...
 
class  EvolutionaryAlgorithm
 DENOPTIM's evolutionary algorithm. More...
 
class  ExternalCmdsListener
 Service that watches the interface folder (i.e., see GAParameters#interfaceDir) for instructions coming from outside the JVM. More...
 
class  GraphOperations
 Collection of operators meant to alter graphs and associated utilities. More...
 
class  GraphOperationsTest
 Unit test. More...
 
class  OffspringEvaluationTask
 Task that calls the fitness provider for an offspring that can become a member of the current population. More...
 
class  Population
 A collection of candidates. More...
 
class  PopulationTest
 Unit test. More...
 
class  SeelctionHelperTest
 Unit test. More...
 
class  SelectionHelper
 Class that offers methods to performs fitness-driven selection of candidates. More...
 
class  XoverSite
 This class collects the data identifying the subgraphs that would be swapped by a crossover event. More...
 
class  XoverSiteTest
 Unit test. More...