Uses of Class
adams.opt.genetic.AbstractGeneticAlgorithm
-
Packages that use AbstractGeneticAlgorithm Package Description adams.core.discovery.genetic adams.event adams.opt.genetic adams.opt.genetic.initialsetups adams.opt.genetic.setupupload adams.opt.genetic.stopping -
-
Uses of AbstractGeneticAlgorithm in adams.core.discovery.genetic
Methods in adams.core.discovery.genetic with parameters of type AbstractGeneticAlgorithm Modifier and Type Method Description voidAbstractGeneticDiscoveryHandler. performInitialization(AbstractGeneticAlgorithm owner, PropertyPath.PropertyContainer cont)Gets called for performing the initialization.voidSIMPLSWeightsMatrix. performInitialization(AbstractGeneticAlgorithm owner, PropertyPath.PropertyContainer cont)Gets called for performing the initialization. -
Uses of AbstractGeneticAlgorithm in adams.event
Methods in adams.event that return AbstractGeneticAlgorithm Modifier and Type Method Description AbstractGeneticAlgorithmGeneticFitnessChangeEvent. getGeneticAlgorithm()Returns the genetic algorithm that triggered the event.Constructors in adams.event with parameters of type AbstractGeneticAlgorithm Constructor Description GeneticFitnessChangeEvent(AbstractGeneticAlgorithm source, double fitness, Object setup, int[] weights)Initializes the event. -
Uses of AbstractGeneticAlgorithm in adams.opt.genetic
Classes in adams.opt.genetic with type parameters of type AbstractGeneticAlgorithm Modifier and Type Class Description static classAbstractGeneticAlgorithm.GeneticAlgorithmJob<T extends AbstractGeneticAlgorithm>A job class specific to genetic algorithms.Subclasses of AbstractGeneticAlgorithm in adams.opt.genetic Modifier and Type Class Description classAbstractClassifierBasedGeneticAlgorithmAncestor for genetic algorithms that evaluate classifiers.classAbstractClassifierBasedGeneticAlgorithmWithSecondEvaluationAncestor for genetic algorithms that offer a second evaluation using a different seed value.classDarkLordclassHermioneHermione.classPackDataGeneticAlgorithm???Fields in adams.opt.genetic declared as AbstractGeneticAlgorithm Modifier and Type Field Description protected TAbstractGeneticAlgorithm.GeneticAlgorithmJob. m_Geneticthe algorithm object this job belongs to.Methods in adams.opt.genetic that return AbstractGeneticAlgorithm Modifier and Type Method Description static AbstractGeneticAlgorithmAbstractGeneticAlgorithm. forCommandLine(String cmdline)Instantiates the genetic algorithm from the given commandline (i.e., classname and optional options).static AbstractGeneticAlgorithmAbstractGeneticAlgorithm. forName(String classname, String[] options)Instantiates the genetic algorithm with the given options.AbstractGeneticAlgorithmAbstractGeneticAlgorithm. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractGeneticAlgorithmAbstractGeneticAlgorithm. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options. -
Uses of AbstractGeneticAlgorithm in adams.opt.genetic.initialsetups
Classes in adams.opt.genetic.initialsetups with type parameters of type AbstractGeneticAlgorithm Modifier and Type Class Description classAbstractInitialSetupsProvider<T extends AbstractGeneticAlgorithm>Ancestor for providers for initial gene setups.classEmptyInitialSetupsProvider<T extends AbstractGeneticAlgorithm> -
Uses of AbstractGeneticAlgorithm in adams.opt.genetic.setupupload
Methods in adams.opt.genetic.setupupload with parameters of type AbstractGeneticAlgorithm Modifier and Type Method Description protected abstract voidAbstractSetupUpload. doFinish(AbstractGeneticAlgorithm algorithm, String error, Map<String,Object> params)Finishing up the genetic algorithm run.protected voidMySQL. doFinish(AbstractGeneticAlgorithm algorithm, String error, Map<String,Object> params)Finishing up the genetic algorithm run.protected voidNull. doFinish(AbstractGeneticAlgorithm algorithm, String error, Map<String,Object> params)Finishing up the genetic algorithm run.protected abstract voidAbstractSetupUpload. doStart(AbstractGeneticAlgorithm algorithm)Before Starting the uploads, ie the genetic algorithm run.protected voidMySQL. doStart(AbstractGeneticAlgorithm algorithm)Before Starting the uploads, ie the genetic algorithm run.protected voidNull. doStart(AbstractGeneticAlgorithm algorithm)Before Starting the uploads, ie the genetic algorithm run.voidAbstractSetupUpload. finish(AbstractGeneticAlgorithm algorithm, String error, Map<String,Object> params)Finishing up the genetic algorithm run.voidAbstractSetupUpload. start(AbstractGeneticAlgorithm algorithm)Before Starting the uploads, ie the genetic algorithm run. -
Uses of AbstractGeneticAlgorithm in adams.opt.genetic.stopping
Methods in adams.opt.genetic.stopping with parameters of type AbstractGeneticAlgorithm Modifier and Type Method Description protected voidAbstractStoppingCriterion. check(AbstractGeneticAlgorithm genetic)Hook method for checking the algorithm before attempting the actual stop check.booleanAbstractStoppingCriterion. checkStopping(AbstractGeneticAlgorithm genetic)Performs the check of the stopping criterion.protected abstract booleanAbstractStoppingCriterion. doCheckStopping(AbstractGeneticAlgorithm genetic)Performs the actual check of the stopping criterion.protected booleanMaxIterations. doCheckStopping(AbstractGeneticAlgorithm genetic)Performs the actual check of the stopping criterion.protected booleanMaxIterationsWithoutImprovement. doCheckStopping(AbstractGeneticAlgorithm genetic)Performs the actual check of the stopping criterion.protected booleanMaxTrainTime. doCheckStopping(AbstractGeneticAlgorithm genetic)Performs the actual check of the stopping criterion.protected booleanMaxTrainTimeWithoutImprovement. doCheckStopping(AbstractGeneticAlgorithm genetic)Performs the actual check of the stopping criterion.protected booleanMultiStoppingCriterion. doCheckStopping(AbstractGeneticAlgorithm genetic)Performs the actual check of the stopping criterion.protected voidMaxIterationsWithoutImprovement. record(AbstractGeneticAlgorithm genetic)Records fitness, resets counter.protected voidMaxTrainTimeWithoutImprovement. record(AbstractGeneticAlgorithm genetic)Records time and fitness.
-